diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2011-06-24 22:01:56 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2011-06-24 22:01:56 +0000 |
| commit | 9c916c627f1101d584cbf35444fe32a2bc16c07f (patch) | |
| tree | 074fc8f451b606050e9f82f5fab340d930ea091d /etc/devd | |
| parent | 0dbe859d2fdfda3291d5086e66e51c14b2a2dd44 (diff) | |
Notes
Diffstat (limited to 'etc/devd')
| -rw-r--r-- | etc/devd/bus_auto.conf | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/etc/devd/bus_auto.conf b/etc/devd/bus_auto.conf index 596fa7e0eaf0..a1c7236a5151 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 |
