]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
toshiba_acpi: Reorder toshiba_acpi_alt_keymap entries
authorAzael Avalos <coproscefalo@gmail.com>
Thu, 23 Jul 2015 01:37:46 +0000 (19:37 -0600)
committerDarren Hart <dvhart@linux.intel.com>
Fri, 24 Jul 2015 21:23:19 +0000 (14:23 -0700)
This patch simply reorders the entries found in the new keymap by
ascending order, this is simply a cosmetic change, no functionality
was modified.

Signed-off-by: Azael Avalos <coproscefalo@gmail.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
drivers/platform/x86/toshiba_acpi.c

index 90d8cb1c2e27ade0adef654f625cd893ed50e421..6013a11caeea81f130a0c406fd7128f4d4236a4f 100644 (file)
@@ -246,16 +246,16 @@ static const struct key_entry toshiba_acpi_keymap[] = {
 };
 
 static const struct key_entry toshiba_acpi_alt_keymap[] = {
-       { KE_KEY, 0x157, { KEY_MUTE } },
        { KE_KEY, 0x102, { KEY_ZOOMOUT } },
        { KE_KEY, 0x103, { KEY_ZOOMIN } },
        { KE_KEY, 0x12c, { KEY_KBDILLUMTOGGLE } },
        { KE_KEY, 0x139, { KEY_ZOOMRESET } },
-       { KE_KEY, 0x13e, { KEY_SWITCHVIDEOMODE } },
        { KE_KEY, 0x13c, { KEY_BRIGHTNESSDOWN } },
        { KE_KEY, 0x13d, { KEY_BRIGHTNESSUP } },
-       { KE_KEY, 0x158, { KEY_WLAN } },
+       { KE_KEY, 0x13e, { KEY_SWITCHVIDEOMODE } },
        { KE_KEY, 0x13f, { KEY_TOUCHPAD_TOGGLE } },
+       { KE_KEY, 0x157, { KEY_MUTE } },
+       { KE_KEY, 0x158, { KEY_WLAN } },
        { KE_END, 0 },
 };