]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerSasha Levin <alexander.levin@verizon.com>
Thu, 7 Dec 2017 02:20:14 +0000 (21:20 -0500)
[ Upstream commit 771394a54148f18926ca86414e51c69eda27d0cd ]

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

Signed-off-by: Douglas Fischer <douglas.fischer@outlook.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
drivers/usb/serial/qcserial.c

index 996dc09b00b8f10d7d6957579052a532eff85799..7b3ce6e42fc688d7004e9ecac2b1feb757e95703 100644 (file)
@@ -147,6 +147,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 */