diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-06-15 15:59:17 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-25 22:58:56 +0100 |
commit | d044049362c53681ce1170f74c0802511acd3161 (patch) | |
tree | 5a4109ee0a98ca915a08df5ff8c369fc08865290 /meta/recipes-graphics | |
parent | 8097f2da79b7862733494d2321e3dfdb0880804d (diff) | |
download | openembedded-core-d044049362c53681ce1170f74c0802511acd3161.tar.gz openembedded-core-d044049362c53681ce1170f74c0802511acd3161.tar.bz2 openembedded-core-d044049362c53681ce1170f74c0802511acd3161.zip |
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@intel.com>
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xinput-calibrator/pointercal-xinput/qemuall/pointercal.xinput | 2 |
1 files changed, 2 insertions, 0 deletions
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 |