I bought a touchscreen with controller eGTouch (0eef:0001) witch I'm trayin' to make work with custom kernel.
There is a lots of topics in the internet: how to make a touchscreen work on android/llinux. Unfortunately I failed.
The source that I'm using: https://github.com/Dee-UK/D33_KK_Kernel
with just "make kernel" command working:
HDMI 720p with sound
all basics
no wifi, bt, AV out
In that source we can find also driver for BT, to add wifi there also shouldn't be hard.
My only trouble is that even if I add to .config file to compile hid-multitouch ( add manually to file or by using make menuconfig/nconfig etc. ) it's not showing up in /sys/module in the device.
hid_multitouch.o created but it's like not adding do kernel.
Is some one familiar with that bug?
-----------------------
if someone want to edit boot.img from rk3188 device, here is the easies way:
http://www.gizfun.com/content/unpack...8;rk3066rk3188
Comment