Comment 113 for bug 681904

Revision history for this message
Julien Valroff (julienv) wrote :

Hi Seth,

I confirm your patch works for me on an Asus X93S running Debian sid (Linux 3.0.0-1-amd64).

If this can help: I have created a DKMS source tree based on your patch for linux 3.0.

Installation instructions:
sudo apt-get install dkms

If you had install the module based on the patch of comment #64 of the original LP bug:
sudo dkms remove psmouse/elantech-v6 --all

cd /usr/src/
sudo wget http://people.debian.org/~julien/lp681904/psmouse-elantech-lp681904-1.tar.bz2
sudo tar jxvf psmouse-elantech-lp681904-1.tar.bz2
sudo dkms add -m psmouse -v elantech-lp681904-1
sudo dkms build -m psmouse -v elantech-lp681904-1
sudo dkms install -m psmouse -v elantech-lp681904-1

Cheers,
Julien