From: Benjamin Tissoires <benjamin.tissoires@enac.fr>
To: Henrik Rydberg <rydberg@bitmath.org>
Cc: Stephane Chatty <chatty@enac.fr>,
Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Jiri Kosina <jkosina@suse.cz>,
linux-input@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] hid-multitouch: changes from the review process
Date: Tue, 11 Jan 2011 16:07:23 +0100 [thread overview]
Message-ID: <AANLkTinzuvULWvdaptpSUc2kYtGY2C8xOD34TQdjt6JU@mail.gmail.com> (raw)
In-Reply-To: <AANLkTimESwHSh-LMdAnb20Ss3OxW=gpTaN0QdTSfEx33@mail.gmail.com>
On Tue, Jan 11, 2011 at 3:00 PM, Benjamin Tissoires
<benjamin.tissoires@enac.fr> wrote:
> On Tue, Jan 11, 2011 at 2:11 PM, Henrik Rydberg <rydberg@bitmath.org> wrote:
>> [...]
>>> + .sn_move = 0,
>>> + .sn_pressure = 0,
>>> + .maxcontacts = 10 },
>>> + { .name = MT_CLS_DUAL1,
>>> + .quirks = MT_QUIRK_SLOT_IS_CONTACTID,
>>> + .sn_move = 0,
>>> + .sn_pressure = 0,
>>> + .maxcontacts = 2 },
>>> + { .name = MT_CLS_DUAL2,
>>> + .quirks = MT_QUIRK_SLOT_IS_CONTACTNUMBER,
>>> + .sn_move = 0,
>>> + .sn_pressure = 0,
>>> + .maxcontacts = 2 },
>>> + { .name = MT_CLS_CYPRESS,
>>> + .quirks = MT_QUIRK_CYPRESS,
>>> + .sn_move = 0,
>>> + .sn_pressure = 0,
>>> + .maxcontacts = 10 },
>>> +
>>> + { }
>>> };
>>
>> So no device is marked as NOT_SEEN_MEANS_UP, although allegedly some devices should...
>
> Well, my fault: I was sure that Cypress devices need the
> NOT_SEEN_MEANS_UP, but in fact, it was another one. We (with Stephane)
> don't recall it at the moment, but Stephane already saw some devices
> that required this quirk.
>
> mea culpa
I was neither wrong, neither right:
For cypress, TipSwitch, Confidence, and InRange always are the same... ;)
-> I'll need to put them with the quirk MT_NOT_SEEN_MEANS_UP
Cheers,
Benjamin
>
>>
>>[...]
--
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
prev parent reply other threads:[~2011-01-11 15:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-11 10:53 [PATCH] hid-multitouch: changes from the review process Benjamin Tissoires
2011-01-11 13:11 ` Henrik Rydberg
2011-01-11 14:00 ` Benjamin Tissoires
2011-01-11 15:07 ` Benjamin Tissoires [this message]
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=AANLkTinzuvULWvdaptpSUc2kYtGY2C8xOD34TQdjt6JU@mail.gmail.com \
--to=benjamin.tissoires@enac.fr \
--cc=chatty@enac.fr \
--cc=dmitry.torokhov@gmail.com \
--cc=jkosina@suse.cz \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rydberg@bitmath.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).