commit: 9b5bb59e87da634b6c9959170875c04b80dacf26 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Sat Dec 13 23:48:09 2014 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Sat Dec 13 23:48:09 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=9b5bb59e
ALSA: hda - Add ultra dock support for Thinkpad X240. See bug #532176. --- 0000_README | 4 ++++ 2710_ultra-dock-support-for-Thinkpad-X240.patch | 11 +++++++++++ 2 files changed, 15 insertions(+) diff --git a/0000_README b/0000_README index eee297c..afa626e 100644 --- a/0000_README +++ b/0000_README @@ -83,6 +83,10 @@ Patch: 2700_ThinkPad-30-brightness-control-fix.patch From: Seth Forshee <[email protected]> Desc: ACPI: Disable Windows 8 compatibility for some Lenovo ThinkPads +Patch: 2710_ultra-dock-support-for-Thinkpad-X240.patch +From: http://www.kernel.org +Desc: ALSA: hda - Add ultra dock support for Thinkpad X240. See bug #532176. + Patch: 2900_dev-root-proc-mount-fix.patch From: https://bugs.gentoo.org/show_bug.cgi?id=438380 Desc: Ensure that /dev/root doesn't appear in /proc/mounts when bootint without an initramfs. diff --git a/2710_ultra-dock-support-for-Thinkpad-X240.patch b/2710_ultra-dock-support-for-Thinkpad-X240.patch new file mode 100644 index 0000000..6d42d92 --- /dev/null +++ b/2710_ultra-dock-support-for-Thinkpad-X240.patch @@ -0,0 +1,11 @@ +--- a/sound/pci/hda/patch_realtek.c 2014-12-13 18:26:59.694977715 -0500 ++++ b/sound/pci/hda/patch_realtek.c 2014-12-13 18:30:32.400975687 -0500 +@@ -5086,7 +5086,7 @@ static const struct snd_pci_quirk alc269 + SND_PCI_QUIRK(0x17aa, 0x220e, "Thinkpad T440p", ALC292_FIXUP_TPT440_DOCK), + SND_PCI_QUIRK(0x17aa, 0x2210, "Thinkpad T540p", ALC292_FIXUP_TPT440_DOCK), + SND_PCI_QUIRK(0x17aa, 0x2212, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), +- SND_PCI_QUIRK(0x17aa, 0x2214, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), ++ SND_PCI_QUIRK(0x17aa, 0x2214, "Thinkpad X240", ALC292_FIXUP_TPT440_DOCK), + SND_PCI_QUIRK(0x17aa, 0x2215, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), + SND_PCI_QUIRK(0x17aa, 0x3978, "IdeaPad Y410P", ALC269_FIXUP_NO_SHUTUP), + SND_PCI_QUIRK(0x17aa, 0x5013, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
