summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorwblock <wblock@FreeBSD.org>2016-04-13 20:12:02 +0000
committerwblock <wblock@FreeBSD.org>2016-04-13 20:12:02 +0000
commita977dbd919a61168a6d1991ab2d4c3754b7774ee (patch)
tree5c1e910e1d765814e7cc956035a6d3af61031f89 /share
parentaedb89a5952ba426676ca3ad69eea426939fc98d (diff)
downloadFreeBSD-src-a977dbd919a61168a6d1991ab2d4c3754b7774ee.zip
FreeBSD-src-a977dbd919a61168a6d1991ab2d4c3754b7774ee.tar.gz
MFC r297571:
Add another real-life example of setting a quirk for a USB gaming keyboard. From forum thread: https://forums.freebsd.org/threads/55717/
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/usb_quirk.48
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man4/usb_quirk.4 b/share/man/man4/usb_quirk.4
index 89ace34..f207466 100644
--- a/share/man/man4/usb_quirk.4
+++ b/share/man/man4/usb_quirk.4
@@ -16,7 +16,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 26, 2015
+.Dd April 4, 2016
.Dt USB_QUIRK 4
.Os
.Sh NAME
@@ -234,6 +234,12 @@ device which appears as a USB device on
usbconfig -d ugen0.3 add_quirk UQ_MSC_EJECT_WAIT
.Ed
.Pp
+Enable a Holtec/Keep Out F85 gaming keyboard on
+.Pa ugen1.4 :
+.Bd -literal -offset indent
+usbconfig -d ugen1.4 add_quirk UQ_KBD_BOOTPROTO
+.Ed
+.Pp
To install a quirk at boot time, place one or several lines like the
following in
.Xr loader.conf 5 :
OpenPOWER on IntegriCloud