diff options
author | hselasky <hselasky@FreeBSD.org> | 2014-02-04 09:11:50 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2014-02-04 09:11:50 +0000 |
commit | 395a6b6af0d237e61b9f396fdc130b792fd5483d (patch) | |
tree | 493db98174f16df2147456bfb42d286801d8e75b /etc/devd | |
parent | 4658f9721d395818ba760a79b1cb0b54957d4576 (diff) | |
download | FreeBSD-src-395a6b6af0d237e61b9f396fdc130b792fd5483d.zip FreeBSD-src-395a6b6af0d237e61b9f396fdc130b792fd5483d.tar.gz |
Regenerate usb.conf
MFC after: 2 days
Diffstat (limited to 'etc/devd')
-rw-r--r-- | etc/devd/usb.conf | 54 |
1 files changed, 35 insertions, 19 deletions
diff --git a/etc/devd/usb.conf b/etc/devd/usb.conf index 5d73911..45100e0 100644 --- a/etc/devd/usb.conf +++ b/etc/devd/usb.conf @@ -1097,7 +1097,39 @@ nomatch 32 { match "bus" "uhub[0-9]+"; match "mode" "host"; match "vendor" "0x05ac"; - match "product" "(0x020d|0x020e|0x020f|0x0215|0x0217|0x0218|0x0219|0x021a|0x021b|0x021c|0x0229|0x022a|0x022b|0x030a|0x030b)"; + match "product" "(0x020d|0x020e|0x020f|0x0215|0x0217|0x0218|0x0219|0x021a|0x021b|0x021c)"; + action "kldload -n atp"; +}; + +nomatch 32 { + match "bus" "uhub[0-9]+"; + match "mode" "host"; + match "vendor" "0x05ac"; + match "product" "(0x0223|0x0224|0x0225)"; + action "kldload -n wsp"; +}; + +nomatch 32 { + match "bus" "uhub[0-9]+"; + match "mode" "host"; + match "vendor" "0x05ac"; + match "product" "(0x0229|0x022a|0x022b)"; + action "kldload -n atp"; +}; + +nomatch 32 { + match "bus" "uhub[0-9]+"; + match "mode" "host"; + match "vendor" "0x05ac"; + match "product" "(0x0230|0x0231|0x0232|0x0236|0x0237|0x0238|0x023f|0x0240|0x0241|0x0242|0x0243|0x0244|0x0245|0x0246|0x0247|0x0249|0x024a|0x024b|0x024c|0x024d|0x024e|0x0252|0x0253|0x0254|0x0259|0x025a|0x025b|0x0262|0x0263|0x0264|0x0290|0x0291|0x0292)"; + action "kldload -n wsp"; +}; + +nomatch 32 { + match "bus" "uhub[0-9]+"; + match "mode" "host"; + match "vendor" "0x05ac"; + match "product" "(0x030a|0x030b)"; action "kldload -n atp"; }; @@ -2209,23 +2241,7 @@ nomatch 32 { match "bus" "uhub[0-9]+"; match "mode" "host"; match "vendor" "0x0af0"; - match "product" "0x7601"; - action "kldload -n uhso"; -}; - -nomatch 32 { - match "bus" "uhub[0-9]+"; - match "mode" "host"; - match "vendor" "0x0af0"; - match "product" "0x9000"; - action "kldload -n u3g"; -}; - -nomatch 32 { - match "bus" "uhub[0-9]+"; - match "mode" "host"; - match "vendor" "0x0af0"; - match "product" "(0xc031|0xd013|0xd031)"; + match "product" "(0x7601|0x9000|0xc031|0xd013|0xd031)"; action "kldload -n uhso"; }; @@ -5365,5 +5381,5 @@ nomatch 32 { action "kldload -n umass"; }; -# 2583 USB entries processed +# 2619 USB entries processed |