From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anisse Astier Subject: [PATCH 0/7] msi-wmi driver and cleanups Date: Thu, 10 Dec 2009 14:18:12 +0100 Message-ID: <1260451099-25620-1-git-send-email-anisse@astier.eu> Return-path: Sender: linux-input-owner@vger.kernel.org To: linux-acpi@vger.kernel.org, linux-input@vger.kernel.org Cc: Dmitry Torokhov , Len Brown , Matthew Garrett , Thomas Renninger , Carlos Corbacho , Matt Chen , Anisse Astier List-Id: linux-acpi@vger.kernel.org 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