mini2440 android with 7 inch touch display

vijay
Hi Friends,

I tried the android in mini2440 with 7 inch friendlyarm touch display and
the android is booting well. but there is a problem with the touch screen.
If i press image viewer icon and is opening another browser icons
and there is a keypad problem also in the touch...

I tried to change this lines also and remains the same problem
 
disX = ((myTS[0] * xp) + (myTS[1] * yp) + myTS[2]) / myTS[6];
disY = ((myTS[3] * xp) + (myTS[4] * yp) + myTS[5]) / myTS[6];
printk(KERN_INFO "disX: %d, disY: %d\n", disX, disY);
disX = disX * 1024 / 240; //1024/320
disY = disY * 1024 / 320; //1024/240

so i need your support to solve this problem...