mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Regen.
This commit is contained in:
parent
959af34776
commit
bd106e837e
1 changed files with 2 additions and 2 deletions
|
|
@ -4625,7 +4625,7 @@ nomatch 32 {
|
|||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x2001";
|
||||
match "product" "(0x3c09|0x3c0a|0x3c15|0x3c1a|0x3c1b)";
|
||||
match "product" "(0x3c09|0x3c0a|0x3c15|0x3c1a|0x3c1b|0x3c20)";
|
||||
action "kldload -n if_run";
|
||||
};
|
||||
|
||||
|
|
@ -5341,5 +5341,5 @@ nomatch 32 {
|
|||
action "kldload -n umass";
|
||||
};
|
||||
|
||||
# 2576 USB entries processed
|
||||
# 2577 USB entries processed
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue