udev: drop WL_CALIBRATION, replace with LIBINPUT_CALIBRATION_MATRIX
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 26 Aug 2014 04:02:44 +0000 (14:02 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 1 Sep 2014 01:23:54 +0000 (11:23 +1000)
commit25eb749163e892c6e6aa9f9be97282eca125fa57
treef0da8ca2cf97b157c74d55a477b89e01959783af
parent13972efd82813bdb0089b0234fec9c3700638d0d
udev: drop WL_CALIBRATION, replace with LIBINPUT_CALIBRATION_MATRIX

WL_CALIBRATION is a weston-specific property that required the translation
component of the matrix to be in pixels. libinput can't provide calibration
based on unknown outputs, so drop support for this property.

The basic functionality is maintained, renaming just makes the change in
behavior more explicit.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
src/udev-seat.c