From: Klaus Kurzmann Date: Wed, 22 Sep 2010 09:36:11 +0000 (+0200) Subject: pointercal-xinput: add calibration data for nokia900 and bump PR X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e76c8887237b0bfbbf208303b33b35296f8a08a;p=openembedded.git pointercal-xinput: add calibration data for nokia900 and bump PR Signed-off-by: Klaus Kurzmann Signed-off-by: Martin Jansa --- 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}"