2015-03-16 18:00:47

by Scott Branden

[permalink] [raw]
Subject: [PATCH] wireless: rt2x00: add new rt2800usb device DWA 130

Add the USB Id to link the D-Link DWA 130 USB Wifi adapter
to the rt2830 driver.

Signed-off-by: Scott Branden <[email protected]>
Signed-off-by: Pieter Truter <[email protected]>
---
drivers/net/wireless/rt2x00/rt2800usb.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
index 8444313..8694ddd 100644
--- a/drivers/net/wireless/rt2x00/rt2800usb.c
+++ b/drivers/net/wireless/rt2x00/rt2800usb.c
@@ -1040,6 +1040,7 @@ static struct usb_device_id rt2800usb_device_table[] = {
{ USB_DEVICE(0x07d1, 0x3c17) },
{ USB_DEVICE(0x2001, 0x3317) },
{ USB_DEVICE(0x2001, 0x3c1b) },
+ { USB_DEVICE(0x2001, 0x3c25) },
/* Draytek */
{ USB_DEVICE(0x07fa, 0x7712) },
/* DVICO */
--
2.3.3



2015-03-20 06:45:53

by Kalle Valo

[permalink] [raw]
Subject: Re: rt2x00: add new rt2800usb device DWA 130


> Add the USB Id to link the D-Link DWA 130 USB Wifi adapter
> to the rt2830 driver.
>
> Signed-off-by: Scott Branden <[email protected]>
> Signed-off-by: Pieter Truter <[email protected]>

Thanks, applied to wireless-drivers-next.git.

Kalle Valo