diff options
author | Bruno Prémont <bonbons@linux-vserver.org> | 2010-03-30 16:33:50 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-03-31 05:20:59 -0400 |
commit | 236db47c2b3b69464d50c695ab2ddd516cf64520 (patch) | |
tree | 599125d28f2f0a23be2da9dc59d783fc404b65b0 /Documentation/ABI/testing/sysfs-driver-hid-picolcd | |
parent | 39710479303fd3affb3e204e9a7a75cc676977b5 (diff) |
HID: new driver for PicoLCD device
Add basic driver for PicoLCD graphics device.
Initially support keypad with input device and provide support
for debugging communication via events file from debugfs.
Signed-off-by: Bruno Prémont <bonbons@linux-vserver.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-driver-hid-picolcd')
-rw-r--r-- | Documentation/ABI/testing/sysfs-driver-hid-picolcd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-driver-hid-picolcd b/Documentation/ABI/testing/sysfs-driver-hid-picolcd new file mode 100644 index 000000000000..6fb4f21469f7 --- /dev/null +++ b/Documentation/ABI/testing/sysfs-driver-hid-picolcd | |||
@@ -0,0 +1,17 @@ | |||
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 | |||
7 | Reading: returns list of available modes, the active mode being | ||
8 | enclosed in brackets ('[' and ']') | ||
9 | |||
10 | Writing: causes operation mode switch. Permitted values are | ||
11 | the non-active mode names listed when read, optionally followed | ||
12 | by a delay value expressed in ms. | ||
13 | |||
14 | Note: when switching mode the current PicoLCD HID device gets | ||
15 | disconnected and reconnects after above delay (default value | ||
16 | is 5 seconds though this default should not be relied on). | ||
17 | |||