summaryrefslogtreecommitdiffstats
path: root/etc/devd
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2012-12-15 10:56:16 +0000
committerhselasky <hselasky@FreeBSD.org>2012-12-15 10:56:16 +0000
commit8ee2f7fcb15b974fec335d602faf7a5d49d28cf8 (patch)
treeec5eec4846f60803abc78811f7801a0ebf913866 /etc/devd
parent88ab17dd2b8827e8b5c5cc55b0c72615b3e22a08 (diff)
downloadFreeBSD-src-8ee2f7fcb15b974fec335d602faf7a5d49d28cf8.zip
FreeBSD-src-8ee2f7fcb15b974fec335d602faf7a5d49d28cf8.tar.gz
Regenerate usb.conf
MFC after: 1 week
Diffstat (limited to 'etc/devd')
-rw-r--r--etc/devd/usb.conf26
1 files changed, 25 insertions, 1 deletions
diff --git a/etc/devd/usb.conf b/etc/devd/usb.conf
index c1357a9..d3090ab 100644
--- a/etc/devd/usb.conf
+++ b/etc/devd/usb.conf
@@ -423,6 +423,14 @@ nomatch 32 {
nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
+ match "vendor" "0x0499";
+ match "product" "(0x1000|0x1001|0x1002|0x1003|0x1004|0x1005|0x1006|0x1007|0x1008|0x1009|0x100a|0x100c|0x100d|0x100e|0x100f|0x1010|0x1011|0x1012|0x1013|0x1014|0x1015|0x1016|0x1017|0x1018|0x1019|0x101a|0x101b|0x101c|0x101d|0x101e|0x101f|0x1020|0x1021|0x1022|0x1023|0x1024|0x1025|0x1026|0x1027|0x1028|0x1029|0x102a|0x102b|0x102e|0x1030|0x1031|0x1032|0x1033|0x1034|0x1035|0x1036|0x1037|0x1038|0x1039|0x103a|0x103b|0x103c|0x103d|0x103e|0x103f|0x1040|0x1041|0x1042|0x1043|0x1044|0x1045|0x104e|0x104f|0x1050|0x1051|0x1052|0x1053|0x1054|0x1055|0x1056|0x1057|0x1058|0x1059|0x105a|0x105b|0x105c|0x105d|0x1503|0x2000|0x2001|0x2002|0x2003|0x5000|0x5001|0x5002|0x5003|0x5004|0x5005|0x5006|0x5007|0x5008|0x5009|0x500a|0x500b|0x500c|0x500d|0x500e|0x500f|0x7000|0x7010)";
+ action "kldload -n snd_uaudio";
+};
+
+nomatch 32 {
+ match "bus" "uhub[0-9]+";
+ match "mode" "host";
match "vendor" "0x049f";
match "product" "(0x0003|0x0032)";
action "kldload -n uipaq";
@@ -2647,6 +2655,14 @@ nomatch 32 {
nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
+ match "vendor" "0x0f3d";
+ match "product" "0x68aa";
+ action "kldload -n u3g";
+};
+
+nomatch 32 {
+ match "bus" "uhub[0-9]+";
+ match "mode" "host";
match "vendor" "0x0f4e";
match "product" "0x0200";
action "kldload -n uipaq";
@@ -4199,6 +4215,14 @@ nomatch 32 {
nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
+ match "vendor" "0x22de";
+ match "product" "0x6801";
+ action "kldload -n u3g";
+};
+
+nomatch 32 {
+ match "bus" "uhub[0-9]+";
+ match "mode" "host";
match "vendor" "0x2478";
match "product" "0x2008";
action "kldload -n uplcom";
@@ -4611,5 +4635,5 @@ nomatch 32 {
action "kldload -n umass";
};
-# 2279 USB entries processed
+# 2386 USB entries processed
OpenPOWER on IntegriCloud