Comment 21 for bug 1372609

Revision history for this message
Guillaume (guillaume-desclaux) wrote :

@Despernal : I've made a request this morning to FocalTech and AsusTek for Linux FLT0101 driver (or at least detailled technical information). I'll give you further feedback if they answer !

By the way : it seems that Asus provides an "unified" driver for Elantech and FocalTech chipset. Maybe it would be worth testing the Linux Elantech driver ?

It's a DKMS driver :

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

I've not tested this procedure yet !