I've got some extensions for the alienware-wmi driver that have been introduced for a few new platforms and can be controlled via the WMI interface. Changes from V2: - add alienware-wmi to subjects (all patches) - fix indentation on 2 changing comments (patch 3/6) - remove goto error on amplifier creation (patch 3/6) - clarify commit message (patch 4/6) - fix line wrapping on some long lines (patch 4/6) - remove goto error on deep sleep creation (patch 4/6) - whitespace improvements in other parts of the driver (patch 6/6) Changes from V1: - Make sure whitespace changes are in their own patch - Add commit descriptions to all patches - Allow one line to go over 80 characters in deep sleep control patch Other patches may have some areas that avoid going over 80 characters still, but this matches the style of the existing driver. If you would like these to go over 80 characters as well, please comment which areas this is OK. Mario Limonciello (6): alienware-wmi: Clean up whitespace for ASM100 platform alienware-wmi: Add support for new platform: X51-R3 alienware-wmi: Add initial support for alienware graphics amplifier. alienware-wmi: Add support for deep sleep control. alienware-wmi: Add support for two new systems: ASM200 and ASM201. alienware-wmi: whitespace improvements drivers/platform/x86/alienware-wmi.c | 291 +++++++++++++++++++++++++++++------ 1 file changed, 247 insertions(+), 44 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html