Regenerate etc/devd/usb.conf

Reminded by:		hselasky
This commit is contained in:
Andriy Voskoboinyk 2017-10-31 23:33:24 +00:00
parent f591046e7d
commit 99a1c8894a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325252

View File

@ -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