svn commit: r259596 - stable/10/etc/devd
Don Lewis
truckman at FreeBSD.org
Thu Dec 19 06:39:48 UTC 2013
Author: truckman
Date: Thu Dec 19 06:39:48 2013
New Revision: 259596
URL: http://svnweb.freebsd.org/changeset/base/259596
Log:
Regenerate after
r255238, r257044, r259453 (if_run)
r255128 (ng_ubt)
r259592 (u3g)
Modified:
stable/10/etc/devd/usb.conf
Modified: stable/10/etc/devd/usb.conf
==============================================================================
--- stable/10/etc/devd/usb.conf Thu Dec 19 05:51:39 2013 (r259595)
+++ stable/10/etc/devd/usb.conf Thu Dec 19 06:39:48 2013 (r259596)
@@ -833,7 +833,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x050d";
- match "product" "0x935a";
+ match "product" "(0x935a|0x935b)";
action "kldload -n if_run";
};
@@ -2289,7 +2289,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x0b05";
- match "product" "0x17b5";
+ match "product" "(0x17b5|0x17cb)";
action "kldload -n ng_ubt";
};
@@ -3665,7 +3665,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x1410";
- match "product" "(0x1100|0x1110|0x1120|0x1130|0x1400|0x1410|0x1420|0x1430|0x1450|0x2100|0x2110|0x2120|0x2130|0x2400|0x2410|0x2420|0x4100|0x4400|0x5010|0x5041|0x5100|0x6000|0x6002|0x7042)";
+ match "product" "(0x1100|0x1110|0x1120|0x1130|0x1400|0x1410|0x1420|0x1430|0x1450|0x2100|0x2110|0x2120|0x2130|0x2400|0x2410|0x2420|0x4100|0x4400|0x5010|0x5020|0x5041|0x5100|0x6000|0x6002|0x7042)";
action "kldload -n u3g";
};
@@ -3777,7 +3777,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x148f";
- match "product" "(0x2770|0x2870|0x3070|0x3071|0x3072|0x3370|0x3572|0x8070)";
+ match "product" "(0x2770|0x2870|0x3070|0x3071|0x3072|0x3370|0x3572|0x5370|0x5572|0x8070)";
action "kldload -n if_run";
};
@@ -4561,7 +4561,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x2001";
- match "product" "(0x3c09|0x3c0a)";
+ match "product" "(0x3c09|0x3c0a|0x3c15|0x3c1a|0x3c1b)";
action "kldload -n if_run";
};
@@ -5260,5 +5260,5 @@ nomatch 32 {
action "kldload -n umass";
};
-# 2537 USB entries processed
+# 2545 USB entries processed
More information about the svn-src-stable
mailing list