diff options
author | kevlo <kevlo@FreeBSD.org> | 2014-01-03 06:02:08 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2014-01-03 06:02:08 +0000 |
commit | 3c3918c7e97949a14ee47c106e3e137639c7968a (patch) | |
tree | ea422737dab0ecf811aa10e24169beeb9c4df498 /etc/devd | |
parent | f8e32f263b6adc6c1e3160e8b608487ac144cdbe (diff) | |
download | FreeBSD-src-3c3918c7e97949a14ee47c106e3e137639c7968a.zip FreeBSD-src-3c3918c7e97949a14ee47c106e3e137639c7968a.tar.gz |
Regen.
Diffstat (limited to 'etc/devd')
-rw-r--r-- | etc/devd/usb.conf | 32 |
1 files changed, 28 insertions, 4 deletions
diff --git a/etc/devd/usb.conf b/etc/devd/usb.conf index 8a84b95..5d73911 100644 --- a/etc/devd/usb.conf +++ b/etc/devd/usb.conf @@ -721,6 +721,14 @@ nomatch 32 { match "bus" "uhub[0-9]+"; match "mode" "host"; match "vendor" "0x050d"; + match "product" "0x1103"; + action "kldload -n if_run"; +}; + +nomatch 32 { + match "bus" "uhub[0-9]+"; + match "mode" "host"; + match "vendor" "0x050d"; match "product" "0x1203"; action "kldload -n ubsa"; }; @@ -1064,6 +1072,14 @@ nomatch 32 { nomatch 32 { match "bus" "uhub[0-9]+"; match "mode" "host"; + match "vendor" "0x0586"; + match "product" "0x3421"; + action "kldload -n if_run"; +}; + +nomatch 32 { + match "bus" "uhub[0-9]+"; + match "mode" "host"; match "vendor" "0x058f"; match "product" "0x9720"; action "kldload -n uplcom"; @@ -2313,6 +2329,14 @@ nomatch 32 { match "bus" "uhub[0-9]+"; match "mode" "host"; match "vendor" "0x0b05"; + match "product" "0x17ad"; + action "kldload -n if_run"; +}; + +nomatch 32 { + match "bus" "uhub[0-9]+"; + match "mode" "host"; + match "vendor" "0x0b05"; match "product" "(0x17b5|0x17cb)"; action "kldload -n ng_ubt"; }; @@ -3825,7 +3849,7 @@ nomatch 32 { match "bus" "uhub[0-9]+"; match "mode" "host"; match "vendor" "0x148f"; - match "product" "(0x2770|0x2870|0x3070|0x3071|0x3072|0x3370|0x3572|0x5370|0x5572|0x8070)"; + match "product" "(0x2770|0x2870|0x2878|0x3070|0x3071|0x3072|0x3370|0x3572|0x3573|0x5370|0x5572|0x8070)"; action "kldload -n if_run"; }; @@ -4625,7 +4649,7 @@ nomatch 32 { match "bus" "uhub[0-9]+"; match "mode" "host"; match "vendor" "0x2001"; - match "product" "(0x3c09|0x3c0a|0x3c15|0x3c1a|0x3c1b|0x3c20)"; + match "product" "(0x3c09|0x3c0a|0x3c15|0x3c1a|0x3c1b|0x3c1f)"; action "kldload -n if_run"; }; @@ -5057,7 +5081,7 @@ nomatch 32 { match "bus" "uhub[0-9]+"; match "mode" "host"; match "vendor" "0x7392"; - match "product" "(0x7711|0x7717|0x7718)"; + match "product" "(0x7711|0x7717|0x7718|0x7733)"; action "kldload -n if_run"; }; @@ -5341,5 +5365,5 @@ nomatch 32 { action "kldload -n umass"; }; -# 2577 USB entries processed +# 2583 USB entries processed |