mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-27 03:11:52 +01:00
rtwn: Add device ID for TPLink RTL8192CU
This commit is contained in:
parent
6b62e00da4
commit
7dfaf23856
@ -96,6 +96,7 @@ static const STRUCT_USB_HOST_ID rtwn_devs[] = {
|
||||
RTWN_RTL8192CU_DEV(SITECOMEU, RTL8188CU_1),
|
||||
RTWN_RTL8192CU_DEV(SITECOMEU, RTL8188CU_2),
|
||||
RTWN_RTL8192CU_DEV(SITECOMEU, RTL8192CU),
|
||||
RTWN_RTL8192CU_DEV(TPLINK, RTL8192CU),
|
||||
RTWN_RTL8192CU_DEV(TRENDNET, RTL8188CU),
|
||||
RTWN_RTL8192CU_DEV(TRENDNET, RTL8192CU),
|
||||
RTWN_RTL8192CU_DEV(ZYXEL, RTL8192CU),
|
||||
|
@ -4824,6 +4824,7 @@ product TOSHIBA HSDPA 0x1302 G450 modem
|
||||
product TOSHIBA TRANSMEMORY 0x6545 USB ThumbDrive
|
||||
|
||||
/* TP-Link products */
|
||||
product TPLINK RTL8192CU 0x0100 RTL8192CU
|
||||
product TPLINK T4U 0x0101 Archer T4U
|
||||
product TPLINK WN821NV5 0x0107 TL-WN821N v5
|
||||
product TPLINK WN822NV4 0x0108 TL-WN822N v4
|
||||
|
Loading…
Reference in New Issue
Block a user