Ubuntu-specific multitouch howtos
This page aims at providing Ubuntu users with specific support for our hid-multitouch driver, both to make things easier for them and to support the Linux kernels customised by Ubuntu developers. For all other purposes, please refer to our more generic Linux multitouch howto.
How to get the latest hid-multitouch driver
This is exclusively for Ubuntu 10.10 running kernel 2.6.35.x or Ubuntu 11.04 running kernel 2.6.38.x or Ubuntu 11.10 running kernel 3.0.x-y. Replace 10.10 with 11.04 or 11.10 in the instructions below as necessary.Supported devices
Check our Table of known hardware. If the column Generic Multitouch Driver matching your driver shows "Devel" or "Upstream", then it's good to go. If not, you can try installing it, and then adding it from the user-space (please follow the next howto).Requirements
We suppose here that you don't have any hid-dkms and other stuff installed.Cloning git repository
(replace $WORKING_DIR with the directory where you want to have the sources)Compile
Install
Further updates
If you want to update hid-multitouch, or if you have updated your kernel, here are the instructions :Trouble?
send email to benjamin (dot) tissoires (at) enac (dot) frHow to add support for your device from user space.
The current release of hid-multitouch found on our site allows you to add any multitouch capable hardware from the user space. If your device seems to be recognized by the system (but either in single touch only or by doing strange stuffs) and after installing hid-multitouch it is not seen at all, that means that you can manually add it to our driver.Steps
ATTRS{idVendor}=="04b4" by ATTRS{idVendor}=="YOUR_VENDOR_ID"
and ATTRS{idProduct}=="c001" by ATTRS{idProduct}=="YOUR_PRODUCT_ID"
You can find YOUR_VENDOR_ID and YOUR_PRODUCT_ID by looking at the output of lsusb.
Contact: benjamin dot tissoires at enac.fr
Updated Sep 17, 2011.