Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <johan@kernel.org>

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