summaryrefslogtreecommitdiffstats
path: root/etc/devd
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2014-02-06 10:52:51 +0000
committerhselasky <hselasky@FreeBSD.org>2014-02-06 10:52:51 +0000
commit039198c1be1f58caf9823ea1978ad0ffda30b1fa (patch)
tree62b4ddce284b7d0239007202ffb23e525600b8aa /etc/devd
parentdb46d526d1cd5ea109c7f9b76a30d847fd08e493 (diff)
downloadFreeBSD-src-039198c1be1f58caf9823ea1978ad0ffda30b1fa.zip
FreeBSD-src-039198c1be1f58caf9823ea1978ad0ffda30b1fa.tar.gz
Regenerate usb.conf
MFC after: 2 weeks
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 45100e0..c8d252a 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
OpenPOWER on IntegriCloud