diff options
author | Matthew Garrett <mjg@redhat.com> | 2011-02-09 16:32:43 -0500 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2011-02-10 06:42:01 +0100 |
commit | 0028a9224f18dd2c6baadcc8f488a12efa04d061 (patch) | |
tree | ed04a284cb94034f26c3214514d9b2b70592675f /extras | |
parent | 50863e4a233efedb1ef45dc36aaddbf8fe207a93 (diff) |
keymap: Remove wlan from Dell
The Dell rfkill key is handled by hardware and the dell-laptop driver catches
the i8042 event in order to update the rfkill state. Sending wlan to userspace
will just result in userspace trying to revert the change the hardware has
just made.
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/keymap/keymaps/dell | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/keymap/keymaps/dell b/extras/keymap/keymaps/dell index fbbb9035b1..4f907b3eef 100644 --- a/extras/keymap/keymaps/dell +++ b/extras/keymap/keymaps/dell @@ -5,7 +5,7 @@ 0x85 brightnessdown # Fn+Down arrow Brightness Down 0x86 brightnessup # Fn+Up arrow Brightness Up 0x87 battery # Fn+F3 battery icon -0x88 wlan # Fn+F2 Turn On/Off Wireless +0x88 unknown # Fn+F2 Turn On/Off Wireless - handled in hardware 0x89 ejectclosecd # Fn+F10 Eject CD 0x8A suspend # Fn+F1 hibernate 0x8B switchvideomode # Fn+F8 CRT/LCD (high keycode: "displaytoggle") |