Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754750Ab0LDH7m (ORCPT ); Sat, 4 Dec 2010 02:59:42 -0500 Received: from cantor2.suse.de ([195.135.220.15]:35813 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754658Ab0LDH7l (ORCPT ); Sat, 4 Dec 2010 02:59:41 -0500 Date: Sat, 04 Dec 2010 08:59:40 +0100 Message-ID: From: Takashi Iwai To: Manoj Iyer Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] Enable jack sense for Thinkpad Edge 13 In-Reply-To: <1291423435-29261-2-git-send-email-manoj.iyer@canonical.com> References: <1291423435-29261-1-git-send-email-manoj.iyer@canonical.com> <1291423435-29261-2-git-send-email-manoj.iyer@canonical.com> 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: 1407 Lines: 38 At Fri, 3 Dec 2010 18:43:55 -0600, Manoj Iyer wrote: > > Added a quirk to cxt5066_cfg_tbl to enable jack sense for ThinkPad Edge 13. > > Reference: http://launchpad.net/bugs/685015 > > Signed-off-by: Manoj Iyer Applied now. Thanks. Takashi > --- > sound/pci/hda/patch_conexant.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c > index 846d1ea..d8b5d48 100644 > --- a/sound/pci/hda/patch_conexant.c > +++ b/sound/pci/hda/patch_conexant.c > @@ -3109,6 +3109,7 @@ static struct snd_pci_quirk cxt5066_cfg_tbl[] = { > SND_PCI_QUIRK(0x152d, 0x0833, "OLPC XO-1.5", CXT5066_OLPC_XO_1_5), > SND_PCI_QUIRK(0x17aa, 0x20f2, "Lenovo T400s", CXT5066_THINKPAD), > SND_PCI_QUIRK(0x17aa, 0x21b2, "Thinkpad X100e", CXT5066_IDEAPAD), > + SND_PCI_QUIRK(0x17aa, 0x21c5, "Thinkpad Edge 13", CXT5066_THINKPAD), > SND_PCI_QUIRK(0x17aa, 0x21b3, "Thinkpad Edge 13 (197)", CXT5066_IDEAPAD), > SND_PCI_QUIRK(0x17aa, 0x21b4, "Thinkpad Edge", CXT5066_IDEAPAD), > SND_PCI_QUIRK(0x17aa, 0x21c8, "Thinkpad Edge 11", CXT5066_IDEAPAD), > -- > 1.7.1 > -- 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/