svn commit: r223604 - head/etc/devd

Hans Petter Selasky hselasky at FreeBSD.org
Mon Jun 27 20:32:19 UTC 2011


Author: hselasky
Date: Mon Jun 27 20:32:19 2011
New Revision: 223604
URL: http://svn.freebsd.org/changeset/base/223604

Log:
  Regenerate usb.conf after r223566.

Modified:
  head/etc/devd/usb.conf

Modified: head/etc/devd/usb.conf
==============================================================================
--- head/etc/devd/usb.conf	Mon Jun 27 20:04:13 2011	(r223603)
+++ head/etc/devd/usb.conf	Mon Jun 27 20:32:19 2011	(r223604)
@@ -1533,15 +1533,7 @@ nomatch 32 {
 	match "bus" "uhub[0-9]+";
 	match "mode" "host";
 	match "vendor" "0x083a";
-	match "product" "0x4506";
-	action "kldload if_uath";
-};
-
-nomatch 32 {
-	match "bus" "uhub[0-9]+";
-	match "mode" "host";
-	match "vendor" "0x083a";
-	match "product" "0x4506";
+	match "product" "(0x4505|0x4506)";
 	action "kldload if_zyd";
 };
 


More information about the svn-src-all mailing list