All of lore.kernel.org
 help / color / mirror / Atom feed
* tslib in fsl-image-gui
@ 2013-06-25  1:58 Alexey Mednyy
  2013-06-28 12:26 ` Trevor Woerner
  2013-07-12  9:10 ` Petr Kolesnikov
  0 siblings, 2 replies; 6+ messages in thread
From: Alexey Mednyy @ 2013-06-25  1:58 UTC (permalink / raw)
  To: meta-freescale

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?


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-07-12 15:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-25  1:58 tslib in fsl-image-gui Alexey Mednyy
2013-06-28 12:26 ` 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

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.