balena-os / kernel-module-build

Example project for building an OOT kernel module in balena
https://balena.io
MIT License
35 stars 29 forks source link

With UDEV=1 X11 keyboard + mouse drivers aren't detected #51

Closed parker-hologram closed 1 year ago

parker-hologram commented 1 year ago

Solved with this PR: https://github.com/balena-os/kernel-module-build/pull/50

When using the kernel module to compile a driver, the new entry point provided in the template stops X11 keyboard + mouse drivers from working

floion commented 1 year ago

PR https://github.com/balena-os/kernel-module-build/pull/50 merged Thanks for creating the issue