summaryrefslogtreecommitdiffstats
path: root/etc/devd
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2012-02-13 07:47:16 +0000
committerhselasky <hselasky@FreeBSD.org>2012-02-13 07:47:16 +0000
commitec1b2e79af52abdada53ccd66958e12b288c6193 (patch)
tree6ef7cfee62f498b75edb0b2f6d339c64af73fc24 /etc/devd
parent748cf05a77ebd633e384c1dd4a818cc8b538af55 (diff)
downloadFreeBSD-src-ec1b2e79af52abdada53ccd66958e12b288c6193.zip
FreeBSD-src-ec1b2e79af52abdada53ccd66958e12b288c6193.tar.gz
Re-generate /etc/devd/usb.conf
MFC after: 1 day
Diffstat (limited to 'etc/devd')
-rw-r--r--etc/devd/usb.conf21
1 files changed, 15 insertions, 6 deletions
diff --git a/etc/devd/usb.conf b/etc/devd/usb.conf
index 22cb7ad..e44f348 100644
--- a/etc/devd/usb.conf
+++ b/etc/devd/usb.conf
@@ -157,7 +157,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x0403";
- match "product" "(0x6001|0x6004|0x6010|0x6011|0x8372|0x9e90|0xcc48|0xcc49|0xcc4a|0xd678|0xe6c8|0xe888|0xe889|0xe88a|0xe88b|0xe88c|0xee18|0xf608|0xf60b|0xf850|0xfa00|0xfa01|0xfa02|0xfa03|0xfa04|0xfc08|0xfc09|0xfc0b|0xfc0c|0xfc0d|0xfc82)";
+ match "product" "(0x6001|0x6004|0x6010|0x6011|0x8372|0x9e90|0xa6d0|0xa6d0|0xcc48|0xcc49|0xcc4a|0xd678|0xe6c8|0xe888|0xe889|0xe88a|0xe88b|0xe88c|0xee18|0xf608|0xf60b|0xf850|0xfa00|0xfa01|0xfa02|0xfa03|0xfa04|0xfc08|0xfc09|0xfc0b|0xfc0c|0xfc0d|0xfc82)";
action "kldload uftdi";
};
@@ -293,7 +293,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x0411";
- match "product" "(0x0148|0x0150|0x015d|0x016f)";
+ match "product" "(0x0148|0x0150|0x015d|0x016f|0x01a2)";
action "kldload if_run";
};
@@ -1021,7 +1021,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x05c6";
- match "product" "(0x6000|0x6613)";
+ match "product" "(0x1000|0x6000|0x6613)";
action "kldload u3g";
};
@@ -1301,7 +1301,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x0789";
- match "product" "(0x0162|0x0163|0x0164)";
+ match "product" "(0x0162|0x0163|0x0164|0x0166)";
action "kldload if_run";
};
@@ -2093,7 +2093,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x0b95";
- match "product" "(0x1720|0x1780|0x7720|0x772a|0x772b)";
+ match "product" "(0x1720|0x1780|0x7720|0x772a|0x772b|0x7e2b)";
action "kldload if_axe";
};
@@ -4205,6 +4205,15 @@ nomatch 32 {
nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
+ match "intclass" "0x02";
+ match "intsubclass" "0x02";
+ match "intprotocol" "0xff";
+ action "kldload umodem";
+};
+
+nomatch 32 {
+ match "bus" "uhub[0-9]+";
+ match "mode" "host";
match "intclass" "0x03";
match "intsubclass" "0x01";
match "intprotocol" "0x01";
@@ -4327,5 +4336,5 @@ nomatch 32 {
action "kldload umass";
};
-# 1645 USB entries processed
+# 1652 USB entries processed
OpenPOWER on IntegriCloud