From patchwork Fri May 13 12:42:59 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [01/12] pointercal-xinput: add support for bug20 Date: Fri, 13 May 2011 12:42:59 -0000 From: Denis Carikli X-Patchwork-Id: 3941 Message-Id: <1305290588-7057-1-git-send-email-GNUtoo@no-log.org> To: Stefan Schmidt Cc: openembedded-devel@lists.openembedded.org Signed-off-by: Denis 'GNUtoo' Carikli Acked-by: Stefan Schmidt --- .../pointercal-xinput/bug20/pointercal.xinput | 1 + recipes/xinput-calibrator/pointercal-xinput_0.0.bb | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) create mode 100644 recipes/xinput-calibrator/pointercal-xinput/bug20/pointercal.xinput diff --git a/recipes/xinput-calibrator/pointercal-xinput/bug20/pointercal.xinput b/recipes/xinput-calibrator/pointercal-xinput/bug20/pointercal.xinput new file mode 100644 index 0000000..50e2632 --- /dev/null +++ b/recipes/xinput-calibrator/pointercal-xinput/bug20/pointercal.xinput @@ -0,0 +1 @@ +xinput set-int-prop "TSC2004 Touchscreen" "Evdev Axis Calibration" 32 239 10 232 6; diff --git a/recipes/xinput-calibrator/pointercal-xinput_0.0.bb b/recipes/xinput-calibrator/pointercal-xinput_0.0.bb index 2d62f20..fa298b3 100644 --- a/recipes/xinput-calibrator/pointercal-xinput_0.0.bb +++ b/recipes/xinput-calibrator/pointercal-xinput_0.0.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Touchscreen calibration data from xinput-calibrator" LICENSE = "MIT/X11" SECTION = "base" -PR = "r2" +PR = "r3" SRC_URI = "file://pointercal.xinput" S = "${WORKDIR}"