aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2010-09-22 11:36:11 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-09-24 14:40:27 +0200
commit6e76c8887237b0bfbbf208303b33b35296f8a08a (patch)
tree85ffabb41fe7b158a0748b847e8f720da916de2b
parent065ed847e424e2d21659f23010e1e1b0e9d02fe2 (diff)
downloadopenembedded-6e76c8887237b0bfbbf208303b33b35296f8a08a.tar.gz
pointercal-xinput: add calibration data for nokia900 and bump PR
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/xinput-calibrator/pointercal-xinput/nokia900/pointercal.xinput2
-rw-r--r--recipes/xinput-calibrator/pointercal-xinput_0.0.bb1
2 files changed, 3 insertions, 0 deletions
diff --git a/recipes/xinput-calibrator/pointercal-xinput/nokia900/pointercal.xinput b/recipes/xinput-calibrator/pointercal-xinput/nokia900/pointercal.xinput
new file mode 100644
index 0000000000..66bb32cab4
--- /dev/null
+++ b/recipes/xinput-calibrator/pointercal-xinput/nokia900/pointercal.xinput
@@ -0,0 +1,2 @@
+xinput set-int-prop "Touchscreen" "Evdev Axis Calibration" 32 204 3897 3763 178;
+
diff --git a/recipes/xinput-calibrator/pointercal-xinput_0.0.bb b/recipes/xinput-calibrator/pointercal-xinput_0.0.bb
index 9a2d7ab98c..ad96666a87 100644
--- a/recipes/xinput-calibrator/pointercal-xinput_0.0.bb
+++ b/recipes/xinput-calibrator/pointercal-xinput_0.0.bb
@@ -2,6 +2,7 @@ DESCRIPTION = "Touchscreen calibration data from xinput-calibrator"
LICENSE = "MIT/X11"
SECTION = "base"
+PR = "r1"
SRC_URI = "file://pointercal.xinput"
S = "${WORKDIR}"