Hello. Matthew Garrett wrote:
Like the original Gobi, Gobi 2000 devices come with a range of different product and device IDs depending on the vendor. Add a set of IDs extracted from the CodeAurora drivers. Signed-off-by: Matthew Garrett <mjg@xxxxxxxxxx> --- This is on top of Anssi's patch to add Gobi 2000 support drivers/usb/serial/qcserial.c | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c index 90e2b66..17e17e4 100644 --- a/drivers/usb/serial/qcserial.c +++ b/drivers/usb/serial/qcserial.c @@ -47,8 +47,39 @@ static struct usb_device_id id_table[] = {
[...]
+ {USB_DEVICE(0x413c, 0x8185)}, /* Dell Gobi 2000 QDL device */ + {USB_DEVICE(0x413c, 0x8186)}, /* Dell Gobi 2000 Modem Device */
[...]
+ {USB_DEVICE(0x413c, 0x8185)}, /* Dell Gobi 2000 QDL device */ + {USB_DEVICE(0x413c, 0x8186)}, /* Dell Gobi 2000 Modem Device */
These IDs are duplicated. WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html