- Add a new urtwn(4) device
- Remove duplicate REALTEK RTL8188CU_0 entry.
This commit is contained in:
parent
3865ad3fcf
commit
9e2a7dccfe
@ -3755,6 +3755,7 @@ product REALTEK RTL8188CU_1 0x817a RTL8188CU
|
||||
product REALTEK RTL8188CU_2 0x817b RTL8188CU
|
||||
product REALTEK RTL8187 0x8187 RTL8187 Wireless Adapter
|
||||
product REALTEK RTL8187B_0 0x8189 RTL8187B Wireless Adapter
|
||||
product REALTEK RTL8188CU_3 0x8191 RTL8188CU
|
||||
product REALTEK RTL8196EU 0x8196 RTL8196EU
|
||||
product REALTEK RTL8187B_1 0x8197 RTL8187B Wireless Adapter
|
||||
product REALTEK RTL8187B_2 0x8198 RTL8187B Wireless Adapter
|
||||
|
@ -137,6 +137,7 @@ static const STRUCT_USB_HOST_ID urtwn_devs[] = {
|
||||
URTWN_DEV(REALTEK, RTL8188CU_0),
|
||||
URTWN_DEV(REALTEK, RTL8188CU_1),
|
||||
URTWN_DEV(REALTEK, RTL8188CU_2),
|
||||
URTWN_DEV(REALTEK, RTL8188CU_3),
|
||||
URTWN_DEV(REALTEK, RTL8188CU_COMBO),
|
||||
URTWN_DEV(REALTEK, RTL8188CUS),
|
||||
URTWN_DEV(REALTEK, RTL8188RU_1),
|
||||
@ -145,7 +146,6 @@ static const STRUCT_USB_HOST_ID urtwn_devs[] = {
|
||||
URTWN_DEV(REALTEK, RTL8191CU),
|
||||
URTWN_DEV(REALTEK, RTL8192CE),
|
||||
URTWN_DEV(REALTEK, RTL8192CU),
|
||||
URTWN_DEV(REALTEK, RTL8188CU_0),
|
||||
URTWN_DEV(SITECOMEU, RTL8188CU_1),
|
||||
URTWN_DEV(SITECOMEU, RTL8188CU_2),
|
||||
URTWN_DEV(SITECOMEU, RTL8192CU),
|
||||
|
Loading…
Reference in New Issue
Block a user