• A
    toshiba_acpi: Fix regression caused by hotkey enabling value · a30b8f81
    Azael Avalos 提交于
    Commit 52cbae01 ("toshiba_acpi: Change default Hotkey enabling value")
    changed the hotkeys enabling value, as it was the same value Windows uses,
    however, it turns out that the value tells the EC that the driver will now
    take care of the hardware events like the physical RFKill switch or the
    pointing device toggle button.
    
    This patch reverts such commit by changing the default hotkey enabling
    value to 0x09, which enables hotkey events only, making the hardware
    buttons working again.
    
    Fixes bugs 113331 and 114941.
    Signed-off-by: NAzael Avalos <coproscefalo@gmail.com>
    Cc: stable@vger.kernel.org
    Signed-off-by: NDarren Hart <dvhart@linux.intel.com>
    a30b8f81
toshiba_acpi.c 80.0 KB