Hi,

have you tried to debug EventHub::getEvent in frameworks/bas/libs/ui/
EventHub.cpp? I once had problems with my touchscreen after waking up
from suspend as the device was destroyed and got a new file
descriptor. I finally ended up in debugging this method. It does a
"poll" system call to wait for data on the touchscreen device. You may
want to add some LOGS here to see if it get passed poll when you hit
the ts and see the printk info from the kernel.

Regards,
Achim

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to