+2
-1
drivers/usb/serial/usb-serial-simple.c
+2
-1
drivers/usb/serial/usb-serial-simple.c
···
54
54
/* Infineon Flashloader driver */
55
55
#define FLASHLOADER_IDS() \
56
56
{ USB_DEVICE_INTERFACE_CLASS(0x058b, 0x0041, USB_CLASS_CDC_DATA) }, \
57
-
{ USB_DEVICE(0x8087, 0x0716) }
57
+
{ USB_DEVICE(0x8087, 0x0716) }, \
58
+
{ USB_DEVICE(0x8087, 0x0801) }
58
59
DEVICE(flashloader, FLASHLOADER_IDS);
59
60
60
61
/* Google Serial USB SubClass */