Author: avos
Date: Tue Oct 31 23:33:24 2017
New Revision: 325252
URL: https://svnweb.freebsd.org/changeset/base/325252

Log:
  Regenerate etc/devd/usb.conf
  
  Reminded by:          hselasky

Modified:
  head/etc/devd/usb.conf

Modified: head/etc/devd/usb.conf
==============================================================================
--- head/etc/devd/usb.conf      Tue Oct 31 23:17:17 2017        (r325251)
+++ head/etc/devd/usb.conf      Tue Oct 31 23:33:24 2017        (r325252)
@@ -1401,6 +1401,14 @@ nomatch 32 {
        match "bus" "uhub[0-9]+";
        match "mode" "host";
        match "vendor" "0x067b";
+       match "product" "0x27a1";
+       action "kldload -n udbp";
+};
+
+nomatch 32 {
+       match "bus" "uhub[0-9]+";
+       match "mode" "host";
+       match "vendor" "0x067b";
        match "product" "(0x331a|0xaaa0|0xaaa2)";
        action "kldload -n uplcom";
 };
@@ -5313,7 +5321,7 @@ nomatch 32 {
        match "bus" "uhub[0-9]+";
        match "mode" "host";
        match "vendor" "0x2357";
-       match "product" "(0x0101|0x0108|0x0109)";
+       match "product" "(0x0101|0x0108|0x0109|0x010d|0x010e)";
        action "kldload -n if_rtwn_usb";
 };
 
@@ -5913,5 +5921,5 @@ nomatch 32 {
        action "kldload -n umass";
 };
 
-# 2757 USB entries processed
+# 2760 USB entries processed
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to