Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

XT-Q7-V10 make kernel with hid-multitouch trouble

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    XT-Q7-V10 make kernel with hid-multitouch trouble

    Hello! Everyone! First I want to thanks everyone on this forum for doin' a great job. You are inspired me for making my own kernel to my device XT-Q7-V10.
    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

    #2
    ok, still I can't hid-multitouch get to work, but my touchscreen is compatible with usb-touchscreen module
    So no need to install eGTouchD just usb touchscreen and proper .idc

    anyway, thanks everyone who get interested in this topic, there is no solved but touchscreen works :P

    Comment

    Working...
    X