diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/usb_quirks.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_quirks.c b/sys/dev/usb/usb_quirks.c index 42d7810..e965a36 100644 --- a/sys/dev/usb/usb_quirks.c +++ b/sys/dev/usb/usb_quirks.c @@ -73,6 +73,8 @@ Static struct usbd_quirk_entry { { USB_VENDOR_MCT, USB_PRODUCT_MCT_USB232, 0x102, { UQ_BUS_POWERED }}, { USB_VENDOR_METRICOM, USB_PRODUCT_METRICOM_RICOCHET_GS, 0x100, { UQ_ASSUME_CM_OVER_DATA | UQ_NO_STRINGS }}, + { USB_VENDOR_ACERP, USB_PRODUCT_ACERP_ACERSCAN_320U, + 0x000, { UQ_NO_STRINGS }}, { 0, 0, 0, { 0 } } }; |