mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 04:30:06 +01:00
udev: drop the version field in device groups
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 <benjamin.tissoires@gmail.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 57c5a409d6)
This commit is contained in:
parent
7cfb0c7e29
commit
368e6fa8d3
1 changed files with 1 additions and 2 deletions
|
|
@ -128,11 +128,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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue