The hid-led driver just needs small extensions to support also devices with multiple independent LED's. As a first device of this category support for the ThingM blink(1) can be merged into the hid-led driver. Heiner Kallweit (4): HID: hid-led: add support for devices with multiple independent LEDs HID: hid-led: add support for reading from LED devices HID: hid-led: add support for ThingM blink(1) HID: remove ThingM blink(1) driver drivers/hid/Kconfig | 17 +--- drivers/hid/Makefile | 1 - drivers/hid/hid-led.c | 180 ++++++++++++++++++++++++++------ drivers/hid/hid-thingm.c | 259 ----------------------------------------------- 4 files changed, 154 insertions(+), 303 deletions(-) delete mode 100644 drivers/hid/hid-thingm.c -- 2.9.0 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html