aboutsummaryrefslogtreecommitdiff
path: root/etc/devd
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2017-10-13 20:29:35 +0000
committerKristof Provost <kp@FreeBSD.org>2017-10-13 20:29:35 +0000
commit96842052d3426f18063073c446259193bda7adab (patch)
tree1aab3e40133db9202bc01c8cb31c3f7953305cf9 /etc/devd
parent3b07bb2a643c9ce50a4673c9b09eaa32c0345e3e (diff)
downloadsrc-96842052d3426f18063073c446259193bda7adab.tar.gz
src-96842052d3426f18063073c446259193bda7adab.zip
Regenerate usb.conf
Notes
Notes: svn path=/head/; revision=324608
Diffstat (limited to 'etc/devd')
-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 4b842a8baf1b..dc39a30f77dd 100644
--- a/etc/devd/usb.conf
+++ b/etc/devd/usb.conf
@@ -4744,6 +4744,14 @@ nomatch 32 {
nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
+ match "vendor" "0x17ef";
+ match "product" "0x7205";
+ action "kldload -n if_ure";
+};
+
+nomatch 32 {
+ match "bus" "uhub[0-9]+";
+ match "mode" "host";
match "vendor" "0x17f4";
match "product" "0xaaaa";
action "kldload -n uslcom";
@@ -5097,7 +5105,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x2001";
- match "product" "(0x7d02|0x7e12|0xa707|0xa805)";
+ match "product" "(0x7d02|0x7e12|0x7e35|0xa707|0xa805|0xab00)";
action "kldload -n u3g";
};
@@ -5905,5 +5913,5 @@ nomatch 32 {
action "kldload -n umass";
};
-# 2754 USB entries processed
+# 2757 USB entries processed