All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] msi-wmi driver and cleanups
@ 2009-12-10 13:18 Anisse Astier
  2009-12-10 13:18 ` [PATCH 1/7] X86 drivers: Introduce msi-wmi driver Anisse Astier
                   ` (10 more replies)
  0 siblings, 11 replies; 23+ messages in thread
From: Anisse Astier @ 2009-12-10 13:18 UTC (permalink / raw)
  To: linux-acpi, linux-input
  Cc: Dmitry Torokhov, Len Brown, Matthew Garrett, Thomas Renninger,
	Carlos Corbacho, Matt Chen, Anisse Astier

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


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2009-12-23  7:26 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-10 13:18 [PATCH 0/7] msi-wmi driver and cleanups Anisse Astier
2009-12-10 13:18 ` [PATCH 1/7] X86 drivers: Introduce msi-wmi driver Anisse Astier
2009-12-12 17:37   ` Alan Jenkins
2009-12-12 19:21     ` Anisse Astier
2009-12-14  9:55     ` Anisse Astier
2009-12-14 11:31       ` Alan Jenkins
2009-12-16 17:44       ` Len Brown
2009-12-17 10:28         ` [PATCH] MAINTAINERS: add maintainer for " Anisse Astier
2009-12-18 16:52           ` Thomas Renninger
2009-12-18 17:47             ` Anisse Astier
2009-12-23  7:26           ` Len Brown
2009-12-10 13:18 ` [PATCH 2/7] msi-wmi: remove useless includes Anisse Astier
2009-12-10 13:18 ` [PATCH 3/7] msi-wmi: rework init Anisse Astier
2009-12-10 13:18 ` [PATCH 4/7] msi-wmi: remove custom runtime debug implementation Anisse Astier
2009-12-10 13:18 ` [PATCH 5/7] msi-wmi: remove unused field 'instance' in key_entry structure Anisse Astier
2009-12-10 13:18 ` [PATCH 6/7] msi-wmi: replace one-condition switch-case with if statement Anisse Astier
2009-12-10 13:18 ` [PATCH 7/7] msi-wmi: switch to using input sparse keymap library Anisse Astier
2009-12-10 15:18 ` [PATCH 0/7] msi-wmi driver and cleanups Thomas Renninger
2009-12-10 18:07   ` Anisse Astier
2009-12-10 17:47 ` Dmitry Torokhov
2009-12-10 18:14   ` Anisse Astier
2009-12-14 11:34 ` [PATCH 8/7] msi-wmi: depend on backlight and fix corner-cases problems Anisse Astier
2009-12-15  9:55 ` [PATCH 0/7] msi-wmi driver and cleanups Anisse Astier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.