Probably a copy paste error, the y_min and x_max got inverted. Signed-off-by: Alexandre Belloni <[email protected]> --- .../xinput-calibrator/pointercal-xinput/cfa10058/pointercal.xinput | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-graphics/xinput-calibrator/pointercal-xinput/cfa10058/pointercal.xinput b/recipes-graphics/xinput-calibrator/pointercal-xinput/cfa10058/pointercal.xinput index 445863a87099..230619b3e9a6 100644 --- a/recipes-graphics/xinput-calibrator/pointercal-xinput/cfa10058/pointercal.xinput +++ b/recipes-graphics/xinput-calibrator/pointercal-xinput/cfa10058/pointercal.xinput @@ -1,2 +1,2 @@ -xinput set-int-prop "mxs-lradc" "Evdev Axis Calibration" 32 1373 1381 3391 3348 +xinput set-int-prop "mxs-lradc" "Evdev Axis Calibration" 32 206 3985 3937 219 xinput set-int-prop "mxs-lradc" "Evdev Axes Swap" 8 0 -- 1.8.3.2 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
