Skip to content

Commit f190fd9

Browse files
dnlplmjhovold
authored andcommitted
USB: serial: simple: add support for another Infineon flashloader
This patch adds support for Infineon flashloader 0x8087/0x0801. The flashloader is used in Telit LE940B modem family with Telit flashing application. Signed-off-by: Daniele Palmas <[email protected]> Cc: stable <[email protected]> Signed-off-by: Johan Hovold <[email protected]>
1 parent 9395452 commit f190fd9

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)