sysfs-bus-usb-devices-usbsevseg 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. What: /sys/bus/usb/.../powered
  2. Date: August 2008
  3. KernelVersion: 2.6.26
  4. Contact: Harrison Metzger <[email protected]>
  5. Description: Controls whether the device's display will powered.
  6. A value of 0 is off and a non-zero value is on.
  7. What: /sys/bus/usb/.../mode_msb
  8. What: /sys/bus/usb/.../mode_lsb
  9. Date: August 2008
  10. KernelVersion: 2.6.26
  11. Contact: Harrison Metzger <[email protected]>
  12. Description: Controls the devices display mode.
  13. For a 6 character display the values are
  14. MSB 0x06; LSB 0x3F, and
  15. for an 8 character display the values are
  16. MSB 0x08; LSB 0xFF.
  17. What: /sys/bus/usb/.../textmode
  18. Date: August 2008
  19. KernelVersion: 2.6.26
  20. Contact: Harrison Metzger <[email protected]>
  21. Description: Controls the way the device interprets its text buffer.
  22. raw: each character controls its segment manually
  23. hex: each character is between 0-15
  24. ascii: each character is between '0'-'9' and 'A'-'F'.
  25. What: /sys/bus/usb/.../text
  26. Date: August 2008
  27. KernelVersion: 2.6.26
  28. Contact: Harrison Metzger <[email protected]>
  29. Description: The text (or data) for the device to display
  30. What: /sys/bus/usb/.../decimals
  31. Date: August 2008
  32. KernelVersion: 2.6.26
  33. Contact: Harrison Metzger <[email protected]>
  34. Description: Controls the decimal places on the device.
  35. To set the nth decimal place, give this field
  36. the value of ``10 ** n``. Assume this field has
  37. the value k and has 1 or more decimal places set,
  38. to set the mth place (where m is not already set),
  39. change this fields value to ``k + 10 ** m``.