Hi  Shivanagouda Biradar


driver/input/touchscreen/
    in kernel source check above path and find the your touchscreen .c file


in that file check below kernel API's then print these x,y value then you
come to know.

                                input_report_abs(input, ABS_X, x);
                                input_report_abs(input, ABS_Y, y);

On Mon, Oct 22, 2012 at 5:37 PM, Shivanagouda Biradar <
shivanagouda.bira...@asmaitha.com> wrote:

> Hi All,
>
> I have issues in touch screen,
> if i touch at x,y place, i get the values for x+Delta, and Y+delta .
> if i touch in one place on LCD screen, i get response in another place.
> How to debug it?
>
> --
> Thanks & Regards..
> *Shivanagouda.Biradar*
> Software Engineer
> Asmaitha Wireless Technology (P) Ltd
> Mob: 91-9739317331
>
>
>  --
> unsubscribe: android-porting+unsubscr...@googlegroups.com
> website: http://groups.google.com/group/android-porting
>



-- 
thanks&Regards
k.v.raju

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

Reply via email to