We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2665f commit 462c3adCopy full SHA for 462c3ad
drivers/usb/serial/qcserial.c
@@ -76,8 +76,8 @@ static const struct usb_device_id id_table[] = {
76
{DEVICE_G1K(0x1bc7, 0x900e)}, /* Telit Gobi QDL device */
77
78
/* Gobi 2000 devices */
79
- {USB_DEVICE(0x04da, 0x250e)}, /* Panasonic Gobi 2000 QDL device */
80
- {USB_DEVICE(0x04da, 0x250f)}, /* Panasonic Gobi 2000 Modem device */
+ {USB_DEVICE(0x04da, 0x250e)}, /* Panasonic Gobi 2000 QDL device */
+ {USB_DEVICE(0x04da, 0x250f)}, /* Panasonic Gobi 2000 Modem device */
81
{USB_DEVICE(0x1410, 0xa010)}, /* Novatel Gobi 2000 QDL device */
82
{USB_DEVICE(0x1410, 0xa011)}, /* Novatel Gobi 2000 QDL device */
83
{USB_DEVICE(0x1410, 0xa012)}, /* Novatel Gobi 2000 QDL device */
0 commit comments