Add quirk for LOGITECH WMRPAD.

Submitted by:	Mathew Kanner <mat@cnd.mcgill.ca>
This commit is contained in:
Matthew N. Dodd 2003-04-10 08:25:09 +00:00
parent 17a22e1463
commit 5bff20ef7c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113330

View File

@ -100,6 +100,7 @@ Static const struct usbd_quirk_entry {
ANY, { UQ_ASSUME_CM_OVER_DATA }},
{ USB_VENDOR_YAMAHA, USB_PRODUCT_YAMAHA_RTW65I,
ANY, { UQ_ASSUME_CM_OVER_DATA }},
{ USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_WMRPAD, ANY, { UQ_NO_STRINGS }},
{ 0, 0, 0, { 0 } }
};