mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 11:40:30 +01:00
test: set the input_id->version as well in litest devices
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
529ce8e4ac
commit
c411de1078
1 changed files with 1 additions and 0 deletions
|
|
@ -1048,6 +1048,7 @@ litest_create_uinput_device_from_description(const char *name,
|
|||
libevdev_set_id_bustype(dev, id->bustype);
|
||||
libevdev_set_id_vendor(dev, id->vendor);
|
||||
libevdev_set_id_product(dev, id->product);
|
||||
libevdev_set_id_version(dev, id->version);
|
||||
}
|
||||
|
||||
abs = abs_info;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue