In froyo my touchscreen works except that the x cooradinate is swapped ex.. up goes down, down goes up. In donut this was easy to fix i just changed this in my touchscreen driver like so: input_set_abs_params(input_dev, ABS_X,3610,400,0, 0); where min=3610 and max=400 and it worked perfect. In froyo the causes it not to work at all. Is there something i can change in keyinputqueue that i can change to swap it and i put my touchscreen driver back as input_set_abs_params(input_dev, ABS_X,400,3610,0, 0);?
-- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
