* Add myself to some areas in docs/MAINTAINERS
* Add lcd_call_enable_hook() call git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18204 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
88ae9024e4
commit
88f649f9c5
2 changed files with 7 additions and 0 deletions
|
@ -32,6 +32,9 @@ specific to that target.
|
|||
:Archos Recorder v2: Linus Nielsen Feltzing
|
||||
:Archos Ondio FM: Jens Arnold, Marianne Arnold
|
||||
:Archos Ondio SP:
|
||||
:Creative Zen Vision:
|
||||
:Creative Zen Vision:M: Maurus Cuelenaere
|
||||
:Creative Zen Vision:M 60GB:
|
||||
:Iriver H100/H115: Linus Nielsen Feltzing
|
||||
:Iriver H120/H140: Miika Pekkarinen, Linus Nielsen Feltzing
|
||||
:Iriver H320/H340: Peter D'Hoye
|
||||
|
@ -49,6 +52,7 @@ specific to that target.
|
|||
:Iaudio X5: Linus Nielsen Feltzing
|
||||
:Iaudio X5V: Linus Nielsen Feltzing
|
||||
:Iaudio M5: Marianne Arnold
|
||||
:Onda VX747: Maurus Cuelenaere
|
||||
:Sansa E200: Michael Sevakis, Barry Wardell
|
||||
:Sansa E200R:
|
||||
:Sansa C200:
|
||||
|
|
|
@ -37,7 +37,10 @@ void lcd_init_device(void)
|
|||
void lcd_enable(bool state)
|
||||
{
|
||||
if(state)
|
||||
{
|
||||
lcd_on();
|
||||
lcd_call_enable_hook();
|
||||
}
|
||||
else
|
||||
lcd_off();
|
||||
|
||||
|
|
Loading…
Reference in a new issue