New PIDs for Qualcomm gobi 2000 (qcserial)

From: Andrew Bird (Sphere Systems)
Date: Thu Jul 01 2010 - 19:38:01 EST


Hi Greg,
Attached is a patch to add a new pair of pids for the qcserial driver. It
adds support for the Qualcomm generic GOBI 2000 WWAN UMTS/CDMA modem. I wonder
if it's possible to squeeze into 2.6.35? I've successfully tested this against
2.6.35rc3 with the gobi_loader program 0.5, the patch is against Linus'
current git.


Thanks,


Andrew
From ea89f1b22b450560da78c36ab9e5027d97729b9b Mon Sep 17 00:00:00 2001
From: Andrew Bird <ajb@xxxxxxxxxxxxxxxxxx>
Date: Thu, 1 Jul 2010 20:35:16 +0100
Subject: [PATCH] Add new pair of PIDs to qcserial gobi driver

Adds support for the Generic Qualcomm Gobi 2000 WWAN UMTS/CDMA modem

Signed-off-by: Andrew Bird <ajb@xxxxxxxxxxxxxxxxxx>
---
drivers/usb/serial/qcserial.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c
index 93d72eb..cde67ca 100644
--- a/drivers/usb/serial/qcserial.c
+++ b/drivers/usb/serial/qcserial.c
@@ -51,6 +51,8 @@ static const struct usb_device_id id_table[] = {
{USB_DEVICE(0x1f45, 0x0001)}, /* Unknown Gobi QDL device */
{USB_DEVICE(0x413c, 0x8185)}, /* Dell Gobi 2000 QDL device (N0218, VU936) */
{USB_DEVICE(0x413c, 0x8186)}, /* Dell Gobi 2000 Modem device (N0218, VU936) */
+ {USB_DEVICE(0x05c6, 0x9208)}, /* Generic Gobi 2000 QDL device */
+ {USB_DEVICE(0x05c6, 0x920b)}, /* Generic Gobi 2000 Modem device */
{USB_DEVICE(0x05c6, 0x9224)}, /* Sony Gobi 2000 QDL device (N0279, VU730) */
{USB_DEVICE(0x05c6, 0x9225)}, /* Sony Gobi 2000 Modem device (N0279, VU730) */
{USB_DEVICE(0x05c6, 0x9244)}, /* Samsung Gobi 2000 QDL device (VL176) */
--
1.6.2.5