elo touchscreen driver

1,266 views
Skip to first unread message

Sea

unread,
Apr 1, 2010, 10:25:19 AM4/1/10
to Android-x86
Hi,
I have an elo touchscreen connect with the PC via a RS232 port, but
it doesn't work under androidx86 and I decide to write a driver for
it. How many aspects shoud I concern? any hints?
also, I have download linux driver from elo official website, but it
just deal with the IO through RS232 line, if I have got the x, y
positions from the RS232 port, how can I notify the kernel and finally
the touch event reach the App's GUI?

Chih-Wei Huang

unread,
Apr 1, 2010, 10:18:36 PM4/1/10
to andro...@googlegroups.com
You should implement the touch event via
Linux input interface ( /sys/class/input/eventX ).
Then android will auto detect and use it.
You may also need to use ts_calibrate to
do the calibration.

2010/4/1 Sea <fcao...@gmail.com>:


--
Chih-Wei
Android-x86 project
http://www.android-x86.org

Cao fei

unread,
Apr 3, 2010, 10:55:11 PM4/3/10
to andro...@googlegroups.com
Hi, A Wei

Thanks for your suggestions.
I have found an ELO touchscreen driver under kernel/drivers/input/touchscreen/.
How can I enable this driver and compile it into the kernel.



--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-x86...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-x86?hl=en.


Yi Sun

unread,
Apr 5, 2010, 12:00:57 AM4/5/10
to andro...@googlegroups.com
read the wiki about how to change the kernel configuration and load
the driver in the auto-boot script (in the newinstaller directory). I
guess we have to wrong some documents about how to load a new driver
during boot up.
Yi

--
Android-x86
http://www.android-x86.org

Reply all
Reply to author
Forward
0 new messages