Re: [android-porting] Re: Touch screen driver position reporting 0,0

2010-02-04 Thread Barry Song
This is really a stupid design in android. On Fri, Feb 5, 2010 at 10:25 AM, navlrac wrote: > So it seems like its the old power management issue again. Not having > power management enabled in my kernel, the Input service thinks the > screen is off and drops the ABS_X and ABS_Y events. (Not dropp

[android-porting] Re: Touch screen driver position reporting 0,0

2010-02-04 Thread navlrac
So it seems like its the old power management issue again. Not having power management enabled in my kernel, the Input service thinks the screen is off and drops the ABS_X and ABS_Y events. (Not dropping the events makes things work). Annoyingly it seems not to drop the button_touch event however s