mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 00/14] Support Asus WMI capable Notebooks (asus-wmi, asus-nb-wmi and eeepc-wmi)
@ 2011-02-26  9:20 Corentin Chary
  2011-02-26  9:20 ` [PATCH 01/14] asus-wmi: move generic code to asus-wmi Corentin Chary
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Corentin Chary @ 2011-02-26  9:20 UTC (permalink / raw)
  To: Matthew Garrett
  Cc: Dmitry Torokhov, Corentin Chary, Randy Dunlap, Andrew Morton,
	Joe Perches, David S. Miller, open list:DOCUMENTATION, open list,
	open list:X86 PLATFORM DRIVERS, open list:ASUS NOTEBOOKS AN...

Hi Matthew,

I hope this series won't break anything, because there are a lot of change.
Two new modules, asus-wmi.ko and asus-nb-wmi.ko, and almost all the code
of eeepc-wmi.c is now in asus-wmi.c.

I was able to test asus-nb-wmi.ko on a very new G73 laptop over ssh, and it
seems to work well.

More features are comming (keyboard backlight, more sensors, etc...), but
I think it's important to merge the first step as soon as possible.

Thanks,

Corentin Chary (14):
  asus-wmi: move generic code to asus-wmi
  eeepc-wmi: asus generic asus-wmi.ko module
  asus-wmi: minor cleanups
  asus-wmi: introduce struct asus_rfkill
  asus-wmi: handle "unknown status" bit
  asus-wmi: factorise wmi_evaluate_method call
  asus-wmi: try to guess the right DSTS methods
  asus-wmi: fix and clean backlight code
  asus-wmi: add calls to INIT, SPEC and SFUN on init
  asus-wmi: allow debugfs interface to call arbitrary method
  asus-nb-wmi: Asus Notebooks WMI Driver
  asus-wmi: add some common device ids and method ids
  asus-wmi: add hwmon interface and pwm1
  eeepc-wmi: restore KEY_CAMERA_* keys lost in 190ca27

 Documentation/ABI/testing/sysfs-platform-asus-wmi  |   31 +
 Documentation/ABI/testing/sysfs-platform-eeepc-wmi |   31 -
 MAINTAINERS                                        |   30 +-
 drivers/platform/x86/Kconfig                       |   39 +-
 drivers/platform/x86/Makefile                      |    2 +
 drivers/platform/x86/asus-nb-wmi.c                 |   98 ++
 drivers/platform/x86/asus-wmi.c                    | 1655 ++++++++++++++++++++
 drivers/platform/x86/asus-wmi.h                    |   58 +
 drivers/platform/x86/eeepc-wmi.c                   | 1372 +----------------
 9 files changed, 1924 insertions(+), 1392 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-platform-asus-wmi
 delete mode 100644 Documentation/ABI/testing/sysfs-platform-eeepc-wmi
 create mode 100644 drivers/platform/x86/asus-nb-wmi.c
 create mode 100644 drivers/platform/x86/asus-wmi.c
 create mode 100644 drivers/platform/x86/asus-wmi.h

-- 
1.7.4


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

end of thread, other threads:[~2011-03-11 17:29 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-26  9:20 [PATCH 00/14] Support Asus WMI capable Notebooks (asus-wmi, asus-nb-wmi and eeepc-wmi) Corentin Chary
2011-02-26  9:20 ` [PATCH 01/14] asus-wmi: move generic code to asus-wmi Corentin Chary
2011-02-26  9:20 ` [PATCH 02/14] eeepc-wmi: asus generic asus-wmi.ko module Corentin Chary
2011-02-26  9:20 ` [PATCH 03/14] asus-wmi: minor cleanups Corentin Chary
2011-02-26  9:20 ` [PATCH 04/14] asus-wmi: introduce struct asus_rfkill Corentin Chary
2011-02-26  9:20 ` [PATCH 05/14] asus-wmi: handle "unknown status" bit Corentin Chary
2011-02-26  9:20 ` [PATCH 06/14] asus-wmi: factorise wmi_evaluate_method call Corentin Chary
2011-02-26  9:20 ` [PATCH 07/14] asus-wmi: try to guess the right DSTS methods Corentin Chary
2011-02-26  9:20 ` [PATCH 08/14] asus-wmi: fix and clean backlight code Corentin Chary
2011-02-26  9:20 ` [PATCH 09/14] asus-wmi: add calls to INIT, SPEC and SFUN on init Corentin Chary
2011-02-26  9:20 ` [PATCH 10/14] asus-wmi: allow debugfs interface to call arbitrary method Corentin Chary
2011-02-26  9:20 ` [PATCH 11/14] asus-nb-wmi: Asus Notebooks WMI Driver Corentin Chary
2011-02-26  9:20 ` [PATCH 12/14] asus-wmi: add some common device ids and method ids Corentin Chary
2011-02-26  9:20 ` [PATCH 13/14] asus-wmi: add hwmon interface and pwm1 Corentin Chary
2011-02-26  9:20 ` [PATCH 14/14] eeepc-wmi: restore KEY_CAMERA_* keys lost in 190ca27 Corentin Chary
2011-03-11 17:29 ` [PATCH 00/14] Support Asus WMI capable Notebooks (asus-wmi, asus-nb-wmi and eeepc-wmi) Matthew Garrett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome