* rt2x00: Add rt2870 device id
@ 2011-08-04 19:45 Anthony Bourguignon
2011-08-04 20:07 ` Larry Finger
0 siblings, 1 reply; 2+ messages in thread
From: Anthony Bourguignon @ 2011-08-04 19:45 UTC (permalink / raw)
To: linux-wireless; +Cc: users
[-- Attachment #1: Type: text/plain, Size: 355 bytes --]
Hello,
Dvico ships WiFi usb keys with some of their tvix hardware. The vendor
id is related to dvico and not known from the rt2800usb driver. The
chipset is found to be a rt2870. You'll find enclosed a patch to handle
theses usb keys. I've tested it on a vanilla 3.0 kernel and the key is
recognize and working perfectly.
Sincerely
Anthony Bourguignon
[-- Attachment #2: dvico.patch --]
[-- Type: text/x-patch, Size: 509 bytes --]
diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
index ba82c97..3704ef7 100644
--- a/drivers/net/wireless/rt2x00/rt2800usb.c
+++ b/drivers/net/wireless/rt2x00/rt2800usb.c
@@ -839,6 +839,8 @@ static struct usb_device_id rt2800usb_device_table[] = {
{ USB_DEVICE(0x07d1, 0x3c16) },
/* Draytek */
{ USB_DEVICE(0x07fa, 0x7712) },
+ /* DVICO */
+ { USB_DEVICE(0x0fe9, 0xb307) },
/* Edimax */
{ USB_DEVICE(0x7392, 0x7711) },
{ USB_DEVICE(0x7392, 0x7717) },
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: rt2x00: Add rt2870 device id
2011-08-04 19:45 rt2x00: Add rt2870 device id Anthony Bourguignon
@ 2011-08-04 20:07 ` Larry Finger
0 siblings, 0 replies; 2+ messages in thread
From: Larry Finger @ 2011-08-04 20:07 UTC (permalink / raw)
To: Anthony Bourguignon; +Cc: linux-wireless, users
On 08/04/2011 02:45 PM, Anthony Bourguignon wrote:
> Hello,
>
> Dvico ships WiFi usb keys with some of their tvix hardware. The vendor
> id is related to dvico and not known from the rt2800usb driver. The
> chipset is found to be a rt2870. You'll find enclosed a patch to handle
> theses usb keys. I've tested it on a vanilla 3.0 kernel and the key is
> recognize and working perfectly.
Please read and follow the instructions in Documentation/SubmittingPatches.
There are several things wrong here including no "Signed-off-by" line and the
patch should be in-line, not as an attachment.
For wireless devices, the patch should be sent to John Linville
<linville@tuxdriver.com> with the mailing lists as Cc.
Thanks for posting this info and good luck with the patch preparation.
Larry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-04 20:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-04 19:45 rt2x00: Add rt2870 device id Anthony Bourguignon
2011-08-04 20:07 ` Larry Finger
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).