Hi Jonas, 2015-11-05 13:57 GMT+01:00 Jonas Jonsson <jonas@xxxxxxxxxxx>: > This has been seen on a Telit UE910 modem. > > Signed-off-by: Jonas Jonsson <jonas@xxxxxxxxxxx> > --- > drivers/usb/serial/usb-serial-simple.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/drivers/usb/serial/usb-serial-simple.c b/drivers/usb/serial/usb-serial-simple.c > index 3658662..93ab784 100644 > --- a/drivers/usb/serial/usb-serial-simple.c > +++ b/drivers/usb/serial/usb-serial-simple.c > @@ -53,7 +53,9 @@ DEVICE(funsoft, FUNSOFT_IDS); > > /* Infineon Flashloader driver */ > #define FLASHLOADER_IDS() \ > - { USB_DEVICE(0x8087, 0x0716) } > + { USB_DEVICE(0x8087, 0x0716) }, \ > + { USB_DEVICE_INTERFACE_CLASS(0x058b, 0x0041, 0x0a) } > + > DEVICE(flashloader, FLASHLOADER_IDS); > > /* Google Serial USB SubClass */ > -- > 2.5.0 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-usb" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html This and the previous patch are fine to me for all Telit devices based on 3G IMC chipset with Telit proprietary flashing protocol. I'm wondering if this is fine for all other non-Telit devices based on the same chipset, but a different protocol... Anyway, if you wish you can add my Tested-by: Daniele Palmas <dnlplm@xxxxxxxxx> Regards, Daniele -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html