aboutsummaryrefslogtreecommitdiffstats
path: root/usb.current
diff options
authorGreg Kroah-Hartman <gregkh@suse.de>2008-05-16 10:45:33 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2008-05-16 10:45:33 -0700
commit9ca5e1e07a3590d524ce4652f2ab826dae89b29f (patch)
tree7477424c2cd49c5646433b17b60e0fb6ce939545 /usb.current
parent14c4eaceaa0fefaf24cec24c597be606639bf7b0 (diff)
downloadpatches-9ca5e1e07a3590d524ce4652f2ab826dae89b29f.tar.gz
add proper device id to option driver
Diffstat (limited to 'usb.current')
-rw-r--r--usb.current/usb-add-telit-hdspa-modem-to-option-driver.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/usb.current/usb-add-telit-hdspa-modem-to-option-driver.patch b/usb.current/usb-add-telit-hdspa-modem-to-option-driver.patch
index 604933f8176ef7..ddb1b43eb79e43 100644
--- a/usb.current/usb-add-telit-hdspa-modem-to-option-driver.patch
+++ b/usb.current/usb-add-telit-hdspa-modem-to-option-driver.patch
@@ -2,11 +2,11 @@ From foo@baz Tue Apr 9 12:12:43 2002
Date: Thu, 15 May 2008 10:07:44 -0700
To: Greg KH <greg@kroah.com>
From: Greg Kroah-Hartman <gregkh@suse.de>
-Subject: USB: add TELIT HDSPA modem to option driver
+Subject: USB: add TELIT HDSPA UC864-E modem to option driver
-This adds the Telit HDSPA modem to the option driver. This lets their
-customers comply with the GPL instead of having to use a binary driver
-from the manufacturer.
+This adds the Telit UC864-E HDSPA modem support to the option driver.
+This lets their customers comply with the GPL instead of having to use a
+binary driver from the manufacturer.
Cc: Simon Kissel <kissel@viprinet.com>
Cc: Nico Erfurth <ne@nicoerfurth.de>
@@ -26,7 +26,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
#define MAXON_VENDOR_ID 0x16d8
+#define TELIT_VENDOR_ID 0x1bc7
-+#define TELIT_PRODUCT_HSDPA 0x1003
++#define TELIT_PRODUCT_UC864-E 0x1003
+
static struct usb_device_id option_ids[] = {
{ USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_COLT) },
@@ -35,7 +35,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
{ USB_DEVICE(QUALCOMM_VENDOR_ID, 0x6613)}, /* Onda H600/ZTE MF330 */
{ USB_DEVICE(MAXON_VENDOR_ID, 0x6280) }, /* BP3-USB & BP3-EXT HSDPA */
{ USB_DEVICE(0x19d2, 0x0001) }, /* Telstra NextG CDMA */
-+ { USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_HSDPA) },
++ { USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_UC864-E) },
{ } /* Terminating entry */
};
MODULE_DEVICE_TABLE(usb, option_ids);