aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAndriy Voskoboinyk <avos@FreeBSD.org>2017-10-31 23:33:24 +0000
committerAndriy Voskoboinyk <avos@FreeBSD.org>2017-10-31 23:33:24 +0000
commit99a1c8894a8db07028152c4e061b3826318759da (patch)
tree31f24c566c3b2d271bffadeeccd8ac43b6afa3ea /etc
parentf591046e7d8d93362292383d38e11769d4d845f3 (diff)
downloadsrc-99a1c8894a8db07028152c4e061b3826318759da.tar.gz
src-99a1c8894a8db07028152c4e061b3826318759da.zip
Regenerate etc/devd/usb.conf
Reminded by: hselasky
Notes
Notes: svn path=/head/; revision=325252
Diffstat (limited to 'etc')
-rw-r--r--etc/devd/usb.conf12
1 files changed, 10 insertions, 2 deletions
diff --git a/etc/devd/usb.conf b/etc/devd/usb.conf
index dc39a30f77dd..528adaa592f9 100644
--- a/etc/devd/usb.conf
+++ b/etc/devd/usb.conf
@@ -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