git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
321709c
)
backlight: Separate backlight properties from backlight ops pointers
author
Richard Purdie
<rpurdie@rpsys.net>
Sat, 10 Feb 2007 23:07:48 +0000
(23:07 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Tue, 20 Feb 2007 09:26:53 +0000
(09:26 +0000)
Per device data such as brightness belongs to the indivdual device
and should therefore be separate from the the backlight operation
function pointers. This patch splits the two types of data and
allows simplifcation of some code.
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
No differences found