From: Peter Lemenkov <lemenkov@gmail.com>
To: linux-wireless <linux-wireless@vger.kernel.org>
Cc: "John W. Linville" <linville@redhat.com>,
rt2x00-dev <users@rt2x00.serialmonkey.com>,
Peter Lemenkov <lemenkov@gmail.com>
Subject: [PATCH 1/4] rt2x00: Add rt2870 device id
Date: Wed, 16 Mar 2011 17:12:15 +0300 [thread overview]
Message-ID: <1300284739-7797-2-git-send-email-lemenkov@gmail.com> (raw)
In-Reply-To: <1300284739-7797-1-git-send-email-lemenkov@gmail.com>
Add ID for Asus USB-N11 Wi-FI adapter. Tested by me.
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
---
drivers/net/wireless/rt2x00/rt2800usb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
index 197a36c..03a5308 100644
--- a/drivers/net/wireless/rt2x00/rt2800usb.c
+++ b/drivers/net/wireless/rt2x00/rt2800usb.c
@@ -719,6 +719,7 @@ static struct usb_device_id rt2800usb_device_table[] = {
{ USB_DEVICE(0x0b05, 0x1732), USB_DEVICE_DATA(&rt2800usb_ops) },
{ USB_DEVICE(0x0b05, 0x1742), USB_DEVICE_DATA(&rt2800usb_ops) },
{ USB_DEVICE(0x0b05, 0x1784), USB_DEVICE_DATA(&rt2800usb_ops) },
+ { USB_DEVICE(0x1761, 0x0b05), USB_DEVICE_DATA(&rt2800usb_ops) },
/* AzureWave */
{ USB_DEVICE(0x13d3, 0x3247), USB_DEVICE_DATA(&rt2800usb_ops) },
{ USB_DEVICE(0x13d3, 0x3273), USB_DEVICE_DATA(&rt2800usb_ops) },
@@ -913,7 +914,6 @@ static struct usb_device_id rt2800usb_device_table[] = {
{ USB_DEVICE(0x0b05, 0x1760), USB_DEVICE_DATA(&rt2800usb_ops) },
{ USB_DEVICE(0x0b05, 0x1761), USB_DEVICE_DATA(&rt2800usb_ops) },
{ USB_DEVICE(0x0b05, 0x1790), USB_DEVICE_DATA(&rt2800usb_ops) },
- { USB_DEVICE(0x1761, 0x0b05), USB_DEVICE_DATA(&rt2800usb_ops) },
/* AzureWave */
{ USB_DEVICE(0x13d3, 0x3262), USB_DEVICE_DATA(&rt2800usb_ops) },
{ USB_DEVICE(0x13d3, 0x3284), USB_DEVICE_DATA(&rt2800usb_ops) },
--
1.7.4
next prev parent reply other threads:[~2011-03-16 14:12 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-16 14:12 [PATCH 0/4] Few missing USB IDs for rt2x00 USB WiFi adapters Peter Lemenkov
2011-03-16 14:12 ` Peter Lemenkov [this message]
2011-03-16 14:28 ` [PATCH 1/4] rt2x00: Add rt2870 device id Rafał Miłecki
2011-03-16 14:33 ` Peter Lemenkov
2011-03-16 14:38 ` Rafał Miłecki
2011-03-16 14:33 ` John W. Linville
2011-03-17 21:50 ` [rt2x00-users] " Ivo Van Doorn
2011-03-16 14:12 ` [PATCH 2/4] rt2x00: Add Planex Communications, Inc. RT8070 under CONFIG_RT2800USB_UNKNOWN Peter Lemenkov
2011-03-17 21:50 ` [rt2x00-users] " Ivo Van Doorn
2011-03-16 14:12 ` [PATCH 3/4] rt2x00: Add 2L Central Europe BV 8070 " Peter Lemenkov
2011-03-17 21:50 ` [rt2x00-users] " Ivo Van Doorn
2011-03-16 14:12 ` [PATCH 4/4] rt2x00: Add unknown Toshiba device, mentioned in rt3572sta sources, " Peter Lemenkov
2011-03-17 21:51 ` [rt2x00-users] " Ivo Van Doorn
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=1300284739-7797-2-git-send-email-lemenkov@gmail.com \
--to=lemenkov@gmail.com \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@redhat.com \
--cc=users@rt2x00.serialmonkey.com \
/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.