diff options
Diffstat (limited to 'sys/dev/usb/usb_quirks.h')
-rw-r--r-- | sys/dev/usb/usb_quirks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_quirks.h b/sys/dev/usb/usb_quirks.h index 6d9e822..b66a4b0 100644 --- a/sys/dev/usb/usb_quirks.h +++ b/sys/dev/usb/usb_quirks.h @@ -42,6 +42,7 @@ struct usbd_quirks { #define UQ_SWAP_UNICODE 0x02 /* has some Unicode strings swapped. */ #define UQ_HUB_POWER 0x04 /* does not respond correctly to get device status; use get hub status. */ +#define UQ_NO_STRINGS 0x08 /* string descriptors are broken. */ }; extern struct usbd_quirks usbd_no_quirk; |