* [PATCH] Support for second revision of Ericsson F3507G WWAN card
@ 2009-02-23 15:25 Patrik Kullman
0 siblings, 0 replies; only message in thread
From: Patrik Kullman @ 2009-02-23 15:25 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 123 bytes --]
I noticed that my revision of the F3507G WWAN card isn't listed in
drivers/usb/serial/option.c
Patch to add it attached.
[-- Attachment #2: linux-usb-serial-f3507g2.patch --]
[-- Type: text/x-patch, Size: 996 bytes --]
--- linux-2.6.28/drivers/usb/serial/option.c.orig 2009-02-23 16:19:53.000000000 +0100
+++ linux-2.6.28/drivers/usb/serial/option.c 2009-02-23 16:21:05.000000000 +0100
@@ -265,7 +265,8 @@
/* Ericsson products */
#define ERICSSON_VENDOR_ID 0x0bdb
-#define ERICSSON_PRODUCT_F3507G 0x1900
+#define ERICSSON_PRODUCT_F3507G_1 0x1900
+#define ERICSSON_PRODUCT_F3507G_2 0x1902
/* Pantech products */
#define PANTECH_VENDOR_ID 0x106c
@@ -475,7 +476,8 @@
{ USB_DEVICE(ZTE_VENDOR_ID, ZTE_PRODUCT_MF626) },
{ USB_DEVICE(ZTE_VENDOR_ID, ZTE_PRODUCT_MF628) },
{ USB_DEVICE(ZTE_VENDOR_ID, ZTE_PRODUCT_CDMA_TECH) },
- { USB_DEVICE(ERICSSON_VENDOR_ID, ERICSSON_PRODUCT_F3507G) },
+ { USB_DEVICE(ERICSSON_VENDOR_ID, ERICSSON_PRODUCT_F3507G_1) },
+ { USB_DEVICE(ERICSSON_VENDOR_ID, ERICSSON_PRODUCT_F3507G_2) },
{ USB_DEVICE(PANTECH_VENDOR_ID, PANTECH_PRODUCT_PC5740) },
{ USB_DEVICE(PANTECH_VENDOR_ID, PANTECH_PRODUCT_PC5750) },
{ USB_DEVICE(PANTECH_VENDOR_ID, PANTECH_PRODUCT_UM150) },
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-23 15:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-23 15:25 [PATCH] Support for second revision of Ericsson F3507G WWAN card Patrik Kullman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®