I got hold of a Delcom Visual Signal Indicator G2 device. Unlike generation 1 devices generation 2 is fully HID-compliant what makes it easy to support them in the hid-led driver. Just a small change to the framework is needed because Delcom doesn't use a fixed report id. Instead the report id is used to submit command information. Heiner Kallweit (2): HID: hid-led: remove report id from struct hidled_config HID: hid-led: add support for Delcom Visual Signal Indicator G2 drivers/hid/hid-core.c | 1 + drivers/hid/hid-ids.h | 3 ++ drivers/hid/hid-led.c | 104 +++++++++++++++++++++++++++++++++++++++++++------ 3 files changed, 97 insertions(+), 11 deletions(-) -- 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