summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2010-02-14 19:56:05 +0000
committerthompsa <thompsa@FreeBSD.org>2010-02-14 19:56:05 +0000
commit446bd534e931acc91d8374ff5de42e967079279f (patch)
tree6272aa0a295c4a9882c035f50ccbf77b67437f25
parentce42f668bf3f3e2d21859a8e87303a720a0e5701 (diff)
downloadFreeBSD-src-446bd534e931acc91d8374ff5de42e967079279f.zip
FreeBSD-src-446bd534e931acc91d8374ff5de42e967079279f.tar.gz
Add UQ_KBD_BOOTPROTO quirk needed in r203896
-rw-r--r--sys/dev/usb/quirk/usb_quirk.c1
-rw-r--r--sys/dev/usb/quirk/usb_quirk.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/quirk/usb_quirk.c b/sys/dev/usb/quirk/usb_quirk.c
index 5fb8626..aa89fdc 100644
--- a/sys/dev/usb/quirk/usb_quirk.c
+++ b/sys/dev/usb/quirk/usb_quirk.c
@@ -459,6 +459,7 @@ static const char *usb_quirk_str[USB_QUIRK_MAX] = {
[UQ_BUS_POWERED] = "UQ_BUS_POWERED",
[UQ_HID_IGNORE] = "UQ_HID_IGNORE",
[UQ_KBD_IGNORE] = "UQ_KBD_IGNORE",
+ [UQ_KBD_BOOTPROTO] = "UQ_KBD_BOOTPROTO",
[UQ_MS_BAD_CLASS] = "UQ_MS_BAD_CLASS",
[UQ_MS_LEADING_BYTE] = "UQ_MS_LEADING_BYTE",
[UQ_MS_REVZ] = "UQ_MS_REVZ",
diff --git a/sys/dev/usb/quirk/usb_quirk.h b/sys/dev/usb/quirk/usb_quirk.h
index 3187bca..d681402 100644
--- a/sys/dev/usb/quirk/usb_quirk.h
+++ b/sys/dev/usb/quirk/usb_quirk.h
@@ -45,6 +45,7 @@ enum { /* keep in sync with usb_quirk_str table */
UQ_BUS_POWERED, /* device is bus powered, despite claim */
UQ_HID_IGNORE, /* device should be ignored by hid class */
UQ_KBD_IGNORE, /* device should be ignored by kbd class */
+ UQ_KBD_BOOTPROTO, /* device should set the boot protocol */
UQ_MS_BAD_CLASS, /* doesn't identify properly */
UQ_MS_LEADING_BYTE, /* mouse sends an unknown leading byte */
UQ_MS_REVZ, /* mouse has Z-axis reversed */
OpenPOWER on IntegriCloud