add MacBookAir3,1 11" id to add-macbookair3-ids.patch

reported by Jurgen Kramer <gtmkramer@xs4all.nl>,
<1289936190.2460.27.camel@paragon.slim>.
This commit is contained in:
Kyle McMartin 2010-11-16 20:50:04 -05:00
parent b466142253
commit ca5c04e7a4
1 changed files with 2 additions and 1 deletions

View File

@ -253,10 +253,11 @@ diff -uNrp kernel-2.6.35.fc14.orig/drivers/video/backlight/mbp_nvidia_bl.c kerne
diff -uNrp kernel-2.6.35.fc14.orig/sound/pci/hda/patch_cirrus.c kernel-2.6.35.fc14.new/sound/pci/hda/patch_cirrus.c
--- kernel-2.6.35.fc14.orig/sound/pci/hda/patch_cirrus.c 2010-11-12 12:35:49.005815268 +0100
+++ kernel-2.6.35.fc14.new/sound/pci/hda/patch_cirrus.c 2010-11-12 12:48:40.379542432 +0100
@@ -1139,6 +1139,7 @@ static const char *cs420x_models[CS420X_
@@ -1139,6 +1139,8 @@ static const char *cs420x_models[CS420X_
static struct snd_pci_quirk cs420x_cfg_tbl[] = {
SND_PCI_QUIRK(0x10de, 0xcb79, "MacBookPro 5,5", CS420X_MBP55),
SND_PCI_QUIRK(0x8086, 0x7270, "IMac 27 Inch", CS420X_IMAC27),
+ SND_PCI_QUIRK(0x10de, 0xcb89, "MacBookAir 3,1", CS420X_MBP55),
+ SND_PCI_QUIRK(0x10de, 0x0d94, "MacBookAir 3,1(2)", CS420X_MBP55),
{} /* terminator */
};