toshiba_acpi: Change default Hotkey enabling value
authorAzael Avalos <coproscefalo@gmail.com>
Wed, 9 Sep 2015 17:28:20 +0000 (11:28 -0600)
committerDarren Hart <dvhart@linux.intel.com>
Sat, 3 Oct 2015 15:40:44 +0000 (08:40 -0700)
commit52cbae0127ade4120f51a6c5b46f28534723b9bf
treeb9eefd8c1e840f40a53eb3948710333b389db1f4
parentb116fd009a73fc83f05241152ea9300304e6826c
toshiba_acpi: Change default Hotkey enabling value

The driver currently uses the hotkey enabling value of 0x09 to enable
hotkey events, but windows uses a different value (0x01).

All Toshiba laptops accept the following "hotkey" parameters:
0x01 - Enable hotkey and system events.
0x03 - Enable system events only.
0x09 - Enable hotkey events only.
0x0b - Disable (hotkey and system) events.

This patch changes the default hotkey enabling value from 0x09 to 0x01,
enabling both the hotkey and system events.

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