diff options
author | Jerone Young <jyoung@redhat.com> | 2011-10-25 00:22:30 -0500 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2011-10-26 07:34:53 +0200 |
commit | 7796af6ae601f5bb83fbbc70f3302c9a0a50ef88 (patch) | |
tree | 18fa5241e8f0e6eaa775d79827f5a98ae06c7400 /extras | |
parent | 95691487363ef213fec6975219c87d29415a2479 (diff) |
keymap: Fix micmute remap for Lenovo Thinkpads
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;h=33009557bd
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/keymap/keymaps/module-lenovo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/keymap/keymaps/module-lenovo b/extras/keymap/keymaps/module-lenovo index 81b8feae0b..8e38883091 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 |