diff options
author | Daniele Palmas <dnlplm@gmail.com> | 2013-01-28 19:48:54 +0400 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2013-02-20 07:15:21 +0400 |
commit | 72ea6687717cfe46ed29d6f6702af03460ca8176 (patch) | |
tree | f0aa66508109197074f7cf7612291258061e8fb6 | |
parent | 443379201ede3b0179d268f40281af4aecdc05f7 (diff) | |
download | linux-72ea6687717cfe46ed29d6f6702af03460ca8176.tar.xz |
USB: qcserial: add Telit Gobi QDL device
commit 78796ae17eacedcdcaaeb03ba73d2e532a4c8f83 upstream.
Add VID and PID for Telit Gobi QDL device
Signed-off-by: Daniele Palmas <dnlplm@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-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 6634477b3073..14c4a82bf5da 100644 --- a/drivers/usb/serial/qcserial.c +++ b/drivers/usb/serial/qcserial.c @@ -55,6 +55,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 */ |