aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorCorentin Chary <corentincj@iksaif.net>2011-02-26 04:20:43 -0500
committerMatthew Garrett <mjg@redhat.com>2011-03-28 06:07:23 -0400
commit5f8540094d23b8886d671ff1faf875b698e2f299 (patch)
treeaa43e419042f2c55850d1b337b69f5a0d032ae4c /drivers
parente07babde13460d7b03842a6de8f22fbef93709e1 (diff)
eeepc-wmi: restore KEY_CAMERA_* keys lost in 190ca27
Signed-off-by: Corentin Chary <corentincj@iksaif.net> Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/platform/x86/eeepc-wmi.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/platform/x86/eeepc-wmi.c b/drivers/platform/x86/eeepc-wmi.c
index e69701fc422..64e36de2285 100644
--- a/drivers/platform/x86/eeepc-wmi.c
+++ b/drivers/platform/x86/eeepc-wmi.c
@@ -65,11 +65,17 @@ static const struct key_entry eeepc_wmi_keymap[] = {
65 { KE_KEY, 0x5d, { KEY_WLAN } }, 65 { KE_KEY, 0x5d, { KEY_WLAN } },
66 { KE_KEY, 0x6b, { KEY_F13 } }, /* Disable Touchpad */ 66 { KE_KEY, 0x6b, { KEY_F13 } }, /* Disable Touchpad */
67 { KE_KEY, 0x82, { KEY_CAMERA } }, 67 { KE_KEY, 0x82, { KEY_CAMERA } },
68 { KE_KEY, 0x83, { KEY_CAMERA_ZOOMIN } },
68 { KE_KEY, 0x88, { KEY_WLAN } }, 69 { KE_KEY, 0x88, { KEY_WLAN } },
69 { KE_KEY, 0xcc, { KEY_SWITCHVIDEOMODE } }, 70 { KE_KEY, 0xcc, { KEY_SWITCHVIDEOMODE } },
70 { KE_KEY, 0xe0, { KEY_PROG1 } }, /* Task Manager */ 71 { KE_KEY, 0xe0, { KEY_PROG1 } }, /* Task Manager */
71 { KE_KEY, 0xe1, { KEY_F14 } }, /* Change Resolution */ 72 { KE_KEY, 0xe1, { KEY_F14 } }, /* Change Resolution */
72 { KE_KEY, 0xe9, { KEY_BRIGHTNESS_ZERO } }, 73 { KE_KEY, 0xe9, { KEY_BRIGHTNESS_ZERO } },
74 { KE_KEY, 0xeb, { KEY_CAMERA_ZOOMOUT } },
75 { KE_KEY, 0xec, { KEY_CAMERA_UP } },
76 { KE_KEY, 0xed, { KEY_CAMERA_DOWN } },
77 { KE_KEY, 0xee, { KEY_CAMERA_LEFT } },
78 { KE_KEY, 0xef, { KEY_CAMERA_RIGHT } },
73 { KE_END, 0}, 79 { KE_END, 0},
74}; 80};
75 81