From: Alexey Mednyy <swexru@gmail.com>
To: meta-freescale@yoctoproject.org
Subject: tslib in fsl-image-gui
Date: Tue, 25 Jun 2013 05:58:15 +0400 [thread overview]
Message-ID: <51C8F937.4030903@gmail.com> (raw)
Hello all,
I figured out that mxc_ts driver works bad with X evtest, always returns
bad values. On ubuntu images I always got touchscreen to work with tslib.
my MACHINE ??= 'imx53qsb'
I'm using my custom 2.6.35-maintain kernel from freescale git.
On Yocto if I run ts_calibrate util I've got:
"tslib: Selected device uses a different version of the event protocol
than tslib was compiled for"
I dive into tslib sources and found this:
if (version < EV_VERSION) {
fprintf(stderr, "tslib: Selected device uses a different version of the
event protocol than tslib was compiled for\n");
return -1;
}
EV_VERSION defined in input.h, so looks like tslib compiled with wrong
kernel headers.
For now I'm not familiar with all Yocto stuff so I just tried to append
this to local.conf:
PREFERRED_PROVIDER_virtual/kernel = "linux-imx"
PREFERRED_VERSION_linux-imx = "2.6.35.3"
but it didn't help.
Any variants how to get tslib to work on fsl-image-gui?
next reply other threads:[~2013-06-25 1:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-25 1:58 Alexey Mednyy [this message]
2013-06-28 12:26 ` tslib in fsl-image-gui Trevor Woerner
2013-07-12 9:10 ` Petr Kolesnikov
2013-07-12 13:33 ` Otavio Salvador
2013-07-12 14:53 ` Eric Bénard
2013-07-12 15:08 ` Otavio Salvador
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=51C8F937.4030903@gmail.com \
--to=swexru@gmail.com \
--cc=meta-freescale@yoctoproject.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.