This driver adds support for WMI-based hotkeys and backlight for some MSI laptops and all-in-one computers. This driver was sent in the end of october by Thomas Renninger (cf http://patchwork.kernel.org/patch/55944/ ). I'm re-sending it as-is (I just added my Reviewed-by:); it is the first patch of this serie because it doesn't look like it has been integrated yet in Len's ACPI tree. Other patches are just a follow-up to my previous comments on this driver, that I would like to see merged for 2.6.33. Please note that the last patch of this serie requires Dmitry's input next tree to have the sparse keymap library. Regards, Anisse Anisse Astier (6): msi-wmi: remove useless includes msi-wmi: rework init msi-wmi: remove custom runtime debug implementation msi-wmi: remove unused field 'instance' in key_entry structure msi-wmi: replace one-condition switch-case with if statement msi-wmi: switch to using input sparse keymap library Thomas Renninger (1): X86 drivers: Introduce msi-wmi driver drivers/platform/x86/Kconfig | 11 ++ drivers/platform/x86/Makefile | 1 + drivers/platform/x86/msi-wmi.c | 286 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 298 insertions(+), 0 deletions(-) create mode 100644 drivers/platform/x86/msi-wmi.c -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html