diff options
author | ngie <ngie@FreeBSD.org> | 2015-08-10 18:27:54 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-08-10 18:27:54 +0000 |
commit | 87dee474091dcb77b80fce8618161cceef3301cf (patch) | |
tree | 24ec3a6ecad18df23b771aeb0231f5cf475c3390 /etc/devd/usb.conf | |
parent | 823f826ddd1301e2ed5bd22a4d3f6b5a38061c36 (diff) | |
parent | 9033c894a1c694d3e946571d9e57c05349a235eb (diff) | |
download | FreeBSD-src-87dee474091dcb77b80fce8618161cceef3301cf.zip FreeBSD-src-87dee474091dcb77b80fce8618161cceef3301cf.tar.gz |
MFhead @ r286584
Diffstat (limited to 'etc/devd/usb.conf')
-rw-r--r-- | etc/devd/usb.conf | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/etc/devd/usb.conf b/etc/devd/usb.conf index 3c3cd34..4f1d92f 100644 --- a/etc/devd/usb.conf +++ b/etc/devd/usb.conf @@ -5436,6 +5436,15 @@ nomatch 32 { nomatch 32 { match "bus" "uhub[0-9]+"; match "mode" "host"; + match "intclass" "0x02"; + match "intsubclass" "0x02"; + match "intprotocol" "0xff"; + action "kldload -n if_urndis"; +}; + +nomatch 32 { + match "bus" "uhub[0-9]+"; + match "mode" "host"; match "intclass" "0x03"; match "intsubclass" "0x01"; match "intprotocol" "0x01"; @@ -5576,5 +5585,5 @@ nomatch 32 { action "kldload -n umass"; }; -# 2687 USB entries processed +# 2688 USB entries processed |