aboutsummaryrefslogtreecommitdiff
path: root/etc/devd
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2014-02-06 10:52:51 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2014-02-06 10:52:51 +0000
commitc79a4afc209406f028df9835afcb8c34d54c9526 (patch)
tree62b4ddce284b7d0239007202ffb23e525600b8aa /etc/devd
parent7a7e82942854c9b1ef6f5d99777bd5210878fe20 (diff)
downloadsrc-c79a4afc209406f028df9835afcb8c34d54c9526.tar.gz
src-c79a4afc209406f028df9835afcb8c34d54c9526.zip
Regenerate usb.conf
MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=261546
Diffstat (limited to 'etc/devd')
-rw-r--r--etc/devd/usb.conf20
1 files changed, 19 insertions, 1 deletions
diff --git a/etc/devd/usb.conf b/etc/devd/usb.conf
index 45100e0a654c..c8d252abe387 100644
--- a/etc/devd/usb.conf
+++ b/etc/devd/usb.conf
@@ -5313,6 +5313,24 @@ nomatch 32 {
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";
match "intclass" "0xff";
match "intsubclass" "0x5d";
match "intprotocol" "0x01";
@@ -5381,5 +5399,5 @@ nomatch 32 {
action "kldload -n umass";
};
-# 2619 USB entries processed
+# 2621 USB entries processed