]> git.hungrycats.org Git - linux/commitdiff
USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update
authorDouglas Fischer <douglas.fischer@outlook.com>
Sun, 29 Oct 2017 23:29:55 +0000 (23:29 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Nov 2017 08:01:07 +0000 (09:01 +0100)
commit 771394a54148f18926ca86414e51c69eda27d0cd upstream.

Add USB PID/VID for Sierra Wireless EM7355 LTE modem QDL firmware update
mode.

Signed-off-by: Douglas Fischer <douglas.fischer@outlook.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/qcserial.c

index 2a2ff0ba9f7ff420ccb5eb3cc56dc3371d959ef7..adc3724110199375549e10eafc876f236f19dcb1 100644 (file)
@@ -143,6 +143,7 @@ static const struct usb_device_id id_table[] = {
        {DEVICE_SWI(0x114f, 0x68a2)},   /* Sierra Wireless MC7750 */
        {DEVICE_SWI(0x1199, 0x68a2)},   /* Sierra Wireless MC7710 */
        {DEVICE_SWI(0x1199, 0x901c)},   /* Sierra Wireless EM7700 */
+       {DEVICE_SWI(0x1199, 0x901e)},   /* Sierra Wireless EM7355 QDL */
        {DEVICE_SWI(0x1199, 0x901f)},   /* Sierra Wireless EM7355 */
        {DEVICE_SWI(0x1199, 0x9040)},   /* Sierra Wireless Modem */
        {DEVICE_SWI(0x1199, 0x9051)},   /* Netgear AirCard 340U */