From: Kai Engert <kaie@kuix.de>
To: linux-kernel@vger.kernel.org
Subject: [PATCH 2.6.30] USB: option.c: add Qualcomm/Option iCON 210 modem
Date: Fri, 12 Jun 2009 08:51:37 +0200 [thread overview]
Message-ID: <4A31FAF9.7000500@kuix.de> (raw)
Add modem portion of USB device labeled:
Model iCON 210, Qualcomm 3G HSDPA, designed in EU by Option
Signed-off-by: Kai Engert <kaie@kuix.de>
---
Device starts in usb-storage mode (1e0e:f000) and requires the use of a tool like usb_modeswitch to switch it to modem mode (1e0e:9000).
I'm not subscribed to the mailing list, please cc me on replies, thanks.
Regards, Kai
--- linux-2.6.30/drivers/usb/serial/option.c.preicon210 2009-06-12 08:11:37.000000000 +0200
+++ linux-2.6.30/drivers/usb/serial/option.c 2009-06-12 08:11:39.000000000 +0200
@@ -93,6 +93,9 @@
#define OPTION_PRODUCT_ETNA_KOI_MODEM 0x7100
#define OPTION_PRODUCT_GTM380_MODEM 0x7201
+#define QUALCOMM_OPTION_VENDOR_ID 0x1e0e
+#define QUALCOMM_OPTION_PRODUCT_ICON_210 0x9000
+
#define HUAWEI_VENDOR_ID 0x12D1
#define HUAWEI_PRODUCT_E600 0x1001
#define HUAWEI_PRODUCT_E220 0x1003
@@ -330,6 +333,7 @@
{ USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_ETNA_MODEM_EX) },
{ USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_ETNA_KOI_MODEM) },
{ USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_GTM380_MODEM) },
+ { USB_DEVICE(QUALCOMM_OPTION_VENDOR_ID, QUALCOMM_OPTION_PRODUCT_ICON_210) },
{ USB_DEVICE(QUANTA_VENDOR_ID, QUANTA_PRODUCT_Q101) },
{ USB_DEVICE(QUANTA_VENDOR_ID, QUANTA_PRODUCT_Q111) },
{ USB_DEVICE(QUANTA_VENDOR_ID, QUANTA_PRODUCT_GLX) },
reply other threads:[~2009-06-12 6:58 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=4A31FAF9.7000500@kuix.de \
--to=kaie@kuix.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.