Re: [PATCH libinput 1/2] test: when creating an abs test device, force the abs->value to the mimimum

2016-06-17 Thread Hans de Goede
Hi, On 16-06-16 06:36, Peter Hutterer wrote: Otherwise the abs->value could lie outside the [min, max] range of the axis. This isn't much of an issue for actual axes but in the case of ABS_MT_SLOT (value 47) it causes errors when libevdev sanitises the event into the allowed slot range.

[PATCH libinput 1/2] test: when creating an abs test device, force the abs->value to the mimimum

2016-06-15 Thread Peter Hutterer
Otherwise the abs->value could lie outside the [min, max] range of the axis. This isn't much of an issue for actual axes but in the case of ABS_MT_SLOT (value 47) it causes errors when libevdev sanitises the event into the allowed slot range. Signed-off-by: Peter Hutterer