Sort REALTEK section and remove duplicate entry for RTL8192CU.
This commit is contained in:
parent
60b9567d16
commit
a6bac5b604
@ -2737,7 +2737,7 @@ nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x0bda";
|
||||
match "product" "(0x8176|0x8177|0x8178|0x8178|0x8179|0x817a|0x817b|0x817c|0x817d|0x817e|0x817f)";
|
||||
match "product" "(0x8176|0x8177|0x8178|0x8179|0x817a|0x817b|0x817c|0x817d|0x817e|0x817f)";
|
||||
action "kldload -n if_rtwn_usb";
|
||||
};
|
||||
|
||||
|
@ -94,7 +94,6 @@ static const STRUCT_USB_HOST_ID rtwn_devs[] = {
|
||||
RTWN_RTL8192CU_DEV(REALTEK, RTL8191CU),
|
||||
RTWN_RTL8192CU_DEV(REALTEK, RTL8192CE),
|
||||
RTWN_RTL8192CU_DEV(REALTEK, RTL8192CU),
|
||||
RTWN_RTL8192CU_DEV(REALTEK, RTL8192CU_1),
|
||||
RTWN_RTL8192CU_DEV(SITECOMEU, RTL8188CU_1),
|
||||
RTWN_RTL8192CU_DEV(SITECOMEU, RTL8188CU_2),
|
||||
RTWN_RTL8192CU_DEV(SITECOMEU, RTL8192CU),
|
||||
|
@ -3825,27 +3825,26 @@ product REALTEK RTL8172 0x8172 RTL8172
|
||||
product REALTEK RTL8173 0x8173 RTL8173
|
||||
product REALTEK RTL8174 0x8174 RTL8174
|
||||
product REALTEK RTL8188CU_0 0x8176 RTL8188CU
|
||||
product REALTEK RTL8192CU_1 0x8178 RTL8192CU
|
||||
product REALTEK RTL8191CU 0x8177 RTL8191CU
|
||||
product REALTEK RTL8192CU 0x8178 RTL8192CU
|
||||
product REALTEK RTL8188EU 0x8179 RTL8188EU
|
||||
product REALTEK RTL8188CE_1 0x817e RTL8188CE
|
||||
product REALTEK RTL8188CU_1 0x817a RTL8188CU
|
||||
product REALTEK RTL8188CU_2 0x817b RTL8188CU
|
||||
product REALTEK RTL8192CE 0x817c RTL8192CE
|
||||
product REALTEK RTL8188RU_1 0x817d RTL8188RU
|
||||
product REALTEK RTL8188CE_1 0x817e RTL8188CE
|
||||
product REALTEK RTL8188RU_3 0x817f RTL8188RU
|
||||
product REALTEK RTL8187 0x8187 RTL8187 Wireless Adapter
|
||||
product REALTEK RTL8187B_0 0x8189 RTL8187B Wireless Adapter
|
||||
product REALTEK RTL8188CUS 0x818a RTL8188CUS
|
||||
product REALTEK RTL8192EU 0x818b RTL8192EU
|
||||
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
|
||||
product REALTEK RTL8188CUS 0x818a RTL8188CUS
|
||||
product REALTEK RTL8188CU_COMBO 0x8754 RTL8188CU
|
||||
product REALTEK RTL8191CU 0x8177 RTL8191CU
|
||||
product REALTEK RTL8192CU 0x8178 RTL8192CU
|
||||
product REALTEK RTL8192CE 0x817c RTL8192CE
|
||||
product REALTEK RTL8188RU_1 0x817d RTL8188RU
|
||||
product REALTEK RTL8188RU_3 0x817f RTL8188RU
|
||||
product REALTEK RTL8712 0x8712 RTL8712
|
||||
product REALTEK RTL8713 0x8712 RTL8713
|
||||
product REALTEK RTL8713 0x8713 RTL8713
|
||||
product REALTEK RTL8188CU_COMBO 0x8754 RTL8188CU
|
||||
product REALTEK RTL8723BU 0xb720 RTL8723BU
|
||||
product REALTEK RTL8192SU 0xc512 RTL8192SU
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user