Re: [PATCH libinput] udev: drop the version field in device groups

2017-10-26 Thread Peter Hutterer
On Thu, Oct 26, 2017 at 10:17:06AM +0200, Benjamin Tissoires wrote: > The version field is a per device information. We have > no guarantees a touchscreen and a tablet device will share > the same version of the firmware (especially if both > firmwares are from different vendors). > > Fixes the to

[PATCH libinput] udev: drop the version field in device groups

2017-10-26 Thread Benjamin Tissoires
The version field is a per device information. We have no guarantees a touchscreen and a tablet device will share the same version of the firmware (especially if both firmwares are from different vendors). Fixes the touch arbitration for the Dell Canvas 27 Signed-off-by: Benjamin Tissoires ---