From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Jiri Kosina <jkosina@suse.cz>
Cc: Benjamin Tissoires <benjamin.tissoires@enac.fr>,
Henrik Rydberg <rydberg@euromail.se>,
Stephane Chatty <chatty@enac.fr>,
linux-input@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [RFC v2 0/10] hid-multitouch: a first step towards multitouch unification
Date: Thu, 6 Jan 2011 17:14:44 -0800 [thread overview]
Message-ID: <20110107011444.GA7262@core.coreip.homeip.net> (raw)
In-Reply-To: <alpine.LNX.2.00.1101061610270.26685@pobox.suse.cz>
On Thu, Jan 06, 2011 at 04:11:46PM +0100, Jiri Kosina wrote:
> On Thu, 6 Jan 2011, Benjamin Tissoires wrote:
>
> > Hi Henrik,
> >
> > thanks for the future review ;)
> >
> > Well, patches n° 3,4,5,6 and 7 are only those sent by Stéphane and
> > reviewed by you 3 months ago with small changes:
> > - I took into account most of your comments
> > - I inserted suspend/resume support
> > - I implemented a way to find out the end of a mt report.
> >
> > Patch 1 (hid: add feature_mapping callback) is new but not very
> > dangerous I think: it only adds a hook. Thanks to it, I could retrieve
> > the magic number which is device-specific.
> >
> > Patch 2 (hid: set HID_MAX_FIELD at 128) may need further discussions
> > (but is required to use Stantum panels)
> >
> > the last patches only introduce support for 3 devices, 1 of them is
> > new for the kernel.
> >
> > The point is that currently we have users that want to have a proper
> > support for their device (PixCir, Cypress TrueTouch and GeneralTouch),
> > and it's a shame to ask them to wait for 3 more months.
> >
> > Maybe a solution would be to make what we can here during this merge
> > window to add support for at least the new devices. Then, in 2.6.39
> > and above, we could still migrate other devices, and eventually modify
> > some lines in the code.
> >
> > Jiri, Dmitry, what do you think?
>
> I still have to go through the patchset, my backlog has grown very badly
> recently, sorry.
>
> In case the patchset doesn't impose danger of regressions for already
> existing devices, we could merge this new 'unified' driver only for newly
> supported devices, and finish the unification in 2.6.39.
>
Yep, let's merge the dirver and all new devices in this round and then
get ready to convert already supported devices in next window.
--
Dmitry
--
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 prev parent reply other threads:[~2011-01-07 1:14 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-05 17:27 [RFC v2 0/10] hid-multitouch: a first step towards multitouch unification Benjamin Tissoires
2011-01-05 17:27 ` [RFC v2 01/10] hid: add feature_mapping callback Benjamin Tissoires
2011-01-06 16:22 ` Henrik Rydberg
2011-01-07 9:44 ` Benjamin Tissoires
2011-01-07 10:18 ` Henrik Rydberg
2011-01-07 11:12 ` Benjamin Tissoires
2011-01-05 17:27 ` [RFC v2 02/10] hid: set HID_MAX_FIELD at 128 Benjamin Tissoires
2011-01-06 16:28 ` Henrik Rydberg
2011-01-05 17:27 ` [RFC v2 03/10] hid-multitouch: support for PixCir-based panels Benjamin Tissoires
2011-01-06 17:25 ` Henrik Rydberg
2011-01-07 9:38 ` Benjamin Tissoires
2011-01-07 12:23 ` Henrik Rydberg
2011-01-07 15:12 ` Benjamin Tissoires
2011-01-07 15:57 ` Henrik Rydberg
2011-01-07 17:07 ` Benjamin Tissoires
2011-01-07 17:27 ` Henrik Rydberg
2011-01-07 17:31 ` Benjamin Tissoires
2011-01-05 17:27 ` [RFC v2 04/10] hid-multitouch: migrated support for Cando panels Benjamin Tissoires
2011-01-05 17:27 ` [RFC v2 05/10] hid-multitouch: Add support for Cando 10.1" panels Benjamin Tissoires
2011-01-05 17:27 ` [RFC v2 06/10] hid-multitouch: added support for Cypress TrueTouch panels Benjamin Tissoires
2011-01-05 17:27 ` [RFC v2 07/10] hid-multitouch: migrated support for MosArt panels Benjamin Tissoires
2011-01-05 17:27 ` [RFC v2 08/10] hid-multitouch: migrated support for Quanta dual-touch panels Benjamin Tissoires
2011-01-05 17:27 ` [RFC v2 09/10] hid-mulitouch: added support for the 'Sensing Win7-TwoFinger' Benjamin Tissoires
2011-01-05 17:27 ` [RFC v2 10/10] hid-multitouch: migrated support for Stantum panels Benjamin Tissoires
2011-01-05 17:49 ` [RFC v2 0/10] hid-multitouch: a first step towards multitouch unification Henrik Rydberg
2011-01-06 15:08 ` Benjamin Tissoires
2011-01-06 15:11 ` Jiri Kosina
2011-01-06 16:04 ` Henrik Rydberg
2011-01-06 16:08 ` Benjamin Tissoires
2011-01-06 17:28 ` Henrik Rydberg
2011-01-06 23:26 ` Jiri Kosina
2011-01-07 1:14 ` Dmitry Torokhov [this message]
2011-01-07 9:41 ` Jiri Kosina
2011-01-07 9:48 ` Benjamin Tissoires
2011-01-07 10:03 ` Jiri Kosina
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=20110107011444.GA7262@core.coreip.homeip.net \
--to=dmitry.torokhov@gmail.com \
--cc=benjamin.tissoires@enac.fr \
--cc=chatty@enac.fr \
--cc=jkosina@suse.cz \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rydberg@euromail.se \
/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).