Also keep the backlight on in mpegplayer when plugged in. Fixes FS #7584. Created...
commit0702a8ed537e427b77022423743a06364f952054
authorpeter <peter@a1c6a512-1295-4272-9138-f99709370657>
Mon, 13 Aug 2007 22:31:11 +0000 (13 22:31 +0000)
committerpeter <peter@a1c6a512-1295-4272-9138-f99709370657>
Mon, 13 Aug 2007 22:31:11 +0000 (13 22:31 +0000)
tree4c15a114b24ba96ec7f9096b06051c9d2f55c625
parent944b86c4748505b12bda3f90fbe57a17f30c10ba
Also keep the backlight on in mpegplayer when plugged in. Fixes FS #7584. Created two helper functions for this, because this issue also exists in other plugins (to do). The helper functions are in the pluginlib in helper.[ch], where other common stuff can be put.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14321 a1c6a512-1295-4272-9138-f99709370657
apps/plugin.c
apps/plugin.h
apps/plugins/lib/SOURCES
apps/plugins/lib/helper.c [new file with mode: 0644]
apps/plugins/lib/helper.h [new file with mode: 0644]
apps/plugins/mpegplayer/mpegplayer.c