svn commit: r259033 - head/etc/devd

Kevin Lo kevlo at FreeBSD.org
Fri Dec 6 15:27:42 UTC 2013


Author: kevlo
Date: Fri Dec  6 15:27:42 2013
New Revision: 259033
URL: http://svnweb.freebsd.org/changeset/base/259033

Log:
  Regen.

Modified:
  head/etc/devd/usb.conf

Modified: head/etc/devd/usb.conf
==============================================================================
--- head/etc/devd/usb.conf	Fri Dec  6 15:26:39 2013	(r259032)
+++ head/etc/devd/usb.conf	Fri Dec  6 15:27:42 2013	(r259033)
@@ -3825,7 +3825,7 @@ nomatch 32 {
 	match "bus" "uhub[0-9]+";
 	match "mode" "host";
 	match "vendor" "0x148f";
-	match "product" "(0x2770|0x2870|0x3070|0x3071|0x3072|0x3370|0x3572|0x5370|0x8070)";
+	match "product" "(0x2770|0x2870|0x3070|0x3071|0x3072|0x3370|0x3572|0x5370|0x5572|0x8070)";
 	action "kldload -n if_run";
 };
 
@@ -4625,7 +4625,7 @@ nomatch 32 {
 	match "bus" "uhub[0-9]+";
 	match "mode" "host";
 	match "vendor" "0x2001";
-	match "product" "(0x3c09|0x3c0a|0x3c15|0x3c1b)";
+	match "product" "(0x3c09|0x3c0a|0x3c15|0x3c1a|0x3c1b)";
 	action "kldload -n if_run";
 };
 
@@ -5341,5 +5341,5 @@ nomatch 32 {
 	action "kldload -n umass";
 };
 
-# 2574 USB entries processed
+# 2576 USB entries processed
 


More information about the svn-src-head mailing list