All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/1] Drop individual LED nodes for colors
@ 2014-02-27 20:33 Mario Limonciello
  2014-02-27 20:33 ` [PATCH v4 1/1] Add WMI driver for controlling AlienFX and HDMI on Alienware Mario Limonciello
  2014-02-27 20:45 ` [PATCH v4 0/1] Drop individual LED nodes for colors Matthew Garrett
  0 siblings, 2 replies; 5+ messages in thread
From: Mario Limonciello @ 2014-02-27 20:33 UTC (permalink / raw)
  To: matthew.garrett; +Cc: platform-driver-x86, Mario Limonciello

It was raised that it's not possible to make atomic changes that require 
multiple colors such as from magenta to cyan. So I decided to drop the
36 nodes for controlling 3 zones and instead reduce it to 3 per zone.
The color needs to be packed into that node when setting it, but how it's
done is well commented.

I'd like to know if this interface is sufficiently simple now and uses
the LED class more effectively.

Mario Limonciello (1):
  Add WMI driver for controlling AlienFX and HDMI on Alienware

 drivers/platform/x86/Kconfig         |   15 ++
 drivers/platform/x86/Makefile        |    1 +
 drivers/platform/x86/alienware-wmi.c |  307 ++++++++++++++++++++++++++++++++++
 3 files changed, 323 insertions(+)
 create mode 100644 drivers/platform/x86/alienware-wmi.c

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-02-28 21:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-27 20:33 [PATCH v4 0/1] Drop individual LED nodes for colors Mario Limonciello
2014-02-27 20:33 ` [PATCH v4 1/1] Add WMI driver for controlling AlienFX and HDMI on Alienware Mario Limonciello
2014-02-27 20:45 ` [PATCH v4 0/1] Drop individual LED nodes for colors Matthew Garrett
2014-02-27 20:59   ` Mario Limonciello
2014-02-28 21:42     ` Mario Limonciello

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.