Skip to content

Commit 5cd9385

Browse files
Douglas Fischergregkh
authored andcommitted
USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update
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>
1 parent 302dd59 commit 5cd9385

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/usb/serial/qcserial.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ static const struct usb_device_id id_table[] = {
148148
{DEVICE_SWI(0x1199, 0x68a2)}, /* Sierra Wireless MC7710 */
149149
{DEVICE_SWI(0x1199, 0x68c0)}, /* Sierra Wireless MC7304/MC7354 */
150150
{DEVICE_SWI(0x1199, 0x901c)}, /* Sierra Wireless EM7700 */
151+
{DEVICE_SWI(0x1199, 0x901e)}, /* Sierra Wireless EM7355 QDL */
151152
{DEVICE_SWI(0x1199, 0x901f)}, /* Sierra Wireless EM7355 */
152153
{DEVICE_SWI(0x1199, 0x9040)}, /* Sierra Wireless Modem */
153154
{DEVICE_SWI(0x1199, 0x9041)}, /* Sierra Wireless MC7305/MC7355 */

0 commit comments

Comments
 (0)