toshiba_acpi: Support RFKILL hotkey scancode
authorUnai Uribarri <unaiur@gmail.com>
Tue, 14 Jan 2014 10:06:47 +0000 (11:06 +0100)
committerMatthew Garrett <matthew.garrett@nebula.com>
Tue, 21 Jan 2014 13:44:18 +0000 (08:44 -0500)
This scancode is used in new 2013 models like Satellite P75-A7200.

Signed-off-by: Unai Uribarri <unaiur@gmail.com>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
drivers/platform/x86/toshiba_acpi.c

index 7fce391818d30a183962b7888a8bfd275b10423c..5d23ca263f5cac2262649aedb5b3062f470c326c 100644 (file)
@@ -151,6 +151,7 @@ static const struct acpi_device_id toshiba_device_ids[] = {
 MODULE_DEVICE_TABLE(acpi, toshiba_device_ids);
 
 static const struct key_entry toshiba_acpi_keymap[] = {
+       { KE_KEY, 0x9e, { KEY_RFKILL } },
        { KE_KEY, 0x101, { KEY_MUTE } },
        { KE_KEY, 0x102, { KEY_ZOOMOUT } },
        { KE_KEY, 0x103, { KEY_ZOOMIN } },
This page took 0.066216 seconds and 5 git commands to generate.