sysfs-driver-usb-usbtmc 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. What: /sys/bus/usb/drivers/usbtmc/*/interface_capabilities
  2. What: /sys/bus/usb/drivers/usbtmc/*/device_capabilities
  3. Date: August 2008
  4. Contact: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  5. Description:
  6. These files show the various USB TMC capabilities as described
  7. by the device itself. The full description of the bitfields
  8. can be found in the USB TMC documents from the USB-IF entitled
  9. "Universal Serial Bus Test and Measurement Class Specification
  10. (USBTMC) Revision 1.0" section 4.2.1.8.
  11. The files are read only.
  12. What: /sys/bus/usb/drivers/usbtmc/*/usb488_interface_capabilities
  13. What: /sys/bus/usb/drivers/usbtmc/*/usb488_device_capabilities
  14. Date: August 2008
  15. Contact: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  16. Description:
  17. These files show the various USB TMC capabilities as described
  18. by the device itself. The full description of the bitfields
  19. can be found in the USB TMC documents from the USB-IF entitled
  20. "Universal Serial Bus Test and Measurement Class, Subclass
  21. USB488 Specification (USBTMC-USB488) Revision 1.0" section
  22. 4.2.2.
  23. The files are read only.
  24. What: /sys/bus/usb/drivers/usbtmc/*/TermChar
  25. Date: August 2008
  26. Contact: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  27. Description:
  28. This file is the TermChar value to be sent to the USB TMC
  29. device as described by the document, "Universal Serial Bus Test
  30. and Measurement Class Specification
  31. (USBTMC) Revision 1.0" as published by the USB-IF.
  32. Note that the TermCharEnabled file determines if this value is
  33. sent to the device or not.
  34. What: /sys/bus/usb/drivers/usbtmc/*/TermCharEnabled
  35. Date: August 2008
  36. Contact: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  37. Description:
  38. This file determines if the TermChar is to be sent to the
  39. device on every transaction or not. For more details about
  40. this, please see the document, "Universal Serial Bus Test and
  41. Measurement Class Specification (USBTMC) Revision 1.0" as
  42. published by the USB-IF.
  43. What: /sys/bus/usb/drivers/usbtmc/*/auto_abort
  44. Date: August 2008
  45. Contact: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  46. Description:
  47. This file determines if the transaction of the USB TMC
  48. device is to be automatically aborted if there is any error.
  49. For more details about this, please see the document,
  50. "Universal Serial Bus Test and Measurement Class Specification
  51. (USBTMC) Revision 1.0" as published by the USB-IF.