Regen.
This commit is contained in:
parent
7a7e01caa4
commit
2f95141e5f
@ -717,6 +717,14 @@ nomatch 32 {
|
||||
action "kldload -n if_urtwn";
|
||||
};
|
||||
|
||||
nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x050d";
|
||||
match "product" "0x1103";
|
||||
action "kldload -n if_run";
|
||||
};
|
||||
|
||||
nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
@ -1061,6 +1069,14 @@ nomatch 32 {
|
||||
action "kldload -n if_urtwn";
|
||||
};
|
||||
|
||||
nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x0586";
|
||||
match "product" "0x3421";
|
||||
action "kldload -n if_run";
|
||||
};
|
||||
|
||||
nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
@ -2309,6 +2325,14 @@ nomatch 32 {
|
||||
action "kldload -n if_urtwn";
|
||||
};
|
||||
|
||||
nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x0b05";
|
||||
match "product" "0x17ad";
|
||||
action "kldload -n if_run";
|
||||
};
|
||||
|
||||
nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
@ -3825,7 +3849,7 @@ nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x148f";
|
||||
match "product" "(0x2770|0x2870|0x3070|0x3071|0x3072|0x3370|0x3572|0x5370|0x5572|0x8070)";
|
||||
match "product" "(0x2770|0x2870|0x2878|0x3070|0x3071|0x3072|0x3370|0x3572|0x3573|0x5370|0x5572|0x8070)";
|
||||
action "kldload -n if_run";
|
||||
};
|
||||
|
||||
@ -4625,7 +4649,7 @@ nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x2001";
|
||||
match "product" "(0x3c09|0x3c0a|0x3c15|0x3c1a|0x3c1b|0x3c20)";
|
||||
match "product" "(0x3c09|0x3c0a|0x3c15|0x3c1a|0x3c1b|0x3c1f)";
|
||||
action "kldload -n if_run";
|
||||
};
|
||||
|
||||
@ -5057,7 +5081,7 @@ nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x7392";
|
||||
match "product" "(0x7711|0x7717|0x7718)";
|
||||
match "product" "(0x7711|0x7717|0x7718|0x7733)";
|
||||
action "kldload -n if_run";
|
||||
};
|
||||
|
||||
@ -5341,5 +5365,5 @@ nomatch 32 {
|
||||
action "kldload -n umass";
|
||||
};
|
||||
|
||||
# 2577 USB entries processed
|
||||
# 2583 USB entries processed
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user