-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 165236 b: refs/heads/master c: 243ca3e h: refs/heads/master v: v3
- Loading branch information
Corentin Chary
authored and
Len Brown
committed
Aug 28, 2009
1 parent
9419169
commit b69fe21
Showing
2 changed files
with
24 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 3c4c1b69a2d76ac9a1c716233fde956dba757d76 | ||
refs/heads/master: 243ca3e401bc62e704785d215931f1a51fd53bd7 |
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,23 @@ | ||
What: /sys/class/lcd/<lcd>/lcd_power | ||
Date: April 2005 | ||
KernelVersion: 2.6.12 | ||
Contact: Richard Purdie <rpurdie@rpsys.net> | ||
Description: | ||
Control LCD power, values are FB_BLANK_* from fb.h | ||
- FB_BLANK_UNBLANK (0) : power on. | ||
- FB_BLANK_POWERDOWN (4) : power off | ||
|
||
What: /sys/class/lcd/<lcd>/contrast | ||
Date: April 2005 | ||
KernelVersion: 2.6.12 | ||
Contact: Richard Purdie <rpurdie@rpsys.net> | ||
Description: | ||
Current contrast of this LCD device. Value is between 0 and | ||
/sys/class/lcd/<lcd>/max_contrast. | ||
|
||
What: /sys/class/lcd/<lcd>/max_contrast | ||
Date: April 2005 | ||
KernelVersion: 2.6.12 | ||
Contact: Richard Purdie <rpurdie@rpsys.net> | ||
Description: | ||
Maximum contrast for this LCD device. |