wolph Posted October 7, 2015 Posted October 7, 2015 Hello everyone, I have a10 board and i'm trying to plug 7' LCD wich touchscreen (http://www.waveshare.com/wiki/7inch_HDMI_LCD_(B)). Chinese manufactorer changed usb pid/vid, and in fact this touchscreen is eGalaxTouch. And when i'm trying to build driver - it requires uinput module, which is missing. Is it possible somehow to get it? On my desktop debian /dev/uinput is preseted by default. Sorry for my bad english. Regards.
Stefan aka a1d3s Posted October 7, 2015 Posted October 7, 2015 normal it must be evdev which kernel you are using? and which chipset has the waveshare?
wolph Posted December 11, 2015 Author Posted December 11, 2015 Sorry for last answer, problem is solved. I compiled new image with script. And reconfigured kernel with: CONFIG_INPUT_UINPUT=y CONFIG_HIDRAW=y
Recommended Posts