* [PATCH 0/4] hid-multitouch: a first step towards multitouch unification
@ 2010-10-13 22:28 Stephane Chatty
2010-10-13 22:41 ` Stéphane Chatty
2010-10-14 12:13 ` Henrik Rydberg
0 siblings, 2 replies; 9+ messages in thread
From: Stephane Chatty @ 2010-10-13 22:28 UTC (permalink / raw)
To: rydberg, dmitry.torokhov, jkosina, linux-input; +Cc: chatty
Hi Jiri, Dmitry, Henrik,
this set of patches is aimed at unifying support for HID multitouch panels,
in a driver named hid-multitouch.
So far, this driver works only for panels that share common features in their
implementation of the Win7-compatible multitouch HID protocol. This currently
includes Cando, Quanta, MosArt, Cypress, GeneralTouch and Pixcir, and excludes
Stantum and N-trig. 3M is left aside for now because it contains some specific
code. eGalax is also left as a special case because of the duality between
their resistive and capacitive panels.
Stéphane Chatty (4):
hid-multitouch: support for PixCir-based panels in a generic code structure
hid-multitouch: migrated support for Cando panels
hid-multitouch: added support for Cypress TrueTouch panels
hid-multitouch: migrated support for MosArt panels
--
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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 0/4] hid-multitouch: a first step towards multitouch unification
2010-10-13 22:28 [PATCH 0/4] hid-multitouch: a first step towards multitouch unification Stephane Chatty
@ 2010-10-13 22:41 ` Stéphane Chatty
2010-10-14 12:10 ` Jiri Kosina
2010-12-10 14:08 ` Jiri Kosina
2010-10-14 12:13 ` Henrik Rydberg
1 sibling, 2 replies; 9+ messages in thread
From: Stéphane Chatty @ 2010-10-13 22:41 UTC (permalink / raw)
To: Stéphane Chatty; +Cc: rydberg, dmitry.torokhov, jkosina, linux-input
Le 14 oct. 10 à 00:28, Stephane Chatty a écrit :
>
> Stéphane Chatty (4):
> hid-multitouch: support for PixCir-based panels in a generic code
> structure
> hid-multitouch: migrated support for Cando panels
> hid-multitouch: added support for Cypress TrueTouch panels
> hid-multitouch: migrated support for MosArt panels
I forgot to mention that:
- I am looking for testers for Quanta panels
- I have code that works for the GeneralTouch panels found in some
recent tablets. But these panels appear to have the exact same device
ID as previously existing single touch panels, with a different
protocol. I am working on a solution to discriminate the two types of
panels.
St.
--
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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 0/4] hid-multitouch: a first step towards multitouch unification
2010-10-13 22:41 ` Stéphane Chatty
@ 2010-10-14 12:10 ` Jiri Kosina
2010-12-10 14:08 ` Jiri Kosina
1 sibling, 0 replies; 9+ messages in thread
From: Jiri Kosina @ 2010-10-14 12:10 UTC (permalink / raw)
To: Stéphane Chatty; +Cc: rydberg, dmitry.torokhov, linux-input
On Thu, 14 Oct 2010, Stéphane Chatty wrote:
> > Stéphane Chatty (4):
> > hid-multitouch: support for PixCir-based panels in a generic code structure
> > hid-multitouch: migrated support for Cando panels
> > hid-multitouch: added support for Cypress TrueTouch panels
> > hid-multitouch: migrated support for MosArt panels
>
> I forgot to mention that:
> - I am looking for testers for Quanta panels
> - I have code that works for the GeneralTouch panels found in some recent
> tablets. But these panels appear to have the exact same device ID as
> previously existing single touch panels, with a different protocol. I am
> working on a solution to discriminate the two types of panels.
For a really quick look, this looks nice. Thanks a lot for working on
this! I am really looking forward to the final version of the patches, so
that we could start unifying all the MT drivers.
Thanks,
--
Jiri Kosina
SUSE Labs, Novell Inc.
--
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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 0/4] hid-multitouch: a first step towards multitouch unification
2010-10-13 22:28 [PATCH 0/4] hid-multitouch: a first step towards multitouch unification Stephane Chatty
2010-10-13 22:41 ` Stéphane Chatty
@ 2010-10-14 12:13 ` Henrik Rydberg
1 sibling, 0 replies; 9+ messages in thread
From: Henrik Rydberg @ 2010-10-14 12:13 UTC (permalink / raw)
To: Stephane Chatty; +Cc: dmitry.torokhov, jkosina, linux-input, chatty
On 10/14/2010 12:28 AM, Stephane Chatty wrote:
>
> Hi Jiri, Dmitry, Henrik,
>
> this set of patches is aimed at unifying support for HID multitouch panels,
> in a driver named hid-multitouch.
>
> So far, this driver works only for panels that share common features in their
> implementation of the Win7-compatible multitouch HID protocol. This currently
> includes Cando, Quanta, MosArt, Cypress, GeneralTouch and Pixcir, and excludes
> Stantum and N-trig. 3M is left aside for now because it contains some specific
> code. eGalax is also left as a special case because of the duality between
> their resistive and capacitive panels.
Excellent. I think we will be able to fit 3M into here as well in a bit, once we
have made our way through the current patches. :-)
>
> Stéphane Chatty (4):
> hid-multitouch: support for PixCir-based panels in a generic code structure
> hid-multitouch: migrated support for Cando panels
> hid-multitouch: added support for Cypress TrueTouch panels
> hid-multitouch: migrated support for MosArt panels
>
Cheers,
Henrik
--
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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 0/4] hid-multitouch: a first step towards multitouch unification
2010-10-13 22:41 ` Stéphane Chatty
2010-10-14 12:10 ` Jiri Kosina
@ 2010-12-10 14:08 ` Jiri Kosina
2010-12-10 14:33 ` Benjamin Tissoires
1 sibling, 1 reply; 9+ messages in thread
From: Jiri Kosina @ 2010-12-10 14:08 UTC (permalink / raw)
To: Stéphane Chatty
Cc: rydberg, Dmitry Torokhov, linux-input, benjamin.tissoires,
tissoire
On Thu, 14 Oct 2010, Stéphane Chatty wrote:
>
> Le 14 oct. 10 à 00:28, Stephane Chatty a écrit :
>
> >
> > Stéphane Chatty (4):
> > hid-multitouch: support for PixCir-based panels in a generic code structure
> > hid-multitouch: migrated support for Cando panels
> > hid-multitouch: added support for Cypress TrueTouch panels
> > hid-multitouch: migrated support for MosArt panels
>
> I forgot to mention that:
> - I am looking for testers for Quanta panels
> - I have code that works for the GeneralTouch panels found in some recent
> tablets. But these panels appear to have the exact same device ID as
> previously existing single touch panels, with a different protocol. I am
> working on a solution to discriminate the two types of panels.
[ adding Bejnamin to CC ]
Hi guys,
Henrik had quite a few reasonable comments to this patchset, and then
there was a long silence :)
Is there any respin going to happen?
Thanks!
--
Jiri Kosina
SUSE Labs, Novell Inc.
--
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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 0/4] hid-multitouch: a first step towards multitouch unification
2010-12-10 14:08 ` Jiri Kosina
@ 2010-12-10 14:33 ` Benjamin Tissoires
2010-12-10 14:36 ` Jiri Kosina
0 siblings, 1 reply; 9+ messages in thread
From: Benjamin Tissoires @ 2010-12-10 14:33 UTC (permalink / raw)
To: Jiri Kosina
Cc: Stéphane Chatty, rydberg, Dmitry Torokhov, linux-input,
tissoire
Hi Jiri,
Sorry for the delay, but it took me some time to be fully ready
(administrative work....).
As Stéphane mentioned in a previous mail, I joined his lab to work on
multitouch. The top of my TODO list is to continue this work on
hid-multitouch.
I will take into account Henrik's comment as soon as possible and send
a new patch set the next week I hope.
Cheers,
Benjamin
On Fri, Dec 10, 2010 at 3:08 PM, Jiri Kosina <jkosina@suse.cz> wrote:
> On Thu, 14 Oct 2010, Stéphane Chatty wrote:
>
>>
>> Le 14 oct. 10 à 00:28, Stephane Chatty a écrit :
>>
>> >
>> > Stéphane Chatty (4):
>> > hid-multitouch: support for PixCir-based panels in a generic code structure
>> > hid-multitouch: migrated support for Cando panels
>> > hid-multitouch: added support for Cypress TrueTouch panels
>> > hid-multitouch: migrated support for MosArt panels
>>
>> I forgot to mention that:
>> - I am looking for testers for Quanta panels
>> - I have code that works for the GeneralTouch panels found in some recent
>> tablets. But these panels appear to have the exact same device ID as
>> previously existing single touch panels, with a different protocol. I am
>> working on a solution to discriminate the two types of panels.
>
> [ adding Bejnamin to CC ]
>
> Hi guys,
>
> Henrik had quite a few reasonable comments to this patchset, and then
> there was a long silence :)
>
> Is there any respin going to happen?
>
> Thanks!
>
> --
> Jiri Kosina
> SUSE Labs, Novell Inc.
> --
> 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
>
--
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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 0/4] hid-multitouch: a first step towards multitouch unification
2010-12-10 14:33 ` Benjamin Tissoires
@ 2010-12-10 14:36 ` Jiri Kosina
2010-12-10 14:39 ` Benjamin Tissoires
0 siblings, 1 reply; 9+ messages in thread
From: Jiri Kosina @ 2010-12-10 14:36 UTC (permalink / raw)
To: Benjamin Tissoires
Cc: Stéphane Chatty, rydberg, Dmitry Torokhov, linux-input,
tissoire
On Fri, 10 Dec 2010, Benjamin Tissoires wrote:
> Sorry for the delay, but it took me some time to be fully ready
> (administrative work....). As Stéphane mentioned in a previous mail, I
> joined his lab to work on multitouch. The top of my TODO list is to
> continue this work on hid-multitouch. I will take into account Henrik's
> comment as soon as possible and send a new patch set the next week I
> hope.
Thanks Benjamin.
Aleos please don't forget to keep in sync with what is happening in
Henrik's tree (it should all be now merged into -next branch of Dmitry's
input tree).
--
Jiri Kosina
SUSE Labs, Novell Inc.
--
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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 0/4] hid-multitouch: a first step towards multitouch unification
2010-12-10 14:36 ` Jiri Kosina
@ 2010-12-10 14:39 ` Benjamin Tissoires
2010-12-10 14:44 ` Henrik Rydberg
0 siblings, 1 reply; 9+ messages in thread
From: Benjamin Tissoires @ 2010-12-10 14:39 UTC (permalink / raw)
To: Jiri Kosina
Cc: Stéphane Chatty, rydberg, Dmitry Torokhov, linux-input,
tissoire
On Fri, Dec 10, 2010 at 3:36 PM, Jiri Kosina <jkosina@suse.cz> wrote:
> On Fri, 10 Dec 2010, Benjamin Tissoires wrote:
>
>> Sorry for the delay, but it took me some time to be fully ready
>> (administrative work....). As Stéphane mentioned in a previous mail, I
>> joined his lab to work on multitouch. The top of my TODO list is to
>> continue this work on hid-multitouch. I will take into account Henrik's
>> comment as soon as possible and send a new patch set the next week I
>> hope.
>
> Thanks Benjamin.
>
> Aleos please don't forget to keep in sync with what is happening in
> Henrik's tree (it should all be now merged into -next branch of Dmitry's
> input tree).
I saw that.... thanks for reminding it to me.
Cheers,
Benjamin
>
> --
> Jiri Kosina
> SUSE Labs, Novell Inc.
> --
> 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
>
--
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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 0/4] hid-multitouch: a first step towards multitouch unification
2010-12-10 14:39 ` Benjamin Tissoires
@ 2010-12-10 14:44 ` Henrik Rydberg
0 siblings, 0 replies; 9+ messages in thread
From: Henrik Rydberg @ 2010-12-10 14:44 UTC (permalink / raw)
To: Benjamin Tissoires
Cc: Jiri Kosina, Stéphane Chatty, Dmitry Torokhov, linux-input,
tissoire
>
> I saw that.... thanks for reminding it to me.
Sounds good, thanks for working on this.
Henrik
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2010-12-10 14:45 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-13 22:28 [PATCH 0/4] hid-multitouch: a first step towards multitouch unification Stephane Chatty
2010-10-13 22:41 ` Stéphane Chatty
2010-10-14 12:10 ` Jiri Kosina
2010-12-10 14:08 ` Jiri Kosina
2010-12-10 14:33 ` Benjamin Tissoires
2010-12-10 14:36 ` Jiri Kosina
2010-12-10 14:39 ` Benjamin Tissoires
2010-12-10 14:44 ` Henrik Rydberg
2010-10-14 12:13 ` Henrik Rydberg
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).