Skip to content

tablet: disable smoothing for AES devices

Data in #225 (comment 379034) suggests that AES devices have lower noise than the older EMR devices, so let's try disabling it for those devices.

We can't directly get the AES devices in libinput unless we want to add a whole bunch of quirks for the various vid/pid combinations. But we can get that info from libwacom, primarily because we know that libwacom will list all known AES pens for any device. So we can check for one that we know of (0x11) and if it's in the list, the tablet is an AES tablet.

Setting the history size to 1 means we never do any actual smoothing.

cc @jigpu, @sdfgeoff, @aemino

Related to #225

Merge request reports