-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Bruno Prémont
authored and
Jiri Kosina
committed
Mar 31, 2010
1 parent
3971047
commit 236db47
Showing
6 changed files
with
1,223 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/operation_mode | ||
Date: March 2010 | ||
Contact: Bruno Prémont <bonbons@linux-vserver.org> | ||
Description: Make it possible to switch the PicoLCD device between LCD | ||
(firmware) and bootloader (flasher) operation modes. | ||
|
||
Reading: returns list of available modes, the active mode being | ||
enclosed in brackets ('[' and ']') | ||
|
||
Writing: causes operation mode switch. Permitted values are | ||
the non-active mode names listed when read, optionally followed | ||
by a delay value expressed in ms. | ||
|
||
Note: when switching mode the current PicoLCD HID device gets | ||
disconnected and reconnects after above delay (default value | ||
is 5 seconds though this default should not be relied on). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.