From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerone Young Date: Tue, 25 Oct 2011 05:22:30 +0000 Subject: [PATCH] Fix micmute remap for Lenovo Thinkpads Message-Id: <1319520150.9818.8.camel@Thinkpad-420s> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Micmute keypress coming from Thinkpads via thinkpad-acpi are being remapped to prog2 via udev. Linux Kernel 3.1 now has proper support for a mic mute button: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h3009557bd This patch resolves the issue. Signed-off-by: Jerone Young diff --git a/extras/keymap/keymaps/module-lenovo b/extras/keymap/keymaps/module-lenovo index 81b8fea..8e38883 100644 --- a/extras/keymap/keymaps/module-lenovo +++ b/extras/keymap/keymaps/module-lenovo @@ -14,4 +14,4 @@ 0x15 volumedown 0x16 mute 0x17 prog1 # ThinkPad/ThinkVantage button (high keycode: "vendor") -0x1A prog2 # Microphone mute +0x1A micmute # Microphone mute