summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorbuhrow <buhrow@NetBSD.org>2012-05-25 16:33:54 +0000
committerbuhrow <buhrow@NetBSD.org>2012-05-25 16:33:54 +0000
commitb13be0d402d1571c475c2ff41beb57bc3bb0eabf (patch)
tree28f341f50d67542fd24ee1f11e89ebba1874c595 /sys/dev/usb
parentd0a7d0ad73d545bb2f6a32e8aa9642885d162926 (diff)
Added the Apple iPod Touch (4th generation)
to the list of Apple devices with bogus uhid and uaudio matches. It now attaches as a ugen device.
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/usb_quirks.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/usb/usb_quirks.c b/sys/dev/usb/usb_quirks.c
index 517643486c3..f13ff9384aa 100644
--- a/sys/dev/usb/usb_quirks.c
+++ b/sys/dev/usb/usb_quirks.c
@@ -1,4 +1,4 @@
-/* $NetBSD: usb_quirks.c,v 1.74 2012/02/11 05:27:23 plunky Exp $ */
+/* $NetBSD: usb_quirks.c,v 1.75 2012/05/25 16:33:54 buhrow Exp $ */
/* $FreeBSD: src/sys/dev/usb/usb_quirks.c,v 1.30 2003/01/02 04:15:55 imp Exp $ */
/*
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usb_quirks.c,v 1.74 2012/02/11 05:27:23 plunky Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usb_quirks.c,v 1.75 2012/05/25 16:33:54 buhrow Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -129,6 +129,8 @@ Static const struct usbd_quirk_entry {
ANY, { UQ_HID_IGNORE | UQ_BAD_AUDIO }},
{ USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPOD_TOUCH,
ANY, { UQ_HID_IGNORE | UQ_BAD_AUDIO }},
+ { USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPOD_TOUCH_4G,
+ ANY, { UQ_HID_IGNORE | UQ_BAD_AUDIO }},
{ USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPHONE_3G,
ANY, { UQ_HID_IGNORE | UQ_BAD_AUDIO }},
{ USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPHONE_3GS,