Hi Len, Here is acpi4asus series for 2.6.32: * eeepc-laptop bugfixes and updates. * asus-laptop updates (keyboard backlight and new hotkeys). * documentation on asus-laptop, eeepc-laptop, video/lcd, video/backlight and leds. Alan Jenkins (9): eeepc-laptop: don't touch the pci slot if it was claimed by a different driver eeepc-laptop: use a mutex to serialize pci hotplug (resume vs. notify) eeepc-laptop: fix pci hotplug race on load and unload eeepc-laptop: fix ordering of init and exit functions eeepc-laptop: make input device a child of the platform device eeepc-laptop: remove redundant rfkill_set_sw_state in resume handler eeepc-laptop: check the 3G rfkill state on resume eeepc-laptop: correct the description of the hibernation abort bug eeepc-laptop: switch to dev_pm_ops Corentin Chary (15): eeepc-laptop: add rfkill support for the Wimax in ASUS Eee PC 1000HG eeepc-laptop: document sysfs interface video/backlight: document sysfs interface video/lcd: document sysfs interface led: document sysfs interface asus-laptop: Show HRWS in infos and fix output format asus-laptop: Add *_led_get() functions asus-laptop: Map X50R hotkeys asus-laptop: set maximum led brightness asus-laptop: Add support for Keyboard backlight asus-laptop: handle keyboard backlight keys asus-laptop: Add suport for another "Media" key asus-laptop: Add "calculator" hotkey asus-laptop: document the module asus-laptop: document sysfs interface Documentation/ABI/stable/sysfs-class-backlight | 36 +++ Documentation/ABI/testing/sysfs-class-lcd | 23 ++ Documentation/ABI/testing/sysfs-class-led | 28 ++ .../ABI/testing/sysfs-platform-asus-laptop | 52 ++++ .../ABI/testing/sysfs-platform-eeepc-laptop | 50 +++ Documentation/laptops/asus-laptop.txt | 258 ++++++++++++++++ Documentation/leds-class.txt | 9 +- drivers/platform/x86/asus-laptop.c | 121 +++++++- drivers/platform/x86/eeepc-laptop.c | 324 ++++++++++++-------- 9 files changed, 754 insertions(+), 147 deletions(-) create mode 100644 Documentation/ABI/stable/sysfs-class-backlight create mode 100644 Documentation/ABI/testing/sysfs-class-lcd create mode 100644 Documentation/ABI/testing/sysfs-class-led create mode 100644 Documentation/ABI/testing/sysfs-platform-asus-laptop create mode 100644 Documentation/ABI/testing/sysfs-platform-eeepc-laptop create mode 100644 Documentation/laptops/asus-laptop.txt -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html