Touchscreen Driver Integration
Hi,
If i want to integrate my own capacitive or resistive touchscreen driver into Emteria Android, is there any good reference for me to refer to? Can i use standard Linux device driver model (Linux version workable device driver, device tree overlay enable, and device driver to kernel compilation method) to the Emteria Android driver?
Thanks,
llks.
0
Comments
Yes, you can use the standard Linux device drivers if you load them as a module.
Hi,
How load drivers as a module?
Thanks