Hi there,
I’ve a touchpad which misbehaves when leaving S3 and S4.
As a stopgap measure I’d like to
rmmod psmouse
modprobe psmouse
to attemp to workaround the issues.
I’ve been able to compile the kernel using the instructions here: Waydroid on Fedora - Karuboniru's Blog
But the setting for psmouse must be being overwritten somewhere.
So, how can I force the psmouse driver to be compiled as module instead of builtin?
Thanks!