aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>2003-04-10 08:25:09 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>2003-04-10 08:25:09 +0000
commit5bff20ef7c7d983b915ce42fc4dc0c5eef6ee064 (patch)
tree9fd5c46739af7cc61bdfa7bf20118809a6ea4ab4 /sys/dev/usb
parent17a22e146395132773c34c2f03a5acf7b4e93627 (diff)
Notes
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/usb_quirks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_quirks.c b/sys/dev/usb/usb_quirks.c
index 453c7a3871dea..c0377330ec3ce 100644
--- a/sys/dev/usb/usb_quirks.c
+++ b/sys/dev/usb/usb_quirks.c
@@ -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 } }
};