usb_hid: blacklist Silicon Labs EC3.
Definitely not an HID device. Programming tools use libusb.
This commit is contained in:
@@ -40,6 +40,10 @@ usb_support_descriptor gBlackListedDevices[] = {
|
||||
// temperature sensor which declares itself as a usb hid device
|
||||
0, 0, 0, 0x0c45, 0x7401
|
||||
},
|
||||
{
|
||||
// Silicon Labs EC3 JTAG/C2 probe, declares itself as usb hid
|
||||
0, 0, 0, 0x10c4, 0x8044
|
||||
},
|
||||
{
|
||||
// wacom devices are handled by the dedicated wacom driver
|
||||
0, 0, 0, USB_VENDOR_WACOM, 0
|
||||
|
||||
Reference in New Issue
Block a user