summaryrefslogtreecommitdiffstats
path: root/enable-micmute-led.patch
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2013-08-22 15:51:12 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2013-08-22 15:51:12 +0200
commit8d9d1c9dd43436d07c35c88e8d9a28fd59542a18 (patch)
tree24829f74ae265fe112d506ab67881fa0c2298365 /enable-micmute-led.patch
parentWe need to actually add kernel support for that LED in the first place. (diff)
downloadw530-kernel-patches-master.tar.xz
w530-kernel-patches-master.zip
New generation of patches.HEADmaster
Diffstat (limited to 'enable-micmute-led.patch')
-rw-r--r--enable-micmute-led.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/enable-micmute-led.patch b/enable-micmute-led.patch
deleted file mode 100644
index b5190fe..0000000
--- a/enable-micmute-led.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/drivers/platform/x86/thinkpad_acpi.c 2013-07-03 16:12:50.866635663 +0200
-+++ b/drivers/platform/x86/thinkpad_acpi.c 2013-07-03 16:13:56.458632739 +0200
-@@ -5050,8 +5050,10 @@
- "tpacpi::unknown_led2",
- "tpacpi::unknown_led3",
- "tpacpi::thinkvantage",
-+ "tpacpi::unknown_led4",
-+ "tpacpi::micmute"
- };
--#define TPACPI_SAFE_LEDS 0x1081U
-+#define TPACPI_SAFE_LEDS 0x5081U
-
- static inline bool tpacpi_is_led_restricted(const unsigned int led)
- {
-@@ -5274,7 +5276,7 @@
- { /* Lenovo */
- .vendor = PCI_VENDOR_ID_LENOVO,
- .bios = TPACPI_MATCH_ANY, .ec = TPACPI_MATCH_ANY,
-- .quirks = 0x1fffU,
-+ .quirks = 0x5fffU,
- },
- { /* IBM ThinkPads with no EC version string */
- .vendor = PCI_VENDOR_ID_IBM,