From 6e76c8887237b0bfbbf208303b33b35296f8a08a Mon Sep 17 00:00:00 2001 From: Klaus Kurzmann Date: Wed, 22 Sep 2010 11:36:11 +0200 Subject: [PATCH] pointercal-xinput: add calibration data for nokia900 and bump PR Signed-off-by: Klaus Kurzmann Signed-off-by: Martin Jansa --- .../pointercal-xinput/nokia900/pointercal.xinput | 2 ++ recipes/xinput-calibrator/pointercal-xinput_0.0.bb | 1 + 2 files changed, 3 insertions(+) create mode 100644 recipes/xinput-calibrator/pointercal-xinput/nokia900/pointercal.xinput 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}" -- 2.39.5