aboutsummaryrefslogtreecommitdiff
path: root/etc/devd
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2016-04-29 12:00:36 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2016-04-29 12:00:36 +0000
commitd308a222e9ff880fd30fb28520eea7c99deccb04 (patch)
tree9d5aac69c4b356468f32a62e42cfdb388c225acc /etc/devd
parent83c5d190fe3101aeecab2a7ea801d915b58107f6 (diff)
downloadsrc-d308a222e9ff880fd30fb28520eea7c99deccb04.tar.gz
src-d308a222e9ff880fd30fb28520eea7c99deccb04.zip
Regenerate usb.conf .
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=298783
Diffstat (limited to 'etc/devd')
-rw-r--r--etc/devd/usb.conf24
1 files changed, 20 insertions, 4 deletions
diff --git a/etc/devd/usb.conf b/etc/devd/usb.conf
index 56f1a5fb6dfe..45e28feb7826 100644
--- a/etc/devd/usb.conf
+++ b/etc/devd/usb.conf
@@ -1721,7 +1721,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x07b8";
- match "product" "(0x8178|0x8188|0x8189)";
+ match "product" "(0x8178|0x8179|0x8188|0x8189)";
action "kldload -n if_urtwn";
};
@@ -3161,7 +3161,23 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x0df6";
- match "product" "(0x0052|0x005c|0x0061)";
+ match "product" "0x0052";
+ action "kldload -n if_urtwn";
+};
+
+nomatch 32 {
+ match "bus" "uhub[0-9]+";
+ match "mode" "host";
+ match "vendor" "0x0df6";
+ match "product" "0x0056";
+ action "kldload -n if_axe";
+};
+
+nomatch 32 {
+ match "bus" "uhub[0-9]+";
+ match "mode" "host";
+ match "vendor" "0x0df6";
+ match "product" "(0x005c|0x0061)";
action "kldload -n if_urtwn";
};
@@ -4633,7 +4649,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x17e9";
- match "product" "(0x0059|0x0100|0x0117|0x0136|0x0138|0x0141|0x015a|0x0198|0x019b|0x01ba|0x01bb|0x01d4|0x01d7|0x01e2|0x0215|0x024c|0x02a9|0x0377|0x03e0|0x401a)";
+ match "product" "(0x0059|0x0100|0x0117|0x0136|0x0138|0x0141|0x015a|0x0198|0x019b|0x01ba|0x01bb|0x01d4|0x01d7|0x01e2|0x0215|0x024c|0x02a9|0x02e9|0x0377|0x03e0|0x401a)";
action "kldload -n udl";
};
@@ -5801,5 +5817,5 @@ nomatch 32 {
action "kldload -n umass";
};
-# 2719 USB entries processed
+# 2722 USB entries processed