I almost wanted to get a screwdriver and pry the bastard out just to teach it a lesson! HAMMER HAMMER HAMMER
The dead zone where the touch pads clickers are so small, a mouse click will cause the mouse to move.
No amount of software code will fix this piece of shit hardware, the only way to fix it is to make the zone near the mouse clickers dead.
I used thick rubber feet to do mine. I used 6 in total and put them in such a way that there is no force been placed on the touchpad when the lid is closed. See how I placed the rubber feet on the screen lid, so it would not interfere with the wrist pad.
I tried using thick layers of tape, but it never worked.
WindyCityTech Blogger
WindyWindyCityTech Wordpress
To make ssb not load you have to blacklist it, reboot and execute
sudo update-initramfs -k all -u
If you fail to do this, ssb is loaded before b43 and it will cause error sand the b43 module will fail to load correctly. Lots of ssb and b43 errors in your dmesg.
Remember to unblacklist ssb after the update-initramfs.
If you still have this problem, I suggest that you make a script in your init.d
#!/bin/sh
modprobe -r ssb
modprobe -r b43
modprobe b43
modprobe ssb