Skip to content

Commit e06226e

Browse files
committed
Merge tag 'usb-serial-4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Johan writes: USB-serial fixes for v4.8-rc7 Here's another Infineon flashloader device id. Signed-off-by: Johan Hovold <[email protected]>
2 parents 08c5cd3 + f190fd9 commit e06226e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/usb/serial/usb-serial-simple.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ DEVICE(funsoft, FUNSOFT_IDS);
5454
/* Infineon Flashloader driver */
5555
#define FLASHLOADER_IDS() \
5656
{ 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) }
5859
DEVICE(flashloader, FLASHLOADER_IDS);
5960

6061
/* Google Serial USB SubClass */

0 commit comments

Comments
 (0)