From: Patrik Kullman <patrik@yes.nu>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] Support for second revision of Ericsson F3507G WWAN card
Date: Mon, 23 Feb 2009 16:25:00 +0100 [thread overview]
Message-ID: <1235402700.32528.27.camel@narya> (raw)
[-- 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) },
reply other threads:[~2009-02-23 15:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1235402700.32528.27.camel@narya \
--to=patrik@yes.nu \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®