Re: [PATCH v2 libinput 1/5] test: add litest helper functions for creating uinput devices

2014-04-01 Thread Hans de Goede
Hi, On 04/01/2014 05:47 AM, Peter Hutterer wrote: > Both functions accept a series of event types/codes tuples, terminated by -1. > For the even type INPUT_PROP_MAX (an invalid type otherwise) the code is used > as a property to enable. > > The _abs function als takes an array of absinfo, with ab

[PATCH v2 libinput 1/5] test: add litest helper functions for creating uinput devices

2014-03-31 Thread Peter Hutterer
Both functions accept a series of event types/codes tuples, terminated by -1. For the even type INPUT_PROP_MAX (an invalid type otherwise) the code is used as a property to enable. The _abs function als takes an array of absinfo, with absinfo.value determining the axis to change. If none are given