diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2016-07-04 21:45:54 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-07-07 11:17:12 +0200 |
commit | de9086509e716e9797f401dd260d5b4bdd2244c7 (patch) | |
tree | ce91d0f0b88f92b174c5aeaa10d6c47293adfa95 /drivers/hid/hid-ids.h | |
parent | 34d9810b316b6de11a801a30339c070d1798a7b0 (diff) | |
download | blackbird-obmc-linux-de9086509e716e9797f401dd260d5b4bdd2244c7.tar.gz blackbird-obmc-linux-de9086509e716e9797f401dd260d5b4bdd2244c7.zip |
HID: hid-led: add support for Delcom Visual Signal Indicator G2
Add support for the HID-compliant Delcom Visual Signal Indicator
generation 2 devices.
Successfully tested with part no 904000 from the family of these devices.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index e104abae0dad..ffefbd09fb4c 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -296,6 +296,9 @@ #define USB_VENDOR_ID_DEALEXTREAME 0x10c5 #define USB_DEVICE_ID_DEALEXTREAME_RADIO_SI4701 0x819a +#define USB_VENDOR_ID_DELCOM 0x0fc5 +#define USB_DEVICE_ID_DELCOM_VISUAL_IND 0xb080 + #define USB_VENDOR_ID_DELORME 0x1163 #define USB_DEVICE_ID_DELORME_EARTHMATE 0x0100 #define USB_DEVICE_ID_DELORME_EM_LT20 0x0200 |