summaryrefslogtreecommitdiffstats
path: root/etc/devd
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2011-06-24 22:01:56 +0000
committerhselasky <hselasky@FreeBSD.org>2011-06-24 22:01:56 +0000
commit97be6feacb7ff2fabc0576a8d100d3c75e5e7645 (patch)
tree074fc8f451b606050e9f82f5fab340d930ea091d /etc/devd
parent960e1ff18c7cb3dcf4b5df7ce4af59f81edcfc80 (diff)
downloadFreeBSD-src-97be6feacb7ff2fabc0576a8d100d3c75e5e7645.zip
FreeBSD-src-97be6feacb7ff2fabc0576a8d100d3c75e5e7645.tar.gz
- Export more USB device ID's.
- Update bus_auto.conf accordingly. MFC after: 3 days
Diffstat (limited to 'etc/devd')
-rw-r--r--etc/devd/bus_auto.conf36
1 files changed, 35 insertions, 1 deletions
diff --git a/etc/devd/bus_auto.conf b/etc/devd/bus_auto.conf
index 596fa7e..a1c7236 100644
--- a/etc/devd/bus_auto.conf
+++ b/etc/devd/bus_auto.conf
@@ -86,6 +86,14 @@ nomatch 32 {
nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
+ match "vendor" "0x0123";
+ match "product" "0x0001";
+ action "kldload uep";
+};
+
+nomatch 32 {
+ match "bus" "uhub[0-9]+";
+ match "mode" "host";
match "vendor" "0x03e8";
match "product" "0x0008";
action "kldload if_kue";
@@ -1254,6 +1262,14 @@ nomatch 32 {
nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
+ match "vendor" "0x0eef";
+ match "product" "(0x0001|0x0002)";
+ action "kldload uep";
+};
+
+nomatch 32 {
+ match "bus" "uhub[0-9]+";
+ match "mode" "host";
match "vendor" "0x0f3d";
match "product" "(0x0112|0x0112)";
action "kldload u3g";
@@ -2263,6 +2279,24 @@ nomatch 32 {
nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
+ match "intclass" "0x03";
+ match "intsubclass" "0x01";
+ match "intprotocol" "0x01";
+ action "kldload ukbd";
+};
+
+nomatch 32 {
+ match "bus" "uhub[0-9]+";
+ match "mode" "host";
+ match "intclass" "0x03";
+ match "intsubclass" "0x01";
+ match "intprotocol" "0x02";
+ action "kldload ums";
+};
+
+nomatch 32 {
+ match "bus" "uhub[0-9]+";
+ match "mode" "host";
match "intclass" "0x07";
match "intsubclass" "0x01";
match "intprotocol" "0x01";
@@ -2343,5 +2377,5 @@ nomatch 32 {
action "kldload umass";
};
-# 1626 usb_host entries processed
+# 1631 usb_host entries processed
OpenPOWER on IntegriCloud