All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rt2x00: Add rt2870 device id for Dvico usb key
@ 2011-08-05  5:46 Anthony Bourguignon
  2011-08-05  7:31 ` Ivo Van Doorn
  0 siblings, 1 reply; 2+ messages in thread
From: Anthony Bourguignon @ 2011-08-05  5:46 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, users

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 <contact+kernel@toniob.net>

---

--- 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) },


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] rt2x00: Add rt2870 device id for Dvico usb key
  2011-08-05  5:46 [PATCH] rt2x00: Add rt2870 device id for Dvico usb key Anthony Bourguignon
@ 2011-08-05  7:31 ` Ivo Van Doorn
  0 siblings, 0 replies; 2+ messages in thread
From: Ivo Van Doorn @ 2011-08-05  7:31 UTC (permalink / raw)
  To: Anthony Bourguignon; +Cc: linville, linux-wireless, users

On Fri, Aug 5, 2011 at 7:46 AM, Anthony Bourguignon
<contact+kernel@toniob.net> 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 <contact+kernel@toniob.net>

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

> ---
>
> --- 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 majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-05  7:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-05  5:46 [PATCH] rt2x00: Add rt2870 device id for Dvico usb key Anthony Bourguignon
2011-08-05  7:31 ` Ivo Van Doorn

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.