From: Matthew Garrett Date: Thu, 15 Jul 2010 18:23:42 +0000 (-0400) Subject: toshiba-acpi: Add an extra couple of keys X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ae42f234470662aefe65ab59a0ef228f1f6f9c77;p=openwrt%2Fstaging%2Fblogic.git toshiba-acpi: Add an extra couple of keys Thomas Bächler reports that his machine generates two keycodes for zooming in and out. Add these to the default keymap. Signed-off-by: Matthew Garrett Cc: Thomas Bächler --- diff --git a/drivers/platform/x86/toshiba_acpi.c b/drivers/platform/x86/toshiba_acpi.c index 37aa14798551..a5e1aa3d8c72 100644 --- a/drivers/platform/x86/toshiba_acpi.c +++ b/drivers/platform/x86/toshiba_acpi.c @@ -129,6 +129,8 @@ enum {KE_KEY, KE_END}; static struct key_entry toshiba_acpi_keymap[] = { {KE_KEY, 0x101, KEY_MUTE}, + {KE_KEY, 0x102, KEY_ZOOMOUT}, + {KE_KEY, 0x103, KEY_ZOOMIN}, {KE_KEY, 0x13b, KEY_COFFEE}, {KE_KEY, 0x13c, KEY_BATTERY}, {KE_KEY, 0x13d, KEY_SLEEP},