diff options
Diffstat (limited to 'sound/usb/usbquirks.h')
-rw-r--r-- | sound/usb/usbquirks.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h index 06392914b9f8..32de6c3f4ddd 100644 --- a/sound/usb/usbquirks.h +++ b/sound/usb/usbquirks.h | |||
@@ -66,6 +66,15 @@ | |||
66 | USB_DEVICE_ID_MATCH_INT_CLASS | | 66 | USB_DEVICE_ID_MATCH_INT_CLASS | |
67 | USB_DEVICE_ID_MATCH_INT_SUBCLASS, | 67 | USB_DEVICE_ID_MATCH_INT_SUBCLASS, |
68 | .idVendor = 0x046d, | 68 | .idVendor = 0x046d, |
69 | .idProduct = 0x08c6, | ||
70 | .bInterfaceClass = USB_CLASS_AUDIO, | ||
71 | .bInterfaceSubClass = USB_SUBCLASS_AUDIO_CONTROL | ||
72 | }, | ||
73 | { | ||
74 | .match_flags = USB_DEVICE_ID_MATCH_DEVICE | | ||
75 | USB_DEVICE_ID_MATCH_INT_CLASS | | ||
76 | USB_DEVICE_ID_MATCH_INT_SUBCLASS, | ||
77 | .idVendor = 0x046d, | ||
69 | .idProduct = 0x0850, | 78 | .idProduct = 0x0850, |
70 | .bInterfaceClass = USB_CLASS_AUDIO, | 79 | .bInterfaceClass = USB_CLASS_AUDIO, |
71 | .bInterfaceSubClass = USB_SUBCLASS_AUDIO_CONTROL | 80 | .bInterfaceSubClass = USB_SUBCLASS_AUDIO_CONTROL |