mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
Regenerate usb.conf
MFC after: 2 weeks
This commit is contained in:
parent
7a7e829428
commit
c79a4afc20
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=261546
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user