Comment 221 for bug 1810183

Revision history for this message
Badaoui Mohamed (mohamed-badaoui) wrote :

@all

I just added an upgrade of python driver to recognize the right i2c number interface by the python script itself (instead of being searched by the install.sh)

The reason of this modification, is because sometimes the i2c number interface change.
at beginning, mine was 2 and become 1.
In such case, the previous python driver had stopped working.

In current version, i2c number interface is detected by the python script when it searchs for the touchpad device number. This way is more reliable.

If you experience this case, I recommend you to download the current version and execute again
sudo ./install.sh

(no need for uninstall, the script will just be replaced)

Mohamed.