sysfs-bus-pci-drivers-xhci_hcd 1.0 KB

12345678910111213141516171819202122232425
  1. What: /sys/bus/pci/drivers/xhci_hcd/.../dbc
  2. Date: June 2017
  3. Contact: Lu Baolu <baolu.lu@linux.intel.com>
  4. Description:
  5. xHCI compatible USB host controllers (i.e. super-speed
  6. USB3 controllers) are often implemented with the Debug
  7. Capability (DbC). It can present a debug device which
  8. is fully compliant with the USB framework and provides
  9. the equivalent of a very high performance full-duplex
  10. serial link for debug purpose.
  11. The DbC debug device shares a root port with xHCI host.
  12. When the DbC is enabled, the root port will be assigned
  13. to the Debug Capability. Otherwise, it will be assigned
  14. to xHCI.
  15. Writing "enable" to this attribute will enable the DbC
  16. functionality and the shared root port will be assigned
  17. to the DbC device. Writing "disable" to this attribute
  18. will disable the DbC functionality and the shared root
  19. port will roll back to the xHCI.
  20. Reading this attribute gives the state of the DbC. It
  21. can be one of the following states: disabled, enabled,
  22. initialized, connected, configured and stalled.