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:
e23a9b4
)
staging: rtl8188eu: add TL-WN722N v2 support
author
Michael Gugino
<
[email protected]
>
Mon, 17 Jul 2017 17:29:09 +0000
(13:29 -0400)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 18 Jul 2017 07:04:22 +0000
(09:04 +0200)
Add support for USB Device TP-Link TL-WN722N v2.
VendorID: 0x2357, ProductID: 0x010c
Signed-off-by: Michael Gugino <
[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 963235fd72921f268e8304170f01fb5bbcc48681..d283341cfe4356914e3e9071f8d6851a7a180d46 100644
(file)
--- a/
drivers/staging/rtl8188eu/os_dep/usb_intf.c
+++ b/
drivers/staging/rtl8188eu/os_dep/usb_intf.c
@@
-43,6
+43,7
@@
static struct usb_device_id rtw_usb_id_tbl[] = {
{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(0x2357, 0x010c)}, /* TP-Link TL-WN722N v2 */
{USB_DEVICE(0x0df6, 0x0076)}, /* Sitecom N150 v2 */
{} /* Terminating entry */
};