PT_Dreamer Posted May 21, 2017 Posted May 21, 2017 Need uinput module to use with tslib but "nanopineo 4.11.0-sun8i" doesn't seem to have it, neither static linked to the kernel or as a dynamic module. What am I missing? Thank you
Igor Posted May 21, 2017 Posted May 21, 2017 8 minutes ago, PT_Dreamer said: What am I missing? Kernel 4.11 is experimental, in development, unsupported any many things are missing. Use legacy kernel.
PT_Dreamer Posted May 21, 2017 Author Posted May 21, 2017 Just now, Igor said: Kernel 4.11 is experimental, in development, unsupported any many things are missing. Use legacy kernel. Legacy is missing the spi display driver which I need.
zador.blood.stained Posted May 21, 2017 Posted May 21, 2017 6 minutes ago, PT_Dreamer said: Legacy is missing the spi display driver which I need. Then please provide the exact name of the kernel option that you need, or even make a pull request with the changes that you need. Is it CONFIG_INPUT_UINPUT?
PT_Dreamer Posted May 21, 2017 Author Posted May 21, 2017 4 minutes ago, zador.blood.stained said: Then please provide the exact name of the kernel option that you need, or even make a pull request with the changes that you need. Is it CONFIG_INPUT_UINPUT? Yeh that looks like the right flag which seems to be missing from the defconfig file for the neo. I will build the kernel tomorrow and if successful will open a 1 line PR. Thanks
zador.blood.stained Posted May 22, 2017 Posted May 22, 2017 I added uinput and some other options to 3 mainline kernel configs.
Recommended Posts