Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Oct 2017 23:33:24 +0000 (UTC)
From:      Andriy Voskoboinyk <avos@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r325252 - head/etc/devd
Message-ID:  <201710312333.v9VNXOCS076887@repo.freebsd.org>

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



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