Skip to content

Commit

Permalink
default backlight to 100
Browse files Browse the repository at this point in the history
Change-Id: I67cca04500073aaaf2bea0ccd4ac6d1ce174f7d5
  • Loading branch information
Hashcode committed Jan 5, 2013
1 parent e08ad56 commit ffad297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/init.recovery.rc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on init
mount /tmp /tmp tmpfs

# reduce backlight usage in recovery
write /sys/class/leds/lcd-backlight/brightness 50
write /sys/class/leds/lcd-backlight/brightness 100

# compatibility w/ 2.6 kernels
symlink /dev/block/platform/omap/omap_hsmmc.1 /dev/block/platform/mmci-omap-hs.1
Expand Down

0 comments on commit ffad297

Please sign in to comment.