mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 09:43:59 +08:00
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 <dnlplm@gmail.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Johan Hovold <johan@kernel.org>
This commit is contained in:
parent
9395452b4a
commit
f190fd9245
@ -54,7 +54,8 @@ DEVICE(funsoft, FUNSOFT_IDS);
|
|||||||
/* Infineon Flashloader driver */
|
/* Infineon Flashloader driver */
|
||||||
#define FLASHLOADER_IDS() \
|
#define FLASHLOADER_IDS() \
|
||||||
{ USB_DEVICE_INTERFACE_CLASS(0x058b, 0x0041, USB_CLASS_CDC_DATA) }, \
|
{ USB_DEVICE_INTERFACE_CLASS(0x058b, 0x0041, USB_CLASS_CDC_DATA) }, \
|
||||||
{ USB_DEVICE(0x8087, 0x0716) }
|
{ USB_DEVICE(0x8087, 0x0716) }, \
|
||||||
|
{ USB_DEVICE(0x8087, 0x0801) }
|
||||||
DEVICE(flashloader, FLASHLOADER_IDS);
|
DEVICE(flashloader, FLASHLOADER_IDS);
|
||||||
|
|
||||||
/* Google Serial USB SubClass */
|
/* Google Serial USB SubClass */
|
||||||
|
Loading…
Reference in New Issue
Block a user