| Submitter | Denis Carikli |
|---|---|
| Date | May 13, 2011, 12:42 p.m. |
| Message ID | <1305290588-7057-1-git-send-email-GNUtoo@no-log.org> |
| Download | mbox | patch |
| Permalink | /patch/3941/ |
| State | Accepted |
| Headers | show |
Comments
Hello. On Fri, 2011-05-13 at 14:42, Denis 'GNUtoo' Carikli wrote: > Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Stefan Schmidt <stefan@buglabs.net> > --- > .../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}" > > -- > 1.7.0.4 >
Patch
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}"
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> --- .../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