]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
asus-laptop: correct a touchpad hotkey mapping
authorAceLan Kao <acelan.kao@canonical.com>
Wed, 3 Oct 2012 09:26:27 +0000 (11:26 +0200)
committerMatthew Garrett <matthew.garrett@nebula.com>
Sun, 24 Feb 2013 22:49:55 +0000 (14:49 -0800)
0x60 is touchpad enable key, but is misdefined in the keymap.

Signed-off-by: AceLan Kao <acelan.kao@canonical.com>
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
drivers/platform/x86/asus-laptop.c

index 7ed1e9983d3ef3b641ad0799581b7c9ba5643344..23c60558bfd3da87e2e8ea14ffa92d1ddf5c5bb4 100644 (file)
@@ -320,7 +320,7 @@ static const struct key_entry asus_keymap[] = {
        {KE_KEY, 0x5D, { KEY_WLAN } }, /* WLAN Toggle */
        {KE_KEY, 0x5E, { KEY_WLAN } }, /* WLAN Enable */
        {KE_KEY, 0x5F, { KEY_WLAN } }, /* WLAN Disable */
-       {KE_KEY, 0x60, { KEY_SWITCHVIDEOMODE } },
+       {KE_KEY, 0x60, { KEY_TOUCHPAD_ON } },
        {KE_KEY, 0x61, { KEY_SWITCHVIDEOMODE } }, /* LCD Only */
        {KE_KEY, 0x62, { KEY_SWITCHVIDEOMODE } }, /* CRT Only */
        {KE_KEY, 0x63, { KEY_SWITCHVIDEOMODE } }, /* LCD + CRT */