linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Gregor Riepl <onitake@gmail.com>
To: linux-input@vger.kernel.org
Subject: Re: [PATCH] Add generic driver for Silead tochscreens
Date: Sat, 11 Jul 2015 23:23:37 +0200	[thread overview]
Message-ID: <55A18959.7050502@gmail.com> (raw)

Hello.

You beat me to it - I noticed the lack of a generic Silead driver that works
with Baytrail tablets (and ACPI) and started writing one myself, adapting the
code by Joe Burmeister (https://github.com/jabjoe/sunxi-gslx680). You can find
my endeavors (so far) here: https://github.com/onitake/gslx680-acpi

While writing the driver, I noticed that my controller or the firmware (which
I got from the Windows 8 driver for the tablet) does not seem to support
finger tracking. If I look at the data packets, almost all of them carry 0 as
the finger ID, while some carry 4. Lifting a finger simply removes the record,
without providing a way to correlate it with the next data set.

The code I worked with seems to support some kind of finger tracking, but it
still uses the ID field of each touch record as finger ID. And that does not
work with my touchscreen.

In the meantime, I just implemented type A multitouch support, leaving the
finger tracking out.

Can you help me look into the problem?

             reply	other threads:[~2015-07-11 21:24 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-11 21:23 Gregor Riepl [this message]
2015-07-12  6:31 ` [PATCH] Add generic driver for Silead tochscreens Dmitry Torokhov
2015-07-13  9:59 ` Robert Dolca
2015-07-13 12:21   ` Gregor Riepl
2015-07-13 14:24   ` Gregor Riepl
2015-07-13 14:52     ` Robert Dolca
2015-07-13 15:18       ` Gregor Riepl
2015-07-16 13:59         ` Gregor Riepl
2015-07-20 21:19           ` Robert Dolca
2015-07-20 21:13         ` Robert Dolca
2015-07-21 13:21           ` Gregor Riepl
  -- strict thread matches above, loose matches on Subject: below --
2015-07-10 15:11 Robert Dolca
2015-07-11 13:05 ` Paul Bolle
2015-07-20  6:51 ` Dmitry Torokhov
2015-07-20 12:05   ` Robert Dolca
2015-07-27 21:30     ` Dmitry Torokhov
2015-07-28  7:23       ` Robert Dolca

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=55A18959.7050502@gmail.com \
    --to=onitake@gmail.com \
    --cc=linux-input@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).