From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] udev: generalize the check in touchscreen rule
Date: Wed, 11 Apr 2012 11:16:18 +0100 [thread overview]
Message-ID: <1334139378.10826.140.camel@ted> (raw)
In-Reply-To: <CAAQYJAtN+NYBvDCmxKnPkx3zo+ZZNCzJ+fSox-PJMGuB2h6Qrg@mail.gmail.com>
On Wed, 2012-04-11 at 10:59 +0200, Andrea Adami wrote:
> On Mon, Apr 2, 2012 at 11:35 PM, Andrea Adami <andrea.adami@gmail.com> wrote:
> > * The actual rule only works for devices reporting ts pressure
> > * and ignores the other touchscreens (happens e.g. on ipaq h1940).
> > * a0,1,*18 a = absolute axes (ABS_X 0x00 ABS_Y 0x01 ABS_PRESSURE 0x18)
> > * (see include/linux/input.h)
> > *
> > * Guidelines for touchscreen seem suggesting only ABS_X and ABS_Y are mandatory
> > * (http://kernel.org/doc/Documentation/input/event-codes.txt)
> > *
> > * Bump PR
> >
> > Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
> > ---
> > meta/recipes-core/udev/udev/local.rules | 3 +--
> > meta/recipes-core/udev/udev_164.bb | 2 +-
> > 2 files changed, 2 insertions(+), 3 deletions(-)
> >
> > diff --git a/meta/recipes-core/udev/udev/local.rules b/meta/recipes-core/udev/udev/local.rules
> > index 625e49a..49e8d28 100644
> > --- a/meta/recipes-core/udev/udev/local.rules
> > +++ b/meta/recipes-core/udev/udev/local.rules
> > @@ -31,5 +31,4 @@ KERNEL=="rtc0", SYMLINK+="rtc"
> > ACTION=="add", DEVPATH=="/devices/*", ENV{MODALIAS}=="?*", RUN+="/sbin/modprobe $env{MODALIAS}"
> >
> > # Create a symlink to any touchscreen input device
> > -SUBSYSTEM=="input", KERNEL=="event[0-9]*", ATTRS{modalias}=="input:*-e0*,3,*a0,1,*18,*", SYMLINK+="input/touchscreen0"
> > -
> > +SUBSYSTEM=="input", KERNEL=="event[0-9]*", ATTRS{modalias}=="input:*-e0*,3,*a0,1,*", SYMLINK+="input/touchscreen0"
> > diff --git a/meta/recipes-core/udev/udev_164.bb b/meta/recipes-core/udev/udev_164.bb
> > index c5813ec..0462ff2 100644
> > --- a/meta/recipes-core/udev/udev_164.bb
> > +++ b/meta/recipes-core/udev/udev_164.bb
> > @@ -1,6 +1,6 @@
> > include udev.inc
> >
> > -PR = "r13"
> > +PR = "r14"
> >
> > SRC_URI += "file://udev-166-v4l1-1.patch"
> >
> > --
> > 1.7.3.4
> >
>
> Bump
>
> I'm not linux-input specialist but this fix looks rather harmless.
I'm not 100% convinced about that. There needs to be some mechanism to
signal to the system when there is pressure applied to the screen and
when pressure was released. I think there are two ways you can do this,
BTN_TOUCH and ABS_PRESSURE. Regardless of what the input events codes
say, I'm really more interested in what tslib accepts.
This code has been like this for a long time and I'm surprised that if
there were issues it wasn't patched long before now. I'm therefore left
wondering if the touchscreen driver you're using is doing the right
things.
Cheers,
Richard
next prev parent reply other threads:[~2012-04-11 10:25 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-02 21:35 [PATCH] udev: generalize the check in touchscreen rule Andrea Adami
2012-04-11 8:59 ` Andrea Adami
2012-04-11 10:16 ` Richard Purdie [this message]
2012-04-11 10:40 ` Koen Kooi
2012-04-11 11:57 ` Andrea Adami
2012-04-11 12:55 ` Paul Eggleton
2012-04-11 13:09 ` Andrea Adami
2012-04-11 13:15 ` Paul Eggleton
2012-04-11 13:18 ` Paul Eggleton
2012-04-11 13:32 ` Andrea Adami
2012-04-11 12:12 ` Marko Katić
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1334139378.10826.140.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.