From "How to disable the backlight timeout for kernel 2.6.29" posted by John F.
I could do by issuing below command
echo 9999 > /sys/devices/platform/omapfb/sleep_timeout.
,but now with a 2.6.32 kernel built from AM35x-OMAP35x-PSP-SDK-03.00.01.06, this sys entry no longer exists. How can I change the backlight timeout value?
Thanks a lot!
Victor
root@omap3evm:/sys/devices/platform/omapfb# pwd
/sys/devices/platform/omapfb
root@omap3evm:/sys/devices/platform/omapfb# ls
driver graphics modalias power subsystem uevent
root@omap3evm:/sys/devices/platform/omapfb#