summaryrefslogtreecommitdiffstats
path: root/etc/devd/usb.conf
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-08-10 18:27:54 +0000
committerngie <ngie@FreeBSD.org>2015-08-10 18:27:54 +0000
commit87dee474091dcb77b80fce8618161cceef3301cf (patch)
tree24ec3a6ecad18df23b771aeb0231f5cf475c3390 /etc/devd/usb.conf
parent823f826ddd1301e2ed5bd22a4d3f6b5a38061c36 (diff)
parent9033c894a1c694d3e946571d9e57c05349a235eb (diff)
downloadFreeBSD-src-87dee474091dcb77b80fce8618161cceef3301cf.zip
FreeBSD-src-87dee474091dcb77b80fce8618161cceef3301cf.tar.gz
MFhead @ r286584
Diffstat (limited to 'etc/devd/usb.conf')
-rw-r--r--etc/devd/usb.conf11
1 files changed, 10 insertions, 1 deletions
diff --git a/etc/devd/usb.conf b/etc/devd/usb.conf
index 3c3cd34..4f1d92f 100644
--- a/etc/devd/usb.conf
+++ b/etc/devd/usb.conf
@@ -5436,6 +5436,15 @@ nomatch 32 {
nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
+ match "intclass" "0x02";
+ match "intsubclass" "0x02";
+ match "intprotocol" "0xff";
+ action "kldload -n if_urndis";
+};
+
+nomatch 32 {
+ match "bus" "uhub[0-9]+";
+ match "mode" "host";
match "intclass" "0x03";
match "intsubclass" "0x01";
match "intprotocol" "0x01";
@@ -5576,5 +5585,5 @@ nomatch 32 {
action "kldload -n umass";
};
-# 2687 USB entries processed
+# 2688 USB entries processed
OpenPOWER on IntegriCloud