mbox

UBUNTU: SAUCE: Enable jack sense for Thinkpad Edge 13

Message ID AANLkTi=bYOndfaKbQH8rLHOg562VmtsYhq6CGKcVAGiU@mail.gmail.com
State Accepted
Headers show

Pull-request

git://kernel.ubuntu.com/manjo/ubuntu-maverick.git lp675762

Message

Manoj Iyer Dec. 4, 2010, 1:17 a.m. UTC
Sorry my 1st time using git send-email, lost my request pull cut and
paste for some reason.

The following changes since commit 24759a4b252f1f852a26f1fa701822a765134785:

  UBUNTU: SAUCE: Enable jack sense for Thinkpad Edge 13 (2010-12-03
18:57:50 -0600)

are available in the git repository at:
  git://kernel.ubuntu.com/manjo/ubuntu-maverick.git lp675762

On Fri, Dec 3, 2010 at 7:04 PM, Manoj Iyer <manoj.iyer@canonical.com> wrote:
> Patch submitted upstream https://lkml.org/lkml/2010/12/3/330
>
> BugLink: http://bugs.launchpad.net/bugs/685015
>
> Signed-off-by: Manoj Iyer <manoj.iyer@canonical.com>
> ---
>  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 301d51f..182a64b 100644
> --- a/sound/pci/hda/patch_conexant.c
> +++ b/sound/pci/hda/patch_conexant.c
> @@ -3037,6 +3037,7 @@ static struct snd_pci_quirk cxt5066_cfg_tbl[] = {
>        SND_PCI_QUIRK(0x1179, 0xffe0, "Toshiba Satellite Pro T130-15F", 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, 0x21c8, "Thinkpad Edge 11", CXT5066_THINKPAD),
>        SND_PCI_QUIRK(0x17aa, 0x21b4, "Thinkpad Edge", CXT5066_IDEAPAD),
> --
> 1.7.1
>
>
> --
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
>

Comments

John Johansen Dec. 4, 2010, 9:36 p.m. UTC | #1
On 12/03/2010 05:17 PM, Manoj Iyer wrote:
> Sorry my 1st time using git send-email, lost my request pull cut and
> paste for some reason.
> 
> The following changes since commit 24759a4b252f1f852a26f1fa701822a765134785:
> 
>   UBUNTU: SAUCE: Enable jack sense for Thinkpad Edge 13 (2010-12-03
> 18:57:50 -0600)
> 
> are available in the git repository at:
>   git://kernel.ubuntu.com/manjo/ubuntu-maverick.git lp675762
> 
> On Fri, Dec 3, 2010 at 7:04 PM, Manoj Iyer <manoj.iyer@canonical.com> wrote:
>> Patch submitted upstream https://lkml.org/lkml/2010/12/3/330
>>
>> BugLink: http://bugs.launchpad.net/bugs/685015
>>
>> Signed-off-by: Manoj Iyer <manoj.iyer@canonical.com>
>> ---
>>  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 301d51f..182a64b 100644
>> --- a/sound/pci/hda/patch_conexant.c
>> +++ b/sound/pci/hda/patch_conexant.c
>> @@ -3037,6 +3037,7 @@ static struct snd_pci_quirk cxt5066_cfg_tbl[] = {
>>        SND_PCI_QUIRK(0x1179, 0xffe0, "Toshiba Satellite Pro T130-15F", 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, 0x21c8, "Thinkpad Edge 11", CXT5066_THINKPAD),
>>        SND_PCI_QUIRK(0x17aa, 0x21b4, "Thinkpad Edge", CXT5066_IDEAPAD),
>> --

Acked-by: John Johansen <john.johansen@canonical.com>