This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
Which processor and what Linux version are you using?
Hi Biser,
Please find the below details,
Processor : AM3354
Linux Kernel : 3.12
TI SDK Version : 7
Regards
Durai
Hello Durai,
Is your system goes in low-power mode when the screen goes blank?
Are you able to wake up the system trough the touch screen on standby:
echo standby > /sys/power/state
What is written in your /sys/devices/ocp.2/44e0d000.tscadc/power/wakeup file?
Best regards,
Kemal
Hi Kemal,
Thanks for reply,
The system does not goes to Low power when it is in Screen saver mode. I'm able to wake up the system from standby by using touch event.
Our is I2C based touch screen so 44e0d000.tscadc file not available.
Regards
Durai
Hi Kemal,
Thanks for reply, I will check it. Have notice that if I press the key's in USB key board Screen saver time is resetting whereas touch screen is in active Screen saver time is not getting reset.I mean if I set the screen saver time is one minute and touch screen is active after a minute screen goes to off. This is not in USB keyboard event.
Do you have any idea about where the USB keyboard event is hooked for Screen saver settings?
Regards
Durai
Hello Durai,
Sorry for my late reply.
You can Check the vt screen saver source in the kernel source tree at location drivers/tty/vt for keyboard hooks. I assume that on keyboard event the kbd_event function in keyboard.c file is called which assigns 1 to do_poke_blanked_console. Also have a look at console_callback function in vt.c file which checks for expired blank timer and does do_blank_screen.
Best regards,
Kemal
Hi Kemal,
I would like to thank you by heart for your hint.Now Screen saver respond with touch screen event after called the "do_poke_blanked_console=1" and "schedule_console_callback()" in touch screen driver whenever co-ordinates are reporting.
Now if I touch the screen, system wake up from screen saver mode.
Happy to see the Community member helped for solving this issue :-)
Thanks kemal.
Regards
Durai