2010-02-10 15:34:12

by Larry Finger

[permalink] [raw]
Subject: [PATCH] rtl8187: Add new device ID

From: Jelle Martijn Kok <[email protected]>

Add new RTL8187B device.

Signed-off-by: Larry Finger <[email protected]>
Cc: Stable <[email protected]>
---


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 */


2010-02-11 03:06:30

by Hin-Tak Leung

[permalink] [raw]
Subject: Re: [PATCH] rtl8187: Add new device ID

On Wed, Feb 10, 2010 at 3:34 PM, Larry Finger <[email protected]> wrote:
> From: Jelle Martijn Kok <[email protected]>
>
> Add new RTL8187B device.
>
> Signed-off-by: Larry Finger <[email protected]>
> Cc: Stable <[email protected]>

Acked-by: Hin-Tak Leung <[email protected]>

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 [email protected]
> More majordomo info at ?http://vger.kernel.org/majordomo-info.html
>