aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>2013-01-22 12:01:21 -0500
committerJiri Kosina <jkosina@suse.cz>2013-02-19 05:31:46 -0500
commit30ba2fbde1840db440915491cdde235b72a11384 (patch)
treed83440cb8b97c8e063fc1be2e581def0f641ac6d /MAINTAINERS
parent89bdd0c6f38ccf0de43d5a36ede384a730f3394e (diff)
HID: add ThingM blink(1) USB RGB LED support
The ThingM blink(1) is an open source hardware USB RGB LED. It contains an internal EEPROM, allowing to configure up to 12 light patterns. A light pattern is a RGB color plus a fade time. This driver registers a LED class instance with additional sysfs attributes to support basic functions such as setting RGB colors, fade and playing. Other functions are still accessible through the hidraw interface. At this time, the only documentation for the device is the firmware source code from ThingM, plus a few schematics. They are available at: https://github.com/todbot/blink1 This patch is version 3. It updates the name of the source file, the driver and the led sysfs entry, according to comments from Jiri Kosina and Simon Wood. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index b0b880da6e5c..10a4a36dd534 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7306,6 +7306,11 @@ S: Supported
7306F: drivers/thermal/ 7306F: drivers/thermal/
7307F: include/linux/thermal.h 7307F: include/linux/thermal.h
7308 7308
7309THINGM BLINK(1) USB RGB LED DRIVER
7310M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7311S: Maintained
7312F: drivers/hid/hid-thingm.c
7313
7309THINKPAD ACPI EXTRAS DRIVER 7314THINKPAD ACPI EXTRAS DRIVER
7310M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br> 7315M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
7311L: ibm-acpi-devel@lists.sourceforge.net 7316L: ibm-acpi-devel@lists.sourceforge.net