svn commit: r259940 - head/etc/devd

Kevin Lo kevlo at FreeBSD.org
Fri Dec 27 08:06:23 UTC 2013


Author: kevlo
Date: Fri Dec 27 08:06:23 2013
New Revision: 259940
URL: http://svnweb.freebsd.org/changeset/base/259940

Log:
  Regen.

Modified:
  head/etc/devd/usb.conf

Modified: head/etc/devd/usb.conf
==============================================================================
--- head/etc/devd/usb.conf	Fri Dec 27 08:03:53 2013	(r259939)
+++ head/etc/devd/usb.conf	Fri Dec 27 08:06:23 2013	(r259940)
@@ -4625,7 +4625,7 @@ nomatch 32 {
 	match "bus" "uhub[0-9]+";
 	match "mode" "host";
 	match "vendor" "0x2001";
-	match "product" "(0x3c09|0x3c0a|0x3c15|0x3c1a|0x3c1b)";
+	match "product" "(0x3c09|0x3c0a|0x3c15|0x3c1a|0x3c1b|0x3c20)";
 	action "kldload -n if_run";
 };
 
@@ -5341,5 +5341,5 @@ nomatch 32 {
 	action "kldload -n umass";
 };
 
-# 2576 USB entries processed
+# 2577 USB entries processed
 


More information about the svn-src-head mailing list