toshiba_acpi: Fix regression caused by hotkey enabling value
[firefly-linux-kernel-4.4.55.git] / drivers / platform / x86 / toshiba_acpi.c
index b0f62141ea4d975fe65cc26d892fd494190235bd..f774cb576ffa0631d2200007785161a457408083 100644 (file)
@@ -131,7 +131,7 @@ MODULE_LICENSE("GPL");
 /* Field definitions */
 #define HCI_ACCEL_MASK                 0x7fff
 #define HCI_HOTKEY_DISABLE             0x0b
-#define HCI_HOTKEY_ENABLE              0x01
+#define HCI_HOTKEY_ENABLE              0x09
 #define HCI_HOTKEY_SPECIAL_FUNCTIONS   0x10
 #define HCI_LCD_BRIGHTNESS_BITS                3
 #define HCI_LCD_BRIGHTNESS_SHIFT       (16-HCI_LCD_BRIGHTNESS_BITS)