[oe-commits] [openembedded-core] 01/50: pointercal-xinput: add a dummy calibration file for qemu

git at git.openembedded.org git at git.openembedded.org
Thu Aug 25 22:04:17 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit d044049362c53681ce1170f74c0802511acd3161
Author: Maxin B. John <maxin.john at intel.com>
AuthorDate: Wed Jun 15 15:59:17 2016 +0300

    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]
    
    Signed-off-by: Maxin B. John <maxin.john at intel.com>
    Signed-off-by: Jussi Kukkonen <jussi.kukkonen at intel.com>
---
 .../xinput-calibrator/pointercal-xinput/qemuall/pointercal.xinput       | 2 ++
 1 file changed, 2 insertions(+)

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 0000000..a816d6d
--- /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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list