mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 02:03:31 +00:00
Add UQ_KBD_BOOTPROTO quirk needed in r203896
This commit is contained in:
parent
1bdb81f124
commit
b60541a9ec
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203899
@ -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",
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user