Regenerate usb.conf

MFC after:	2 weeks
This commit is contained in:
Hans Petter Selasky 2014-02-06 10:52:51 +00:00
parent 7a7e829428
commit c79a4afc20
1 changed files with 19 additions and 1 deletions

View File

@ -5310,6 +5310,24 @@ nomatch 32 {
action "kldload -n ng_ubt";
};
nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "intclass" "0xe0";
match "intsubclass" "0x01";
match "intprotocol" "0x03";
action "kldload -n if_urndis";
};
nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "intclass" "0xef";
match "intsubclass" "0x01";
match "intprotocol" "0x01";
action "kldload -n if_urndis";
};
nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
@ -5381,5 +5399,5 @@ nomatch 32 {
action "kldload -n umass";
};
# 2619 USB entries processed
# 2621 USB entries processed