diff options
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 |