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 <[email protected]> --- udev/libinput-device-group.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/udev/libinput-device-group.c b/udev/libinput-device-group.c index a9d69ef..dc0daa7 100644 --- a/udev/libinput-device-group.c +++ b/udev/libinput-device-group.c @@ -216,11 +216,10 @@ int main(int argc, char **argv) #endif snprintf(group, sizeof(group), - "%x/%x/%x/%x:%s", + "%x/%x/%x:%s", bustype, vendor_id, product_id, - version, phys); } -- 2.14.1 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
