Hello all,
I have EETI eGTouch usb touch panel for my machine.
According to the "enabling guide" of the driver package for the above touch panel,
I needed to enable the following kernel modules:
1. EVDEV
2. UINPUT
3. HIDRAW
4. HID_MULTITOUCH
I have Android-x86-4.0-RC2 source tree (and kernel source).
I generated my .config file using the command :
make -C kernel O=$OUT/obj/kernel ARCH=x86 menuconfig
I used that generated .config for TARGET_KERNEL_CONFIG and rebuilt my target
Target is, btw, asus_laptop.
After installing the iso_img to my machine, I checked /dev to see if the kernel modules are working
I see uinput but there is no hidraw
Also, I should be able to see my device from /proc/bus/input/devices but again its not there.
Can someone help me figure out how to enable my touch panel?
Thanks and best regards,
-tsukishiro