Add new USB IDs to RUN driver. Update usb.conf.
PR: usb/161798 MFC after: 3 days
This commit is contained in:
parent
72aed41bed
commit
c8eeb97178
@ -561,6 +561,14 @@ nomatch 32 {
|
||||
action "kldload uipaq";
|
||||
};
|
||||
|
||||
nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x04e8";
|
||||
match "product" "0x2018";
|
||||
action "kldload if_run";
|
||||
};
|
||||
|
||||
nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
@ -741,7 +749,7 @@ nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x050d";
|
||||
match "product" "(0x8053|0x805c|0x815c|0x825a)";
|
||||
match "product" "(0x8053|0x805c|0x815c|0x825a|0x825b)";
|
||||
action "kldload if_run";
|
||||
};
|
||||
|
||||
@ -1877,7 +1885,23 @@ nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x0af0";
|
||||
match "product" "(0x5000|0x6000|0x6050|0x6100|0x6150|0x6200|0x6250|0x6300|0x6350|0x6500|0x6501|0x6600|0x6601|0x6701|0x6721|0x6741|0x6761|0x6800|0x6901)";
|
||||
match "product" "(0x5000|0x6000|0x6050|0x6100|0x6150|0x6200|0x6250|0x6300|0x6350|0x6500|0x6501|0x6600|0x6601|0x6701)";
|
||||
action "kldload u3g";
|
||||
};
|
||||
|
||||
nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x0af0";
|
||||
match "product" "0x6711";
|
||||
action "kldload uhso";
|
||||
};
|
||||
|
||||
nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x0af0";
|
||||
match "product" "(0x6721|0x6741|0x6761|0x6800|0x6901)";
|
||||
action "kldload u3g";
|
||||
};
|
||||
|
||||
@ -2069,7 +2093,7 @@ nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x0b95";
|
||||
match "product" "(0x1720|0x1780|0x7720|0x772a)";
|
||||
match "product" "(0x1720|0x1780|0x7720|0x772a|0x772b)";
|
||||
action "kldload if_axe";
|
||||
};
|
||||
|
||||
@ -2497,6 +2521,14 @@ nomatch 32 {
|
||||
action "kldload ugensa";
|
||||
};
|
||||
|
||||
nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x0f3d";
|
||||
match "product" "0x68a3";
|
||||
action "kldload usie";
|
||||
};
|
||||
|
||||
nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
@ -2789,10 +2821,34 @@ nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x1199";
|
||||
match "product" "(0x0220|0x0224|0x0fff|0x6802|0x6803|0x6804|0x6805|0x6808|0x6809|0x6812|0x6813|0x6815|0x6816|0x6820|0x6821|0x6822|0x6832|0x6833|0x6834|0x6835|0x6838|0x6839|0x683a|0x683b|0x683c|0x683d|0x683e|0x6850|0x6851|0x6852|0x6853|0x6855|0x6856|0x6859|0x685a|0x6880|0x6890|0x6891|0x6892|0x6893|0x68a3)";
|
||||
match "product" "(0x0220|0x0224|0x0fff)";
|
||||
action "kldload u3g";
|
||||
};
|
||||
|
||||
nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x1199";
|
||||
match "product" "0x0fff";
|
||||
action "kldload usie";
|
||||
};
|
||||
|
||||
nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x1199";
|
||||
match "product" "(0x6802|0x6803|0x6804|0x6805|0x6808|0x6809|0x6812|0x6813|0x6815|0x6816|0x6820|0x6821|0x6822|0x6832|0x6833|0x6834|0x6835|0x6838|0x6839|0x683a|0x683b|0x683c|0x683d|0x683e|0x6850|0x6851|0x6852|0x6853|0x6855|0x6856|0x6859|0x685a|0x6880|0x6890|0x6891|0x6892|0x6893|0x68a3)";
|
||||
action "kldload u3g";
|
||||
};
|
||||
|
||||
nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x1199";
|
||||
match "product" "0x68a3";
|
||||
action "kldload usie";
|
||||
};
|
||||
|
||||
nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
@ -2869,7 +2925,7 @@ nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x12d1";
|
||||
match "product" "(0x1001|0x1003|0x1004|0x1401|0x1402|0x1403|0x1404|0x1405|0x1406|0x1407|0x1408|0x1409|0x140a|0x140b|0x140c|0x140d|0x140e|0x140f|0x1410|0x1411|0x1412|0x1413|0x1414|0x1415|0x1416|0x1417|0x1418|0x1419|0x141a|0x141b|0x141c|0x141d|0x141e|0x141f|0x1420|0x1421|0x1422|0x1423|0x1424|0x1425|0x1426|0x1427|0x1428|0x1429|0x142a|0x142b|0x142c|0x142d|0x142e|0x142f|0x1430|0x1431|0x1432|0x1433|0x1434|0x1435|0x1436|0x1437|0x1438|0x1439|0x143a|0x143b|0x143c|0x143d|0x143e|0x143f|0x1446|0x1465|0x14ac|0x1520)";
|
||||
match "product" "(0x1001|0x1003|0x1004|0x1401|0x1402|0x1403|0x1404|0x1405|0x1406|0x1407|0x1408|0x1409|0x140a|0x140b|0x140c|0x140d|0x140e|0x140f|0x1410|0x1411|0x1412|0x1413|0x1414|0x1415|0x1416|0x1417|0x1418|0x1419|0x141a|0x141b|0x141c|0x141d|0x141e|0x141f|0x1420|0x1421|0x1422|0x1423|0x1424|0x1425|0x1426|0x1427|0x1428|0x1429|0x142a|0x142b|0x142c|0x142d|0x142e|0x142f|0x1430|0x1431|0x1432|0x1433|0x1434|0x1435|0x1436|0x1437|0x1438|0x1439|0x143a|0x143b|0x143c|0x143d|0x143e|0x143f|0x1446|0x1465|0x14ac|0x1520|0x1c05|0x1c0b)";
|
||||
action "kldload u3g";
|
||||
};
|
||||
|
||||
@ -2969,6 +3025,14 @@ nomatch 32 {
|
||||
action "kldload if_zyd";
|
||||
};
|
||||
|
||||
nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x13b1";
|
||||
match "product" "0x002f";
|
||||
action "kldload if_run";
|
||||
};
|
||||
|
||||
nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
@ -3669,7 +3733,7 @@ nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x1c9e";
|
||||
match "product" "(0x6061|0x9603|0xf000)";
|
||||
match "product" "(0x6061|0x9603|0x9605|0xf000)";
|
||||
action "kldload u3g";
|
||||
};
|
||||
|
||||
@ -4263,5 +4327,5 @@ nomatch 32 {
|
||||
action "kldload umass";
|
||||
};
|
||||
|
||||
# 1634 USB entries processed
|
||||
# 1645 USB entries processed
|
||||
|
||||
|
@ -1145,6 +1145,7 @@ product BELKIN RT2870_1 0x8053 RT2870
|
||||
product BELKIN RT2870_2 0x805c RT2870
|
||||
product BELKIN F5D8053V3 0x815c F5D8053 v3
|
||||
product BELKIN F5D8055 0x825a F5D8055
|
||||
product BELKIN F5D8055V2 0x825b F5D8055 v2
|
||||
product BELKIN F5D9050V3 0x905b F5D9050 ver 3 Wireless Adapter
|
||||
product BELKIN2 F5U002 0x0002 F5U002 Parallel printer
|
||||
product BELKIN F6D4050V1 0x935a F6D4050 v1
|
||||
@ -1228,8 +1229,9 @@ product CISCOLINKSYS HU200TS 0x001a HU200TS Wireless Adapter
|
||||
product CISCOLINKSYS WUSB54GC 0x0020 WUSB54GC
|
||||
product CISCOLINKSYS WUSB54GR 0x0023 WUSB54GR
|
||||
product CISCOLINKSYS WUSBF54G 0x0024 WUSBF54G
|
||||
product CISCOLINKSYS2 RT3070 0x4001 RT3070
|
||||
product CISCOLINKSYS3 RT3070 0x0101 RT3070
|
||||
product CISCOLINKSYS AE1000 0x002f AE1000
|
||||
product CISCOLINKSYS2 RT3070 0x4001 RT3070
|
||||
product CISCOLINKSYS3 RT3070 0x0101 RT3070
|
||||
|
||||
/* Clipsal products */
|
||||
product CLIPSAL 5500PCU 0x0303 5500PCU C-Bus
|
||||
@ -2840,6 +2842,7 @@ product SAGEM XG760A 0x004a XG-760A
|
||||
product SAGEM XG76NA 0x0062 XG-76NA
|
||||
|
||||
/* Samsung products */
|
||||
product SAMSUNG WIS09ABGN 0x2018 WIS09ABGN Wireless LAN adapter
|
||||
product SAMSUNG ML6060 0x3008 ML-6060 laser printer
|
||||
product SAMSUNG YP_U2 0x5050 YP-U2 MP3 Player
|
||||
product SAMSUNG YP_U4 0x5092 YP-U4 MP3 Player
|
||||
|
@ -144,9 +144,11 @@ static const STRUCT_USB_HOST_ID run_devs[] = {
|
||||
RUN_DEV(AZUREWAVE, RT3070_3),
|
||||
RUN_DEV(BELKIN, F5D8053V3),
|
||||
RUN_DEV(BELKIN, F5D8055),
|
||||
RUN_DEV(BELKIN, F5D8055V2),
|
||||
RUN_DEV(BELKIN, F6D4050V1),
|
||||
RUN_DEV(BELKIN, RT2870_1),
|
||||
RUN_DEV(BELKIN, RT2870_2),
|
||||
RUN_DEV(CISCOLINKSYS, AE1000),
|
||||
RUN_DEV(CISCOLINKSYS2, RT3070),
|
||||
RUN_DEV(CISCOLINKSYS3, RT3070),
|
||||
RUN_DEV(CONCEPTRONIC2, RT2870_1),
|
||||
@ -247,6 +249,7 @@ static const STRUCT_USB_HOST_ID run_devs[] = {
|
||||
RUN_DEV(RALINK, RT3370),
|
||||
RUN_DEV(RALINK, RT3572),
|
||||
RUN_DEV(RALINK, RT8070),
|
||||
RUN_DEV(SAMSUNG, WIS09ABGN),
|
||||
RUN_DEV(SAMSUNG2, RT2870_1),
|
||||
RUN_DEV(SENAO, RT2870_1),
|
||||
RUN_DEV(SENAO, RT2870_2),
|
||||
|
Loading…
Reference in New Issue
Block a user