These patches change the current code to accomodate the handling of more events, since so far, it only handles hotkey events (0x80), move the hotkey enabling code to a sub function to avoid duplication, and add event 0x92 which indicates a change in the keyboard backlight mode. Changes since V3: - Removed a left over variable from the split in patch 02 and moved it to patch 03 (where it belongs) - A bit more verbose description on patch 03 Azael Avalos (3): toshiba_acpi: Move hotkey enabling code to own function toshiba_acpi: Change notify funtion to handle more events toshiba_acpi: Add keyboard backlight mode change event drivers/platform/x86/toshiba_acpi.c | 139 ++++++++++++++++++++++-------------- 1 file changed, 86 insertions(+), 53 deletions(-) -- 2.1.2 -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html