mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Regenerate usb.conf after r252196.
Spotted by: rpaulo
This commit is contained in:
parent
1d02cf7c8d
commit
277a625085
1 changed files with 2 additions and 2 deletions
|
|
@ -4299,7 +4299,7 @@ nomatch 32 {
|
|||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x2001";
|
||||
match "product" "(0x3307|0x3308|0x3309|0x330a)";
|
||||
match "product" "(0x3307|0x3308|0x3309|0x330a|0x330d)";
|
||||
action "kldload -n if_urtwn";
|
||||
};
|
||||
|
||||
|
|
@ -4976,5 +4976,5 @@ nomatch 32 {
|
|||
action "kldload -n umass";
|
||||
};
|
||||
|
||||
# 2479 USB entries processed
|
||||
# 2480 USB entries processed
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue