Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754216AbZJLGxv (ORCPT ); Mon, 12 Oct 2009 02:53:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754166AbZJLGxt (ORCPT ); Mon, 12 Oct 2009 02:53:49 -0400 Received: from [195.39.106.218] ([195.39.106.218]:49720 "EHLO trurl.localdomain" rhost-flags-FAIL-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1753655AbZJLGxs (ORCPT ); Mon, 12 Oct 2009 02:53:48 -0400 X-Greylist: delayed 600 seconds by postgrey-1.27 at vger.kernel.org; Mon, 12 Oct 2009 02:53:48 EDT From: Lubomir Rintel To: Takashi Iwai Cc: alsa-devel@alsa-project.org, linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org, Lubomir Rintel Subject: [PATCH] Add match for JMTek USB sound card Date: Mon, 12 Oct 2009 08:42:40 +0200 Message-Id: <1255329761-24449-1-git-send-email-lkundrak@v3.sk> X-Mailer: git-send-email 1.6.2.5 In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1227 Lines: 39 Entry for JMTek LLC., SSS USB Headphone Set in the quirk table. Signed-off-by: Lubomir Rintel --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/