diff options
author | Alex Wood <thetewood@gmail.com> | 2016-12-23 15:50:13 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-01-02 15:19:05 +0300 |
commit | f83f90cf7ba68deb09406ea9da80852a64c4db29 (patch) | |
tree | cc0be452cc5a1a1782c147d75192fe65067576fc /drivers/hid/hid-ids.h | |
parent | 405182c2459fe2de4a3994ef39e866993e0e61d1 (diff) | |
download | linux-f83f90cf7ba68deb09406ea9da80852a64c4db29.tar.xz |
HID: usbhid: Add quirk for the Futaba TOSD-5711BB VFD
The Futaba TOSD-5711BB VFD crashes when the initial HID report is requested,
register the display in hid-ids and tell hid-quirks to not do the init.
Signed-off-by: Alex Wood <thetewood@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 ec277b96eaa1..62b03d53ecd1 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -365,6 +365,9 @@ #define USB_VENDOR_ID_FLATFROG 0x25b5 #define USB_DEVICE_ID_MULTITOUCH_3200 0x0002 +#define USB_VENDOR_ID_FUTABA 0x0547 +#define USB_DEVICE_ID_LED_DISPLAY 0x7000 + #define USB_VENDOR_ID_ESSENTIAL_REALITY 0x0d7f #define USB_DEVICE_ID_ESSENTIAL_REALITY_P5 0x0100 |