aboutsummaryrefslogtreecommitdiff
path: root/etc/devd
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-09-12 12:03:02 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-09-12 12:03:02 +0000
commitf94594b37a145b9b3e9ff31af2cd1dc3de8aa4d4 (patch)
tree38501bd60c958b3b5474368fc0834fe6d09c307a /etc/devd
parentb779ff2b9c12b92001cff75c2047f6a32c0beb48 (diff)
parentd36c6176161e31d945d8adbb2aae1ccffb632bd7 (diff)
Notes
Diffstat (limited to 'etc/devd')
-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 3c3cd345a046..4f1d92f80695 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