]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/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)
committerStefan Bader <stefan.bader@canonical.com>
Wed, 14 Mar 2018 10:41:24 +0000 (11:41 +0100)
BugLink: http://bugs.launchpad.net/bugs/1744212
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>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
drivers/usb/serial/qcserial.c

index eb9928963a53c867c8d5707d895a3a0bc86637d8..9f9d3a9044642d62b9cf631b48eee969f34ca14b 100644 (file)
@@ -148,6 +148,7 @@ static const struct usb_device_id id_table[] = {
        {DEVICE_SWI(0x1199, 0x68a2)},   /* Sierra Wireless MC7710 */
        {DEVICE_SWI(0x1199, 0x68c0)},   /* Sierra Wireless MC7304/MC7354 */
        {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, 0x9041)},   /* Sierra Wireless MC7305/MC7355 */