Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754471AbZJLHS7 (ORCPT ); Mon, 12 Oct 2009 03:18:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753923AbZJLHS6 (ORCPT ); Mon, 12 Oct 2009 03:18:58 -0400 Received: from cantor.suse.de ([195.135.220.2]:60273 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753645AbZJLHS5 (ORCPT ); Mon, 12 Oct 2009 03:18:57 -0400 Date: Mon, 12 Oct 2009 09:18:20 +0200 Message-ID: From: Takashi Iwai To: Clemens Ladisch Cc: Lubomir Rintel , alsa-devel@alsa-project.org, linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] [snd-usb-audio] Add match for JMTek USB sound card In-Reply-To: <4AD2D0C2.40307@ladisch.de> References: <1255173329-20485-1-git-send-email-lkundrak@v3.sk> <4AD2D0C2.40307@ladisch.de> User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.1 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1127 Lines: 38 At Mon, 12 Oct 2009 08:46:26 +0200, Clemens Ladisch wrote: > > Lubomir Rintel wrote: > > Entry for JMTek LLC., SSS USB Headphone Set in the quirk table. > > Please add an explaination why this entry is needed. At first glance, > this entry seems to describe a class-compliant device that should not > need a quirk. Ah right. It'd really helpful if Lubomir can give more details... Takashi > > > +/* 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 > > +}, > > > Best regards, > Clemens > -- 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/