"Disable touchpad button": touchpad won't re-enable
Just load or unload the psmouse module from kernel
for example:
To disable touchpad:
# rmmod psmouse
To enable touchpad again:
# modprobe psmouse
and voila!
Just load or unload the psmouse module from kernel
for example:
To disable touchpad:
# rmmod psmouse
To enable touchpad again:
# modprobe psmouse
and voila!