aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2015-07-27 14:43:14 +0000
committerMarius Strobl <marius@FreeBSD.org>2015-07-27 14:43:14 +0000
commit891c57d8a9e6565898f1c58abd90eb5fab514dcf (patch)
tree28cdecc7bec54f96f7ee32d8007d3ebb8f6b7f42 /etc
parentd75accb539bd48ccb6268dd9ec76e25c96dc8b31 (diff)
downloadsrc-891c57d8a9e6565898f1c58abd90eb5fab514dcf.tar.gz
src-891c57d8a9e6565898f1c58abd90eb5fab514dcf.zip
- Fix compilation after r285909 with USB_DEBUG defined.
- Regenerate usb.conf.
Notes
Notes: svn path=/head/; revision=285913
Diffstat (limited to 'etc')
-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