diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-05-24 18:02:02 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-05-24 18:02:02 +0000 |
commit | 6ad033c2f1427a32d2b4a29108966d1120bf20a7 (patch) | |
tree | c8af577f3c28dd2c449d8f50b71dad9256951620 /share | |
parent | 5328b11c951251bdd2a8e7d0c9a37dbaf4b71969 (diff) | |
download | src-6ad033c2f1427a32d2b4a29108966d1120bf20a7.tar.gz src-6ad033c2f1427a32d2b4a29108966d1120bf20a7.zip |
Clarify that USB bus power consumption is measured in mA at 5V.
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/head/; revision=334173
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/usb_template.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/usb_template.4 b/share/man/man4/usb_template.4 index e1bea49e1938..4766b35f73d7 100644 --- a/share/man/man4/usb_template.4 +++ b/share/man/man4/usb_template.4 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd May 23, 2018 +.Dd May 24, 2018 .Dt USB_TEMPLATE 4 .Os . @@ -101,7 +101,7 @@ tunables: Currently selected template. Set to -1 to make the device disappear from the USB host point of view. .It Va hw.usb.template_power -USB bus power consumption in mA. +USB bus power consumption in mA at 5V. Must be between 0 and 500. Setting to 0 marks the device as self-powered. Defaults to 500mA. |