Re: [android-porting] porting Android 2.2 with TSC2005 and a resistive touchscreen

2011-02-04 Thread Matthew Weber
Just to update, I'm able to get single touch working. Although now, I'm trying to figureout how swipe works and why either my touchscreen driver or the input event queuing is somehow mixed up and thinks a swipe is a sequence of individual touches instead of a constant motion. On Thu, Feb 3, 2011

[android-porting] porting Android 2.2 with TSC2005 and a resistive touchscreen

2011-02-03 Thread Matt
I'm running into the same issues as the other discussion below outlines. I'm integrating a resistive non multitouch touchscreen and have verified that at the Ev kernel level the events are providing relatively correct position data for where I touch the screen.