Hi, On 28-05-16 14:00, Ben Gamari wrote:
Here is a patchset adding support for the Alps SS5 touchpad hardware shipped with the Dell Latitude E7470. The protocol is similar to that used by the SS4 v2 devices, but with additional support for a touchstick. The touchpad exhibits slightly inconsistent behavior when single-finger contacts are released while a button is being held. This leads to extremely unpleasant jumps in pointer position, especially during drag-and-drop operations. This is resolved by patch 2/4. One minor outstanding issue is the high speed of the touchstick. Previous touchstick drivers have taken the extremely unfortunate approach of scaling the input device space to work-around this (often sacrificing device resolution in the process). I've started another thread on linux-input (see "Should touchsticks really be relative input devices?") to discuss options for resolving this.
The problem with touchstick's is that they have a wildly varying sensitivity, unfortunately this seems to be laptop model specific, e.g. one generation of alps tracksticks can be slow on some models and fast on others. We've entries in udev's hwdb for known troublesome models, see: /lib/udev/hwdb.d/70-pointingstick.hwdb On a modern Linux distro. If you add an entry for your laptop there, with a slow-down factor and are using xf86-input-libinput as driver for the touchstick, then things should work. Note after updating the file you must run "sudo udevadm hwdb --update" and then reboot (or trigger the relevant device). Regards, Hans -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html