From: Daniel Mack <daniel@caiaq.de>
To: charles.seedle@rigaku.com
Cc: linux-input@vger.kernel.org
Subject: Re: eeti_ts
Date: Wed, 10 Nov 2010 18:10:43 -0500 [thread overview]
Message-ID: <4CDB2673.5020200@caiaq.de> (raw)
In-Reply-To: <000301cb80fc$91cf31a0$b56d94e0$@seedle@rigaku.com>
Hi Charles,
please never write to me personally only, but always keep appropriate
mailing lists in the loop (the linux-input list in that case), and hit
"reply to all" when following up.
On 11/10/2010 12:27 PM, Charles Seedle wrote:
> Does your kernel module eeti_ts access the touchscreen hardware directly
> or is it accessing the data through input (HID) ?
The EETI touchscreen we have is controlled and queried via its I2C
interface. The driver implements the protocol and exposes an Linux input
interface which is accessible from userspace.
The protocol reference we got is referenced in the comment block of the
first lines in this driver. You should first check whether your
controller is compatible.
> My current installation is using tkusb.ko to connect to the touchscreen.
> The calibration is quite bad and I am running on a
What module is that? I can't find it in the kernel mainline tree?
> Texas Instruments OMAP 3450 processor (ARM7) so the intel calibration
> tools can’t be used.
And I don't know about any calibration tools, especially from Intel (and
I'm surprised Intel has anything to do with EETI at all?).
All we needed was a very small input layer in user space to map the EETI
touchscreen coordinates to the actual display resolution, simply by
applying a factor to it, and I think there is also a static offset which
we need due to mechanical construction constraints of our hardware. The
driver can be told to invert any of the two axis (with a module
parameter), but you shouldn't need more than this.
Hope that helps,
Daniel
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next parent reply other threads:[~2010-11-10 23:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <000301cb80fc$91cf31a0$b56d94e0$@seedle@rigaku.com>
2010-11-10 23:10 ` Daniel Mack [this message]
[not found] ` <000001cb8274$af56ce30$0e046a90$@seedle@rigaku.com>
2010-11-13 1:56 ` eeti_ts Daniel Mack
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=4CDB2673.5020200@caiaq.de \
--to=daniel@caiaq.de \
--cc=charles.seedle@rigaku.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 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.