projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33dc85c
)
staging: r8188eu: Add new device ID for DLink GO-USB-N150
author
Larry Finger
<
[email protected]
>
Thu, 27 Nov 2014 16:10:21 +0000
(10:10 -0600)
committer
Greg Kroah-Hartman
<
[email protected]
>
Thu, 27 Nov 2014 16:55:01 +0000
(08:55 -0800)
The DLink GO-USB-N150 with revision B1 uses this driver.
Signed-off-by: Larry Finger <
[email protected]
>
Cc: stable <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/rtl8188eu/os_dep/usb_intf.c
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8188eu/os_dep/usb_intf.c
b/drivers/staging/rtl8188eu/os_dep/usb_intf.c
index 407a318b09dbe2837dc64573792e6f886cc88d62..2f87150a21b7e2c1b3f09dd5df10d3085c8fda83 100644
(file)
--- a/
drivers/staging/rtl8188eu/os_dep/usb_intf.c
+++ b/
drivers/staging/rtl8188eu/os_dep/usb_intf.c
@@
-47,6
+47,7
@@
static struct usb_device_id rtw_usb_id_tbl[] = {
{USB_DEVICE(0x07b8, 0x8179)}, /* Abocom - Abocom */
{USB_DEVICE(0x2001, 0x330F)}, /* DLink DWA-125 REV D1 */
{USB_DEVICE(0x2001, 0x3310)}, /* Dlink DWA-123 REV D1 */
+ {USB_DEVICE(0x2001, 0x3311)}, /* DLink GO-USB-N150 REV B1 */
{USB_DEVICE(0x0df6, 0x0076)}, /* Sitecom N150 v2 */
{} /* Terminating entry */
};