summaryrefslogtreecommitdiffstats
path: root/etc/devd
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2015-07-27 14:43:14 +0000
committermarius <marius@FreeBSD.org>2015-07-27 14:43:14 +0000
commitf015693ed32cfbdaf3ab1f08973cce3a32650d3c (patch)
tree28cdecc7bec54f96f7ee32d8007d3ebb8f6b7f42 /etc/devd
parentc06bce743637fdbc65a667e93fab16207587d2f5 (diff)
downloadFreeBSD-src-f015693ed32cfbdaf3ab1f08973cce3a32650d3c.zip
FreeBSD-src-f015693ed32cfbdaf3ab1f08973cce3a32650d3c.tar.gz
- Fix compilation after r285909 with USB_DEBUG defined.
- Regenerate usb.conf.
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 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