From: dick@streefland.net (Dick Streefland)
To: linux-kernel@vger.kernel.org
Subject: [PATCH] support for USB-to-serial cable from Speed Dragon Multimedia
Date: Tue, 28 Feb 2006 22:55:50 -0000 [thread overview]
Message-ID: <1a9a.4404d4f6.330ff@altium.nl> (raw)
The USB data cable for my Samsung GSM phone contains the USB-to-serial
converter chip MS3303H from Speed Dragon Multimedia, Inc. that appears
to be compatible with the PL2303 chip. The following patch adds support
for this chip to the pl2303 driver.
Signed-off-by: Dick Streefland <dick@streefland.net>
--- linux-2.6.16-rc5/drivers/usb/serial/pl2303.c.orig 2006-02-28 22:24:44.000000000 +0100
+++ linux-2.6.16-rc5/drivers/usb/serial/pl2303.c 2006-02-28 22:55:54.000000000 +0100
@@ -77,6 +77,7 @@ static struct usb_device_id id_table []
{ USB_DEVICE(CA_42_CA42_VENDOR_ID, CA_42_CA42_PRODUCT_ID) },
{ USB_DEVICE(SAGEM_VENDOR_ID, SAGEM_PRODUCT_ID) },
{ USB_DEVICE(LEADTEK_VENDOR_ID, LEADTEK_9531_PRODUCT_ID) },
+ { USB_DEVICE(SPEEDDRAGON_VENDOR_ID, SPEEDDRAGON_PRODUCT_ID) },
{ } /* Terminating entry */
};
--- linux-2.6.16-rc5/drivers/usb/serial/pl2303.h.orig 2006-02-28 22:24:44.000000000 +0100
+++ linux-2.6.16-rc5/drivers/usb/serial/pl2303.h 2006-02-28 22:57:58.000000000 +0100
@@ -75,3 +75,7 @@
/* Leadtek GPS 9531 (ID 0413:2101) */
#define LEADTEK_VENDOR_ID 0x0413
#define LEADTEK_9531_PRODUCT_ID 0x2101
+
+/* USB GSM cable from Speed Dragon Multimedia, Ltd */
+#define SPEEDDRAGON_VENDOR_ID 0x0e55
+#define SPEEDDRAGON_PRODUCT_ID 0x110b
reply other threads:[~2006-02-28 22:55 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=1a9a.4404d4f6.330ff@altium.nl \
--to=dick@streefland.net \
--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
Powered by JetHome