Re: [PATCH libinput] test: add an extra loop for slow udev initialization

2015-05-26 Thread Hans de Goede
Hi, On 05/26/2015 04:56 AM, Peter Hutterer wrote: On slower machines, e.g. VMs, udev isn't fast enough to get the properties set up by the time we're trying to get the device going. This fails when we try to add the device with libinput_path_add_device(). We know that all litest devices will ha

[PATCH libinput] test: add an extra loop for slow udev initialization

2015-05-25 Thread Peter Hutterer
On slower machines, e.g. VMs, udev isn't fast enough to get the properties set up by the time we're trying to get the device going. This fails when we try to add the device with libinput_path_add_device(). We know that all litest devices will have ID_INPUT set, so check for that before we continue