Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751749Ab1BZJWV (ORCPT ); Sat, 26 Feb 2011 04:22:21 -0500 Received: from slow3-v.mail.gandi.net ([217.70.178.89]:51278 "EHLO slow3-v.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751707Ab1BZJWT (ORCPT ); Sat, 26 Feb 2011 04:22:19 -0500 X-WhiteListed: mail was accepted with no delay X-WhiteListed: mail was accepted with no delay X-WhiteListed: mail was accepted with no delay X-WhiteListed: mail was accepted with no delay X-WhiteListed: mail was accepted with no delay X-WhiteListed: mail was accepted with no delay X-Originating-IP: 217.70.178.34 X-Originating-IP: 82.241.209.44 From: Corentin Chary To: Matthew Garrett Cc: Dmitry Torokhov , Corentin Chary , Randy Dunlap (maintainer:DOCUMENTATION), Andrew Morton (commit_signer:67/518=13%), Joe Perches (commit_signer:43/518=8%), "David S. Miller" (commit_signer:31/518=6%), linux-doc@vger.kernel.org (open list:DOCUMENTATION), linux-kernel@vger.kernel.org (open list), platform-driver-x86@vger.kernel.org (open list:X86 PLATFORM DRIVERS), acpi4asus-user@lists.sourceforge.net (open list:ASUS NOTEBOOKS AN...) Subject: [PATCH 00/14] Support Asus WMI capable Notebooks (asus-wmi, asus-nb-wmi and eeepc-wmi) Date: Sat, 26 Feb 2011 10:20:29 +0100 Message-Id: <1298712045-17671-1-git-send-email-corentincj@iksaif.net> X-Mailer: git-send-email 1.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2307 Lines: 54 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/