diff options
author | Daniele Palmas <dnlplm@gmail.com> | 2013-01-28 16:48:54 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-30 06:19:20 +0100 |
commit | 78796ae17eacedcdcaaeb03ba73d2e532a4c8f83 (patch) | |
tree | 5d0d9654a2fa93a2aa8ae6b5fda967051730ba60 /drivers/usb/serial/qcserial.c | |
parent | ee74290b7853db9d5fd64db70e5c175241c59fba (diff) | |
download | blackbird-op-linux-78796ae17eacedcdcaaeb03ba73d2e532a4c8f83.tar.gz blackbird-op-linux-78796ae17eacedcdcaaeb03ba73d2e532a4c8f83.zip |
USB: qcserial: add Telit Gobi QDL device
Add VID and PID for Telit Gobi QDL device
Signed-off-by: Daniele Palmas <dnlplm@gmail.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/serial/qcserial.c')
-rw-r--r-- | drivers/usb/serial/qcserial.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c index aa148c21ea40..24662547dc5b 100644 --- a/drivers/usb/serial/qcserial.c +++ b/drivers/usb/serial/qcserial.c @@ -53,6 +53,7 @@ static const struct usb_device_id id_table[] = { {DEVICE_G1K(0x05c6, 0x9221)}, /* Generic Gobi QDL device */ {DEVICE_G1K(0x05c6, 0x9231)}, /* Generic Gobi QDL device */ {DEVICE_G1K(0x1f45, 0x0001)}, /* Unknown Gobi QDL device */ + {DEVICE_G1K(0x1bc7, 0x900e)}, /* Telit Gobi QDL device */ /* Gobi 2000 devices */ {USB_DEVICE(0x1410, 0xa010)}, /* Novatel Gobi 2000 QDL device */ |