[PATCH v5 1/1] Add WMI driver for controlling AlienFX features on some Alienware products

2014-03-26 Thread Mario Limonciello
Signed-off-by: Mario Limonciello --- drivers/platform/x86/Kconfig | 12 + drivers/platform/x86/Makefile| 2 + drivers/platform/x86/alienware-wmi.c | 557 +++ 3 files changed, 571 insertions(+) create mode 100644 drivers/platform/x86/alienware

[PATCH v5 0/1] Add WMI driver to control AlienFX features

2014-03-26 Thread Mario Limonciello
to 32 nodes. - Make lighting control state and HDMI more readable and usable for interacting. Rather than having to know numbers, cat'ing the nodes will output the available options and the presently selected option (in a single line) Mario Limonciello (1): Add WMI driver

[PATCH v5 0/1] Add WMI driver to control AlienFX features

2014-03-26 Thread Mario Limonciello
to 32 nodes. - Make lighting control state and HDMI more readable and usable for interacting. Rather than having to know numbers, cat'ing the nodes will output the available options and the presently selected option (in a single line) Mario Limonciello (1): Add WMI driver

[PATCH v5 1/1] Add WMI driver for controlling AlienFX features on some Alienware products

2014-03-26 Thread Mario Limonciello
Signed-off-by: Mario Limonciello mario_limoncie...@dell.com --- drivers/platform/x86/Kconfig | 12 + drivers/platform/x86/Makefile| 2 + drivers/platform/x86/alienware-wmi.c | 557 +++ 3 files changed, 571 insertions(+) create mode 100644

<    3   4   5   6   7   8