From: Jeremy Fitzhardinge <jeremy@goop.org>
To: gregkh@suse.de
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
linux-usb-devel@lists.sourceforge.net
Subject: [PATCH] Add Sierra Wireless MC5720 ID to airprime.c
Date: Wed, 31 May 2006 11:21:52 -0700 [thread overview]
Message-ID: <447DDEC0.70105@goop.org> (raw)
The Sierra Wireless MC5720 is an embedded EV-DO module which is shipping
with a number of laptops. This change adds its ID to the airprime.c usb
serial driver, so that it appears as a serial device.
As an aside, people have reported that it is necessary to increase the
max packet size in usb-serial.c in order to get good throughput with
these devices; there's a patch floating around to do this. Is this a
reasonable thing to do? (I guess I'll post my variation of the patch
and see what discussion comes up...)
J
--
Recognize the Sierra Wireless MC5720.
Signed-off-by: Jeremy Fitzhardinge <jeremy@goop.org>
diff -r 3f1becfa22f9 drivers/usb/serial/airprime.c
--- a/drivers/usb/serial/airprime.c Tue May 30 23:23:15 2006 -0700
+++ b/drivers/usb/serial/airprime.c Wed May 31 11:07:35 2006 -0700
@@ -19,6 +19,7 @@ static struct usb_device_id id_table []
{ USB_DEVICE(0xf3d, 0x0112) }, /* AirPrime CDMA Wireless PC Card */
{ USB_DEVICE(0x1410, 0x1110) }, /* Novatel Wireless Merlin CDMA */
{ USB_DEVICE(0x1199, 0x0112) }, /* Sierra Wireless Aircard 580 */
+ { USB_DEVICE(0x1199, 0x0218) }, /* Sierra Wireless MC5720 */
{ },
};
MODULE_DEVICE_TABLE(usb, id_table);
reply other threads:[~2006-05-31 20:30 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=447DDEC0.70105@goop.org \
--to=jeremy@goop.org \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb-devel@lists.sourceforge.net \
/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.