Skip to content

Commit c5d703d

Browse files
pg83gregkh
authored andcommitted
USB: sierra: add support for Sierra Wireless MC7710
Just add new device id. 3G works fine, LTE not tested. Signed-off-by: Anton Samokhvalov <[email protected]> Cc: stable <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 876ae50 commit c5d703d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/serial/sierra.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ static const struct usb_device_id id_table[] = {
289289
{ USB_DEVICE(0x1199, 0x6856) }, /* Sierra Wireless AirCard 881 U */
290290
{ USB_DEVICE(0x1199, 0x6859) }, /* Sierra Wireless AirCard 885 E */
291291
{ USB_DEVICE(0x1199, 0x685A) }, /* Sierra Wireless AirCard 885 E */
292+
{ USB_DEVICE(0x1199, 0x68A2) }, /* Sierra Wireless MC7710 */
292293
/* Sierra Wireless C885 */
293294
{ USB_DEVICE_AND_INTERFACE_INFO(0x1199, 0x6880, 0xFF, 0xFF, 0xFF)},
294295
/* Sierra Wireless C888, Air Card 501, USB 303, USB 304 */

0 commit comments

Comments
 (0)