[PATCH 0/2] HID: hid-led: add support for Delcom Visual Signal Indicator G2
From: Heiner Kallweit <hkallweit1@gmail.com>
Date: 2016-07-03 15:49:00
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