lkml.org 
[lkml]   [2009]   [Oct]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] Add match for JMTek USB sound card
Date
Entry for JMTek LLC., SSS USB Headphone Set in the quirk table.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
sound/usb/usbquirks.h | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h
index f6f201e..e98ff4c 100644
--- a/sound/usb/usbquirks.h
+++ b/sound/usb/usbquirks.h
@@ -80,6 +80,19 @@
.bInterfaceClass = USB_CLASS_AUDIO,
},

+/* JMTek, LLC. SSS USB Headphone Set */
+{
+ .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
+ USB_DEVICE_ID_MATCH_DEV_CLASS |
+ USB_DEVICE_ID_MATCH_INT_CLASS |
+ USB_DEVICE_ID_MATCH_INT_SUBCLASS,
+ .idVendor = 0x0c76,
+ .idProduct = 0x1605,
+ .bDeviceClass = USB_CLASS_PER_INTERFACE,
+ .bInterfaceClass = USB_CLASS_AUDIO,
+ .bInterfaceSubClass = USB_SUBCLASS_AUDIO_CONTROL
+},
+
/*
* Logitech QuickCam: bDeviceClass is vendor-specific, so generic interface
* class matches do not take effect without an explicit ID match.
--
1.6.2.5


\
 
 \ /
  Last update: 2009-10-12 09:01    [W:0.746 / U:0.448 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site