All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rt2x00: add device id for windy31 usb device
@ 2011-01-25  9:42 Greg KH
  2011-01-25 19:34 ` Ivo Van Doorn
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2011-01-25  9:42 UTC (permalink / raw)
  To: Ivo van Doorn, Gertjan van Wingerde, John W. Linville
  Cc: linux-wireless, users, rf

From: Greg Kroah-Hartman <gregkh@suse.de>

This patch adds the device id for the windy31 USB device to the rt73usb
driver.

Thanks to Ralf Flaxa for reporting this and providing testing and a
sample device.

Reported-by: Ralf Flaxa <rf@suse.de>
Tested-by: Ralf Flaxa <rf@suse.de>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

--- a/drivers/net/wireless/rt2x00/rt73usb.c
+++ b/drivers/net/wireless/rt2x00/rt73usb.c
@@ -2446,6 +2446,7 @@ static struct usb_device_id rt73usb_device_table[] = {
 	{ USB_DEVICE(0x04bb, 0x093d), USB_DEVICE_DATA(&rt73usb_ops) },
 	{ USB_DEVICE(0x148f, 0x2573), USB_DEVICE_DATA(&rt73usb_ops) },
 	{ USB_DEVICE(0x148f, 0x2671), USB_DEVICE_DATA(&rt73usb_ops) },
+	{ USB_DEVICE(0x0812, 0x3101), USB_DEVICE_DATA(&rt73usb_ops) },
 	/* Qcom */
 	{ USB_DEVICE(0x18e8, 0x6196), USB_DEVICE_DATA(&rt73usb_ops) },
 	{ USB_DEVICE(0x18e8, 0x6229), USB_DEVICE_DATA(&rt73usb_ops) },

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

* Re: [PATCH] rt2x00: add device id for windy31 usb device
  2011-01-25  9:42 [PATCH] rt2x00: add device id for windy31 usb device Greg KH
@ 2011-01-25 19:34 ` Ivo Van Doorn
  0 siblings, 0 replies; 2+ messages in thread
From: Ivo Van Doorn @ 2011-01-25 19:34 UTC (permalink / raw)
  To: Greg KH; +Cc: Gertjan van Wingerde, John W. Linville, linux-wireless, users, rf

Hi,

> From: Greg Kroah-Hartman <gregkh@suse.de>
>
> This patch adds the device id for the windy31 USB device to the rt73usb
> driver.
>
> Thanks to Ralf Flaxa for reporting this and providing testing and a
> sample device.
>
> Reported-by: Ralf Flaxa <rf@suse.de>
> Tested-by: Ralf Flaxa <rf@suse.de>
> Cc: stable <stable@kernel.org>
> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

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

> --- a/drivers/net/wireless/rt2x00/rt73usb.c
> +++ b/drivers/net/wireless/rt2x00/rt73usb.c
> @@ -2446,6 +2446,7 @@ static struct usb_device_id rt73usb_device_table[] = {
>        { USB_DEVICE(0x04bb, 0x093d), USB_DEVICE_DATA(&rt73usb_ops) },
>        { USB_DEVICE(0x148f, 0x2573), USB_DEVICE_DATA(&rt73usb_ops) },
>        { USB_DEVICE(0x148f, 0x2671), USB_DEVICE_DATA(&rt73usb_ops) },
> +       { USB_DEVICE(0x0812, 0x3101), USB_DEVICE_DATA(&rt73usb_ops) },
>        /* Qcom */
>        { USB_DEVICE(0x18e8, 0x6196), USB_DEVICE_DATA(&rt73usb_ops) },
>        { USB_DEVICE(0x18e8, 0x6229), USB_DEVICE_DATA(&rt73usb_ops) },
>

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

end of thread, other threads:[~2011-01-25 19:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-25  9:42 [PATCH] rt2x00: add device id for windy31 usb device Greg KH
2011-01-25 19:34 ` 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.