Regenerate etc/devd/usb.conf
Reminded by: hselasky
This commit is contained in:
parent
d9baf196b0
commit
0bbccfae07
@ -1397,6 +1397,14 @@ nomatch 32 {
|
||||
action "kldload -n if_cdce";
|
||||
};
|
||||
|
||||
nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x067b";
|
||||
match "product" "0x27a1";
|
||||
action "kldload -n udbp";
|
||||
};
|
||||
|
||||
nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
@ -5313,7 +5321,7 @@ nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x2357";
|
||||
match "product" "(0x0101|0x0108|0x0109)";
|
||||
match "product" "(0x0101|0x0108|0x0109|0x010d|0x010e)";
|
||||
action "kldload -n if_rtwn_usb";
|
||||
};
|
||||
|
||||
@ -5913,5 +5921,5 @@ nomatch 32 {
|
||||
action "kldload -n umass";
|
||||
};
|
||||
|
||||
# 2757 USB entries processed
|
||||
# 2760 USB entries processed
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user