sysfs-driver-hid-picolcd 786 B

1234567891011121314151617
  1. What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/operation_mode
  2. Date: March 2010
  3. Contact: Bruno Prémont <bonbons@linux-vserver.org>
  4. Description: Make it possible to switch the PicoLCD device between LCD
  5. (firmware) and bootloader (flasher) operation modes.
  6. Reading: returns list of available modes, the active mode being
  7. enclosed in brackets ('[' and ']')
  8. Writing: causes operation mode switch. Permitted values are
  9. the non-active mode names listed when read, optionally followed
  10. by a delay value expressed in ms.
  11. Note: when switching mode the current PicoLCD HID device gets
  12. disconnected and reconnects after above delay (default value
  13. is 5 seconds though this default should not be relied on).