svn commit: r261546 - head/etc/devd

Hans Petter Selasky hselasky at FreeBSD.org
Thu Feb 6 10:52:52 UTC 2014


Author: hselasky
Date: Thu Feb  6 10:52:51 2014
New Revision: 261546
URL: http://svnweb.freebsd.org/changeset/base/261546

Log:
  Regenerate usb.conf
  
  MFC after:	2 weeks

Modified:
  head/etc/devd/usb.conf

Modified: head/etc/devd/usb.conf
==============================================================================
--- head/etc/devd/usb.conf	Thu Feb  6 10:48:55 2014	(r261545)
+++ head/etc/devd/usb.conf	Thu Feb  6 10:52:51 2014	(r261546)
@@ -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
 


More information about the svn-src-head mailing list