All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rtl8187: Add new device ID
@ 2010-02-10 15:34 Larry Finger
  2010-02-11  3:06 ` Hin-Tak Leung
  0 siblings, 1 reply; 2+ messages in thread
From: Larry Finger @ 2010-02-10 15:34 UTC (permalink / raw)
  To: John W Linville; +Cc: jmkok, linux-wireless

From: Jelle Martijn Kok <jmkok@solutionsradio.com>

Add new RTL8187B device.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Stable <stable@kernel.org>
---


Index: wireless-testing/drivers/net/wireless/rtl818x/rtl8187_dev.c
===================================================================
--- wireless-testing.orig/drivers/net/wireless/rtl818x/rtl8187_dev.c
+++ wireless-testing/drivers/net/wireless/rtl818x/rtl8187_dev.c
@@ -65,6 +65,7 @@ static struct usb_device_id rtl8187_tabl
 	/* Sitecom */
 	{USB_DEVICE(0x0df6, 0x000d), .driver_info = DEVICE_RTL8187},
 	{USB_DEVICE(0x0df6, 0x0028), .driver_info = DEVICE_RTL8187B},
+	{USB_DEVICE(0x0df6, 0x0029), .driver_info = DEVICE_RTL8187B},
 	/* Sphairon Access Systems GmbH */
 	{USB_DEVICE(0x114B, 0x0150), .driver_info = DEVICE_RTL8187},
 	/* Dick Smith Electronics */

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

* Re: [PATCH] rtl8187: Add new device ID
  2010-02-10 15:34 [PATCH] rtl8187: Add new device ID Larry Finger
@ 2010-02-11  3:06 ` Hin-Tak Leung
  0 siblings, 0 replies; 2+ messages in thread
From: Hin-Tak Leung @ 2010-02-11  3:06 UTC (permalink / raw)
  To: Larry Finger; +Cc: John W Linville, jmkok, linux-wireless

On Wed, Feb 10, 2010 at 3:34 PM, Larry Finger <Larry.Finger@lwfinger.net> wrote:
> From: Jelle Martijn Kok <jmkok@solutionsradio.com>
>
> Add new RTL8187B device.
>
> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
> Cc: Stable <stable@kernel.org>

Acked-by: Hin-Tak Leung <htl10@users.sourceforge.net>

It looks obviously enough to be a newer version of an old supported
device - Some info about what device it is, etc in the check-in
message would be nice, but this can go in as is.

> ---
>
>
> Index: wireless-testing/drivers/net/wireless/rtl818x/rtl8187_dev.c
> ===================================================================
> --- wireless-testing.orig/drivers/net/wireless/rtl818x/rtl8187_dev.c
> +++ wireless-testing/drivers/net/wireless/rtl818x/rtl8187_dev.c
> @@ -65,6 +65,7 @@ static struct usb_device_id rtl8187_tabl
>        /* Sitecom */
>        {USB_DEVICE(0x0df6, 0x000d), .driver_info = DEVICE_RTL8187},
>        {USB_DEVICE(0x0df6, 0x0028), .driver_info = DEVICE_RTL8187B},
> +       {USB_DEVICE(0x0df6, 0x0029), .driver_info = DEVICE_RTL8187B},
>        /* Sphairon Access Systems GmbH */
>        {USB_DEVICE(0x114B, 0x0150), .driver_info = DEVICE_RTL8187},
>        /* Dick Smith Electronics */
> --
> 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:[~2010-02-11  3:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-10 15:34 [PATCH] rtl8187: Add new device ID Larry Finger
2010-02-11  3:06 ` Hin-Tak Leung

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.