--- drivers/usb/class/cdc-acm.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c index 6e49ec6..f6d86f3 100644 --- a/drivers/usb/class/cdc-acm.c +++ b/drivers/usb/class/cdc-acm.c @@ -1644,6 +1644,11 @@ static const struct usb_device_id acm_ids[] = { { USB_DEVICE(0x0694, 0xff00), .driver_info = NOT_A_MODEM, }, + + /* Simtec Electronics Entropy Key .. NOT a modem! */ + { USB_DEVICE(0x20df, 0x0001), + .driver_info = NOT_A_MODEM, + }, /* Support for Droids MuIn LCD */ { USB_DEVICE(0x04d8, 0x000b), -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html