usbd 712 B

123456789101112131415161718192021222324252627282930
  1. .TH USBD 4
  2. .SH NAME
  3. usbd \- Universal Serial Bus daemon
  4. .SH SYNOPSIS
  5. .B usbd
  6. [
  7. .B -dv
  8. ]
  9. .SH DESCRIPTION
  10. .I Usbd
  11. manages the USB infrastructure, polls all ports, configures hubs and
  12. provides access to USB devices through a file system in
  13. .BR #U .
  14. It monitors all ports, active or inactive and acts on state changes
  15. by configuring devices when they are plugged in or turned on and
  16. unconfiguring them when they are pulled out or switched off.
  17. .PP
  18. .B Usbd
  19. recognizes the following options:
  20. .TP
  21. .B d
  22. Debug; print the bytes in each message sent or received.
  23. .TP
  24. .B v
  25. Verbose; print configuration information and device status as they change.
  26. .SH SOURCE
  27. .B /sys/src/cmd/usb/usbd
  28. .SH "SEE ALSO"
  29. .IR usb (3),
  30. .IR usb (4)