Re: [PATCH libinput 1/2] Document LIBINPUT_CALIBRATION_MATRIX properly

2014-09-10 Thread Peter Hutterer
On Wed, Sep 10, 2014 at 08:34:17AM +0200, Jonas Ådahl wrote: > On Wed, Sep 10, 2014 at 09:40:57AM +1000, Peter Hutterer wrote: > > Make this part of our API proper and outline the 4 most common examples. > > > > Signed-off-by: Peter Hutterer > > --- > > src/libinput.h | 18 +- > >

Re: [PATCH libinput 1/2] Document LIBINPUT_CALIBRATION_MATRIX properly

2014-09-09 Thread Jonas Ådahl
On Wed, Sep 10, 2014 at 09:40:57AM +1000, Peter Hutterer wrote: > Make this part of our API proper and outline the 4 most common examples. > > Signed-off-by: Peter Hutterer > --- > src/libinput.h | 18 +- > 1 file changed, 17 insertions(+), 1 deletion(-) > > diff --git a/src/lib

Re: [PATCH libinput 1/2] Document LIBINPUT_CALIBRATION_MATRIX properly

2014-09-09 Thread Bill Spitzak
On 09/09/2014 04:40 PM, Peter Hutterer wrote: + * The udev property is parsed as 6 floating point numbers separated by a + * single space each (scanf(3) format "%f %f %f %f %f %f"). + * The 6 values represent the first two rows of the calibration matrix as + * described in libinput_device_config

[PATCH libinput 1/2] Document LIBINPUT_CALIBRATION_MATRIX properly

2014-09-09 Thread Peter Hutterer
Make this part of our API proper and outline the 4 most common examples. Signed-off-by: Peter Hutterer --- src/libinput.h | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/libinput.h b/src/libinput.h index 5af0dde..7fde65f 100644 --- a/src/libinput.h +++