Hi, Please take a look at: http://source.android.com/tech/input/input-device-configuration-files.html There are some other related pages that are very useful for debugging input events.
Also are you sure that you are getting the touch events from the driver? You can check this by using getevent as described in: http://source.android.com/tech/input/getevent.html If you are indeed getting the touch events, then fixing the issue would not be so difficult. It could be something like renaming your idc file (I hope!) If you are not seeing the live events from your touch device, you might have to take a look at your driver (Although, since you are using your GB kernel this is probably ok) Good luck! On Dec 12, 9:56 am, Sharana Basaiah PM <[email protected]> wrote: > Hi, > > I'm new to touch module, i was trying to porting ICS on my > device(Samsung, ), i tried to port ICS on my GB device. I have ported ICS > code on my GB kernel. After porting Touch is not working, I have added > default idc configuration file to configure the touch screen calibration. I > dont know what all the values i need to put in idc files(for display size > 320*240). Is there any dependancy on new kernel?? or will wit work on GB > kernel?? > > If anyone know solution, plz help me. Thanks in advance. > > Sharan -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
