Regen.
This commit is contained in:
parent
242dbae34c
commit
8c1afc15c5
@ -3825,7 +3825,7 @@ nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x148f";
|
||||
match "product" "(0x2770|0x2870|0x3070|0x3071|0x3072|0x3370|0x3572|0x5370|0x8070)";
|
||||
match "product" "(0x2770|0x2870|0x3070|0x3071|0x3072|0x3370|0x3572|0x5370|0x5572|0x8070)";
|
||||
action "kldload -n if_run";
|
||||
};
|
||||
|
||||
@ -4625,7 +4625,7 @@ nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x2001";
|
||||
match "product" "(0x3c09|0x3c0a|0x3c15|0x3c1b)";
|
||||
match "product" "(0x3c09|0x3c0a|0x3c15|0x3c1a|0x3c1b)";
|
||||
action "kldload -n if_run";
|
||||
};
|
||||
|
||||
@ -5341,5 +5341,5 @@ nomatch 32 {
|
||||
action "kldload -n umass";
|
||||
};
|
||||
|
||||
# 2574 USB entries processed
|
||||
# 2576 USB entries processed
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user