summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authortruckman <truckman@FreeBSD.org>2013-12-19 06:39:48 +0000
committertruckman <truckman@FreeBSD.org>2013-12-19 06:39:48 +0000
commit7331967f0cda1cb9bd455c8aa9fdad8b46e3e34b (patch)
tree14a578a9f482a070c67d4d9ec736ec6860991dd1 /etc
parentf4127526eb2b0c73e802c6b1323defa031de247e (diff)
downloadFreeBSD-src-7331967f0cda1cb9bd455c8aa9fdad8b46e3e34b.zip
FreeBSD-src-7331967f0cda1cb9bd455c8aa9fdad8b46e3e34b.tar.gz
Regenerate after
r255238, r257044, r259453 (if_run) r255128 (ng_ubt) r259592 (u3g)
Diffstat (limited to 'etc')
-rw-r--r--etc/devd/usb.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/devd/usb.conf b/etc/devd/usb.conf
index 449b20b..ad0180d 100644
--- a/etc/devd/usb.conf
+++ b/etc/devd/usb.conf
@@ -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
OpenPOWER on IntegriCloud