Hi
I have 3 questions about resistive lcd driver:
1.what is the exact name of S70 resistive touch lcd driver(1-wire touch)? I searched in kernel of Ubuntu-Core for finding the
driver i faced with many drivers with .ko files.

2.I've taken some .ko files to android and run them via android command line (serial port minicom) and insmod command but
.ko files didn't run in android. i think .ko files is compiled for linux kernel and they will not work for android kernel. how can i
compile a driver for android?

3.if i want to compile a driver for android i need source of driver. ko files are compiled and it can not be compiled again. how
can i find resistive 1-wire touch driver source?

thanks