I am trying to get the touch input on this device working but I'm not moving forward with the tips I have found so far - there don't seem to be many sources of info for this device. I got the display working by compiling a new kernel with DisplayLink activated as described in various locations. For the touch functionality I found that the device is /dev/hiddraw7 and if I
I get output when I touch the screen.
In /dev/input/by_id I have the following:
Code: Select all
lrwxrwxrwx 1 root root 9 Jan 1 1970 usb-SoundGraph_Inc.---_SoundGraph.Inc-event-kbd -> ../event3
lrwxrwxrwx 1 root root 9 Jan 1 1970 usb-SoundGraph_Inc.---_SoundGraph.Inc-event-mouse -> ../event2
lrwxrwxrwx 1 root root 9 Jan 1 1970 usb-SoundGraph_Inc.---_SoundGraph.Inc-if01-event-kbd -> ../event3
lrwxrwxrwx 1 root root 9 Jan 1 1970 usb-SoundGraph_Inc.---_SoundGraph.Inc-mouse -> ../mouse1
I installed ts-lib & xserver-xorg-input-tslib but without success. Can anyone tell me what the missing link (or driver) is? I seem so close but just can't get the last bit to work.
Thanks in advance
John