All of lore.kernel.org
 help / color / mirror / Atom feed
From: Phil Karn <karn@qualcomm.com>
To: netdev@vger.kernel.org
Subject: Patch to drivers/usb/serial/sierra.c to support Sierra Wireless Aircard 595U
Date: Tue, 12 Jun 2007 19:34:46 -0700	[thread overview]
Message-ID: <466F57C6.7080909@qualcomm.com> (raw)

*** linux-2.6.21.5/drivers/usb/serial/sierra.c	Mon Jun 11 11:37:06 2007
--- linux-2.6.21.5a/drivers/usb/serial/sierra.c	Fri Jun  8 23:37:06 2007
***************
*** 44,49 ****
--- 44,50 ----

   	{ USB_DEVICE(0x1199, 0x0112) }, /* Sierra Wireless AirCard 580 */
   	{ USB_DEVICE(0x0F3D, 0x0112) }, /* AirPrime/Sierra PC 5220 */
+ 	{ USB_DEVICE(0x1199, 0x0120) }, /* Sierra Wireless Aircard 595U */
   	{ }
   };
   MODULE_DEVICE_TABLE(usb, id_table);
***************
*** 66,71 ****
--- 67,73 ----
   	{ USB_DEVICE(0x1199, 0x6803) },	/* Sierra Wireless MC8765 */
   	{ USB_DEVICE(0x1199, 0x6812) },	/* Sierra Wireless MC8775 */
   	{ USB_DEVICE(0x1199, 0x6820) },	/* Sierra Wireless AirCard 875 */
+ 	{ USB_DEVICE(0x1199, 0x0120) }, /* Sierra Wireless Aircard 595U */
   	{ }
   };


                 reply	other threads:[~2007-06-13  3:03 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=466F57C6.7080909@qualcomm.com \
    --to=karn@qualcomm.com \
    --cc=netdev@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.