From: Sascha Wildner Date: Sun, 16 Mar 2014 20:01:13 +0000 (+0100) Subject: devd: Regenerate usb.conf. X-Git-Tag: v3.9.0~292 X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/commitdiff_plain/377891d8dd53965a6a1688a04ba15575a919d992 devd: Regenerate usb.conf. --- diff --git a/etc/devd/usb.conf b/etc/devd/usb.conf index c757fa9e62..3a43c1fa50 100644 --- a/etc/devd/usb.conf +++ b/etc/devd/usb.conf @@ -283,6 +283,14 @@ nomatch 32 { action "kldload -n uipaq"; }; +nomatch 32 { + match "bus" "uhub[0-9]+"; + match "mode" "host"; + match "vendor" "0x04b4"; + match "product" "0x1002"; + action "kldload -n ufm"; +}; + nomatch 32 { match "bus" "uhub[0-9]+"; match "mode" "host"; @@ -2785,5 +2793,5 @@ nomatch 32 { action "kldload -n umass"; }; -# 1400 USB entries processed +# 1401 USB entries processed