2011-08-05 05:46:37

by Anthony Bourguignon

[permalink] [raw]
Subject: [PATCH] rt2x00: Add rt2870 device id for Dvico usb key

This patch add a device id for the wifi usb keys shiped by DVICO with some of their tvix hardware.
Signed-off-by: Anthony Bourguignon <[email protected]>

---

--- linux-3.0/drivers/net/wireless/rt2x00/rt2800usb.c.orig 2011-08-05 07:33:06.358681019 +0200
+++ linux-3.0/drivers/net/wireless/rt2x00/rt2800usb.c 2011-08-05 07:35:35.544225182 +0200
@@ -839,6 +839,8 @@ static struct usb_device_id rt2800usb_de
{ USB_DEVICE(0x07d1, 0x3c16) },
/* Draytek */
{ USB_DEVICE(0x07fa, 0x7712) },
+ /* DVICO */
+ { USB_DEVICE(0x0fe9, 0xb307) },
/* Edimax */
{ USB_DEVICE(0x7392, 0x7711) },
{ USB_DEVICE(0x7392, 0x7717) },



2011-08-05 07:36:52

by Ivo Van Doorn

[permalink] [raw]
Subject: Re: [PATCH] rt2x00: Add rt2870 device id for Dvico usb key

On Fri, Aug 5, 2011 at 7:46 AM, Anthony Bourguignon
<[email protected]> wrote:
> This patch add a device id for the wifi usb keys shiped by DVICO with some of their tvix hardware.
> Signed-off-by: Anthony Bourguignon <[email protected]>

Acked-by: Ivo van Doorn <[email protected]>

> ---
>
> --- linux-3.0/drivers/net/wireless/rt2x00/rt2800usb.c.orig ? ? ?2011-08-05 07:33:06.358681019 +0200
> +++ linux-3.0/drivers/net/wireless/rt2x00/rt2800usb.c ? 2011-08-05 07:35:35.544225182 +0200
> @@ -839,6 +839,8 @@ static struct usb_device_id rt2800usb_de
> ? ? ? ?{ USB_DEVICE(0x07d1, 0x3c16) },
> ? ? ? ?/* Draytek */
> ? ? ? ?{ USB_DEVICE(0x07fa, 0x7712) },
> + ? ? ? /* DVICO */
> + ? ? ? { USB_DEVICE(0x0fe9, 0xb307) },
> ? ? ? ?/* Edimax */
> ? ? ? ?{ USB_DEVICE(0x7392, 0x7711) },
> ? ? ? ?{ USB_DEVICE(0x7392, 0x7717) },
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to [email protected]
> More majordomo info at ?http://vger.kernel.org/majordomo-info.html
>