[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1298712045-17671-1-git-send-email-corentincj@iksaif.net>
Date: Sat, 26 Feb 2011 10:20:29 +0100
From: Corentin Chary <corentincj@...aif.net>
To: Matthew Garrett <mjg@...hat.com>
Cc: Dmitry Torokhov <dmitry.torokhov@...il.com>,
Corentin Chary <corentincj@...aif.net>,
Randy Dunlap <rdunlap@...otime.net> (maintainer:DOCUMENTATION),
Andrew Morton <akpm@...ux-foundation.org> (commit_signer:67/518=13%),
Joe Perches <joe@...ches.com> (commit_signer:43/518=8%),
"David S. Miller" <davem@...emloft.net> (commit_signer:31/518=6%),
linux-doc@...r.kernel.org (open list:DOCUMENTATION),
linux-kernel@...r.kernel.org (open list),
platform-driver-x86@...r.kernel.org (open list:X86 PLATFORM DRIVERS),
acpi4asus-user@...ts.sourceforge.net (open list:ASUS NOTEBOOKS AN...)
Subject: [PATCH 00/14] Support Asus WMI capable Notebooks (asus-wmi, asus-nb-wmi and eeepc-wmi)
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists