Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jun 2011 20:32:19 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r223604 - head/etc/devd
Message-ID:  <201106272032.p5RKWJkx012547@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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";
 };
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106272032.p5RKWJkx012547>