Re: [PATCH v2 2/2] input: allow for max min for relative axes on InitValuatorAxisStruct

2011-09-27 Thread Daniel Stone
On Fri, Sep 23, 2011 at 12:13:47PM +1000, Peter Hutterer wrote: Relative axes are initialized with 0, -1 but so far this never had any effect as all users of this function (for relative axes) just set it to the defaults anyway. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net

[PATCH v2 2/2] input: allow for max min for relative axes on InitValuatorAxisStruct

2011-09-22 Thread Peter Hutterer
Relative axes are initialized with 0, -1 but so far this never had any effect as all users of this function (for relative axes) just set it to the defaults anyway. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- This time without the change to return Bool. Xi/exevents.c |2 +- 1