Joined
·
29 Posts
The Acer Iconia A500 uses a MXT1386 touch screen controller. Link
XDA links to source;
http://forum.xda-developers.com/showthread.php?t=1138636
I'm basis this lead off the following line in the Android kernel config;
CONFIG_TOUCHSCREEN_MXT1386_I2C=y
The driver is located in the source at;
/kernel/drviers/input/touchscreen/atmel_maxtouch.c
The source contains reference to maXTouch1386 i2c, so maybe it will help out.
XDA links to source;
http://forum.xda-developers.com/showthread.php?t=1138636
I'm basis this lead off the following line in the Android kernel config;
CONFIG_TOUCHSCREEN_MXT1386_I2C=y
The driver is located in the source at;
/kernel/drviers/input/touchscreen/atmel_maxtouch.c
The source contains reference to maXTouch1386 i2c, so maybe it will help out.