Comment 4 for bug 39315

Revision history for this message
Mike Basinger (mike.basinger) wrote : Re: Keyboard random repeat

Workaround:
I looks like psmouse rate=40 still works, but /etc/modules is not passing the parameter through.

I have gotten it to work but enter the two following commands.

sudo modprobe -r psmouse
sudo modprobe psmouse rate=40

It is still a definite bug in the synaptic driver in psmouse-base.c

psmouse-base.c needs to be fixed, or figure out why /etc/modules no longer passes the rate=40 parameter to the module while loading.