From: Austin Zhang <zhang.austin@gmail.com>
To: linux-input@vger.kernel.org,
Benjamin Tissoires <benjamin.tissoires@gmail.com>,
Chase Douglas <chase.douglas@canonical.com>
Subject: [questions]touch driver.
Date: Thu, 23 Jun 2011 23:25:57 +0800 [thread overview]
Message-ID: <BANLkTinXNa9Uu+d1=pwH6aDJ-wtOVJ+jiQ@mail.gmail.com> (raw)
hi, team,
I have several questions on touch driver.
1 For touch panel, if it is HID type panel, then for enabling
autosuspend for this device, can we only let its parent device enable
autosuspend as default, don't need do anything within that touch
driver?
2 When setting fuzz parameter by input_set_abs_params, what is the
typical rule/scenarios in general? For example, if one device which
supports logical max sample in X/Y as 4096*3072 and the screen LCD
resolution as 1024*768, then fuzz=100 is meaning that the driver will
not report (by input_event) contact point within 50 sample point
(fuzz/2) to userspace? And if in this case, the high level gesture
recognizer is setting Manhattan length as 60, does it means it is ok
if the Manhattan length of contact point coordinator from driver is
less than 240? (60*4)
3 Seemed few drivers (only egalax and intel-mid-touch) are using this
fuzz param, so in most cases, it is one in-case params to leave to
user for 'tuning' only? Then should it be exported as module
parameter?
Thanks for your answer in advance.
next reply other threads:[~2011-06-23 15:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-23 15:25 Austin Zhang [this message]
[not found] ` <BANLkTinAHXnz98dJNQFeDSVRMR5U7WdKbA@mail.gmail.com>
2011-06-29 7:40 ` [questions]touch driver Benjamin Tissoires
2011-06-29 16:28 ` Austin Zhang
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='BANLkTinXNa9Uu+d1=pwH6aDJ-wtOVJ+jiQ@mail.gmail.com' \
--to=zhang.austin@gmail.com \
--cc=benjamin.tissoires@gmail.com \
--cc=chase.douglas@canonical.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).