From 4f31b121310f3a38e1183b58b7a06d7a5550b38d Mon Sep 17 00:00:00 2001 From: "Maxin B. John" Date: Wed, 15 Jun 2016 15:59:17 +0300 Subject: pointercal-xinput: add a dummy calibration file for qemu In qemu, the emulated PS/2 mouse reports itself as an "absolute coordinate" device and that makes xinput_calibrator think it could be calibrated. Add a dummy calibration file as a work around to prevent xinput_calibrator from popping up on every boot in qemu. [YOCTO #8380] (From OE-Core rev: d044049362c53681ce1170f74c0802511acd3161) Signed-off-by: Maxin B. John Signed-off-by: Jussi Kukkonen Signed-off-by: Richard Purdie --- .../xinput-calibrator/pointercal-xinput/qemuall/pointercal.xinput | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta/recipes-graphics/xinput-calibrator/pointercal-xinput/qemuall/pointercal.xinput (limited to 'meta') diff --git a/meta/recipes-graphics/xinput-calibrator/pointercal-xinput/qemuall/pointercal.xinput b/meta/recipes-graphics/xinput-calibrator/pointercal-xinput/qemuall/pointercal.xinput new file mode 100644 index 0000000000..a816d6d109 --- /dev/null +++ b/meta/recipes-graphics/xinput-calibrator/pointercal-xinput/qemuall/pointercal.xinput @@ -0,0 +1,2 @@ +# Dummy pointercal.xinput file to prevent xinput_calibrator +# from running on qemu startup -- cgit 1.2.3-korg