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";
 };
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to