netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ivo van Doorn <ivdoorn@gmail.com>
To: netdev@vger.kernel.org
Cc: rt2x00-devel@lfcorreia.dyndns.org
Subject: [PATCH 12/32] rt2x00: Add USB ID's
Date: Fri, 28 Apr 2006 00:03:03 +0200	[thread overview]
Message-ID: <200604280003.03960.IvDoorn@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1692 bytes --]

From: Ivo van Doorn <IvDoorn@gmail.com>

Remove the rt73usb ID that accidently sneaked into
rt2500usb. And add new rt2500usb ID's.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>

diff -uprN wireless-dev-rt2x00/drivers/net/wireless/d80211/rt2x00/rt2500usb.c wireless-dev-rt2x00-patch/drivers/net/wireless/d80211/rt2x00/rt2500usb.c
--- wireless-dev-rt2x00/drivers/net/wireless/d80211/rt2x00/rt2500usb.c	2006-04-27 21:42:29.000000000 +0200
+++ wireless-dev-rt2x00-patch/drivers/net/wireless/d80211/rt2x00/rt2500usb.c	2006-04-27 21:44:33.000000000 +0200
@@ -2192,6 +2192,7 @@ static struct usb_device_id rt2500usb_de
 	{ USB_DEVICE(0x0b05, 0x1707), .driver_info = RT2570},
 	/* Belkin */
 	{ USB_DEVICE(0x050d, 0x7050), .driver_info = RT2570},
+	{ USB_DEVICE(0x050d, 0x7051), .driver_info = RT2570},
 	{ USB_DEVICE(0x050d, 0x705a), .driver_info = RT2570},
 	/* Cisco Systems */
 	{ USB_DEVICE(0x13b1, 0x000d), .driver_info = RT2570},
@@ -2201,7 +2202,6 @@ static struct usb_device_id rt2500usb_de
 	{ USB_DEVICE(0x14b2, 0x3c02), .driver_info = RT2570},
 	/* D-LINK */
 	{ USB_DEVICE(0x2001, 0x3c00), .driver_info = RT2570},
-	{ USB_DEVICE(0x07d1, 0x3c03), .driver_info = RT2570},
 	/* Gigabyte */
 	{ USB_DEVICE(0x1044, 0x8001), .driver_info = RT2570},
 	{ USB_DEVICE(0x1044, 0x8007), .driver_info = RT2570},
@@ -2224,6 +2224,10 @@ static struct usb_device_id rt2500usb_de
 	{ USB_DEVICE(0x0707, 0xee13), .driver_info = RT2570},
 	/* Spairon */
 	{ USB_DEVICE(0x114b, 0x0110), .driver_info = RT2570},
+	/* Trust */
+	{ USB_DEVICE(0x0eb0, 0x9020), .driver_info = RT2570},
+	/* Zinwell */
+	{ USB_DEVICE(0x5a57, 0x0260), .driver_info = RT2570},
 	{0,}
 };
 

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

                 reply	other threads:[~2006-04-27 22:02 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=200604280003.03960.IvDoorn@gmail.com \
    --to=ivdoorn@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=rt2x00-devel@lfcorreia.dyndns.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;
as well as URLs for NNTP newsgroup(s).