* NVidia Multitouch driver.
@ 2011-01-10 23:41 Mohamed Ikbel Boulabiar
2011-01-11 4:54 ` Varun Wadekar
0 siblings, 1 reply; 8+ messages in thread
From: Mohamed Ikbel Boulabiar @ 2011-01-10 23:41 UTC (permalink / raw)
To: USB list; +Cc: Varun Wadekar, Harry Hong, Gary King
Hi,
Are you working on rebasing this patch
http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=commitdiff;h=570fbc982f90f7a85e4297a4a1e12785880fdab4
to the last linux kernel with the last mt state ?
(mt unification driver, protocol B, etc...)
Thanks,
i
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: NVidia Multitouch driver.
2011-01-10 23:41 NVidia Multitouch driver Mohamed Ikbel Boulabiar
@ 2011-01-11 4:54 ` Varun Wadekar
2011-01-11 5:30 ` Mohamed Ikbel Boulabiar
0 siblings, 1 reply; 8+ messages in thread
From: Varun Wadekar @ 2011-01-11 4:54 UTC (permalink / raw)
To: Mohamed Ikbel Boulabiar; +Cc: USB list, Harry Hong, Gary King
Mohamed,
Do you mean to say there are certain things missing in the touch driver?
What do you mean by the last linux kernel?
On Tuesday 11 January 2011 05:11 AM, Mohamed Ikbel Boulabiar wrote:
> Hi,
>
> Are you working on rebasing this patch
> http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=commitdiff;h=570fbc982f90f7a85e4297a4a1e12785880fdab4
>
> to the last linux kernel with the last mt state ?
> (mt unification driver, protocol B, etc...)
>
> Thanks,
>
> i
-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information. Any unauthorized review, use, disclosure or distribution
is prohibited. If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: NVidia Multitouch driver.
2011-01-11 4:54 ` Varun Wadekar
@ 2011-01-11 5:30 ` Mohamed Ikbel Boulabiar
2011-01-11 5:42 ` Varun Wadekar
0 siblings, 1 reply; 8+ messages in thread
From: Mohamed Ikbel Boulabiar @ 2011-01-11 5:30 UTC (permalink / raw)
To: Varun Wadekar
Cc: USB list, Harry Hong, Gary King, Henrik Rydberg,
Benjamin Tissoires, Stéphane Chatty
On Tue, Jan 11, 2011 at 5:54 AM, Varun Wadekar <vwadekar@nvidia.com> wrote:
> Do you mean to say there are certain things missing in the touch driver?
> What do you mean by the last linux kernel?
I have found that patch by chance because I haven't seen it sent to
linux-input ml (which what is the std)
I just want it to get pushed to the mainline linux kernel as it is the
upstream of all linux distributions and for the android linux kernel
tree itself.
I just don't like to see only android getting drivers patches as it
can be seen as an action of forking the main kernel.
You can rebase the patch to the last tree and get help and feedback
from other developers for its integration. Company support of its own
drivers is very appreciated here.
And when analyzing the code I got a question. Does the nvodm hw
supports only 2 fingers or it's only caused by android limitation ?
Can the hw report more than 2 fingers ? (4 for example)
Thanks
i
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: NVidia Multitouch driver.
2011-01-11 5:30 ` Mohamed Ikbel Boulabiar
@ 2011-01-11 5:42 ` Varun Wadekar
2011-01-11 8:19 ` Stéphane Chatty
2011-01-11 14:59 ` Mohamed Ikbel Boulabiar
0 siblings, 2 replies; 8+ messages in thread
From: Varun Wadekar @ 2011-01-11 5:42 UTC (permalink / raw)
To: Mohamed Ikbel Boulabiar
Cc: USB list, Harry Hong, Bharat Nihalani, Henrik Rydberg,
Benjamin Tissoires, Stéphane Chatty
Got it. I will try to get these changes pushed upstream.
Support for multiple fingers is completely touch panel driven. We have
successfully verified
than 10 fingers also work fine on Android with another touch panel.
On Tuesday 11 January 2011 11:00 AM, Mohamed Ikbel Boulabiar wrote:
> On Tue, Jan 11, 2011 at 5:54 AM, Varun Wadekar <vwadekar@nvidia.com> wrote:
>> Do you mean to say there are certain things missing in the touch driver?
>> What do you mean by the last linux kernel?
> I have found that patch by chance because I haven't seen it sent to
> linux-input ml (which what is the std)
> I just want it to get pushed to the mainline linux kernel as it is the
> upstream of all linux distributions and for the android linux kernel
> tree itself.
>
> I just don't like to see only android getting drivers patches as it
> can be seen as an action of forking the main kernel.
>
> You can rebase the patch to the last tree and get help and feedback
> from other developers for its integration. Company support of its own
> drivers is very appreciated here.
>
>
> And when analyzing the code I got a question. Does the nvodm hw
> supports only 2 fingers or it's only caused by android limitation ?
> Can the hw report more than 2 fingers ? (4 for example)
>
> Thanks
>
> i
-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information. Any unauthorized review, use, disclosure or distribution
is prohibited. If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: NVidia Multitouch driver.
2011-01-11 5:42 ` Varun Wadekar
@ 2011-01-11 8:19 ` Stéphane Chatty
2011-01-11 14:59 ` Mohamed Ikbel Boulabiar
1 sibling, 0 replies; 8+ messages in thread
From: Stéphane Chatty @ 2011-01-11 8:19 UTC (permalink / raw)
To: Varun Wadekar
Cc: Mohamed Ikbel Boulabiar, USB list, Harry Hong, Bharat Nihalani,
Henrik Rydberg, Benjamin Tissoires
Hi Ikbel, hi Varun,
Benjamin and I are actually working on an Android-specific version of
the multitouch drivers, until the time when Android (perhaps 3.0
Honeycomb) uses multitouch Protocol B. If you give us more details
about this driver we might be able to combine our efforts.
Cheers,
St.
Le 11 janv. 11 à 06:42, Varun Wadekar a écrit :
> Got it. I will try to get these changes pushed upstream.
>
> Support for multiple fingers is completely touch panel driven. We have
> successfully verified
> than 10 fingers also work fine on Android with another touch panel.
>
> On Tuesday 11 January 2011 11:00 AM, Mohamed Ikbel Boulabiar wrote:
>> On Tue, Jan 11, 2011 at 5:54 AM, Varun Wadekar
>> <vwadekar@nvidia.com> wrote:
>>> Do you mean to say there are certain things missing in the touch
>>> driver?
>>> What do you mean by the last linux kernel?
>> I have found that patch by chance because I haven't seen it sent to
>> linux-input ml (which what is the std)
>> I just want it to get pushed to the mainline linux kernel as it is
>> the
>> upstream of all linux distributions and for the android linux kernel
>> tree itself.
>>
>> I just don't like to see only android getting drivers patches as it
>> can be seen as an action of forking the main kernel.
>>
>> You can rebase the patch to the last tree and get help and feedback
>> from other developers for its integration. Company support of its own
>> drivers is very appreciated here.
>>
>>
>> And when analyzing the code I got a question. Does the nvodm hw
>> supports only 2 fingers or it's only caused by android limitation ?
>> Can the hw report more than 2 fingers ? (4 for example)
>>
>> Thanks
>>
>> i
>
>
> ----------------------------------------------------------------------
> -------------
> This email message is for the sole use of the intended recipient(s)
> and may contain
> confidential information. Any unauthorized review, use, disclosure
> or distribution
> is prohibited. If you are not the intended recipient, please
> contact the sender by
> reply email and destroy all copies of the original message.
> ----------------------------------------------------------------------
> -------------
--
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] 8+ messages in thread
* Re: NVidia Multitouch driver.
2011-01-11 5:42 ` Varun Wadekar
2011-01-11 8:19 ` Stéphane Chatty
@ 2011-01-11 14:59 ` Mohamed Ikbel Boulabiar
2011-01-12 4:12 ` Varun Wadekar
1 sibling, 1 reply; 8+ messages in thread
From: Mohamed Ikbel Boulabiar @ 2011-01-11 14:59 UTC (permalink / raw)
To: Varun Wadekar
Cc: USB list, Harry Hong, Bharat Nihalani, Henrik Rydberg,
Benjamin Tissoires, Stéphane Chatty
On Tue, Jan 11, 2011 at 6:42 AM, Varun Wadekar <vwadekar@nvidia.com> wrote:
> Got it. I will try to get these changes pushed upstream.
Great, Thanks !
> Support for multiple fingers is completely touch panel driven. We have
> successfully verified
> than 10 fingers also work fine on Android with another touch panel.
Can you give us the full list of public hardware having nvidia touch
panel inside ?
I have found your touch panel in the Toshiba Folio 100 tablet, what
are the others ?
i
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: NVidia Multitouch driver.
2011-01-11 14:59 ` Mohamed Ikbel Boulabiar
@ 2011-01-12 4:12 ` Varun Wadekar
2011-01-12 4:15 ` Harry Hong
0 siblings, 1 reply; 8+ messages in thread
From: Varun Wadekar @ 2011-01-12 4:12 UTC (permalink / raw)
To: 'Mohamed Ikbel Boulabiar'
Cc: USB list, Harry Hong, Bharat Nihalani, Henrik Rydberg,
Benjamin Tissoires, Stéphane Chatty
Harry, does CE have a list of all the current Tegra devices in the market?
-----Original Message-----
From: Mohamed Ikbel Boulabiar [mailto:boulabiar@gmail.com]
Sent: Tuesday, January 11, 2011 8:30 PM
To: Varun Wadekar
Cc: USB list; Harry Hong; Bharat Nihalani; Henrik Rydberg; Benjamin Tissoires; Stéphane Chatty
Subject: Re: NVidia Multitouch driver.
On Tue, Jan 11, 2011 at 6:42 AM, Varun Wadekar <vwadekar@nvidia.com> wrote:
> Got it. I will try to get these changes pushed upstream.
Great, Thanks !
> Support for multiple fingers is completely touch panel driven. We have
> successfully verified
> than 10 fingers also work fine on Android with another touch panel.
Can you give us the full list of public hardware having nvidia touch
panel inside ?
I have found your touch panel in the Toshiba Folio 100 tablet, what
are the others ?
i
-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information. Any unauthorized review, use, disclosure or distribution
is prohibited. If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------
--
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] 8+ messages in thread
* RE: NVidia Multitouch driver.
2011-01-12 4:12 ` Varun Wadekar
@ 2011-01-12 4:15 ` Harry Hong
0 siblings, 0 replies; 8+ messages in thread
From: Harry Hong @ 2011-01-12 4:15 UTC (permalink / raw)
To: Varun Wadekar, 'Mohamed Ikbel Boulabiar'
Cc: USB list, Bharat Nihalani, Henrik Rydberg, Benjamin Tissoires,
Stéphane Chatty
No, don't have. There are lots of touch device working on the customer platform using tegra.
-----Original Message-----
From: Varun Wadekar
Sent: Wednesday, January 12, 2011 1:13 PM
To: 'Mohamed Ikbel Boulabiar'
Cc: USB list; Harry Hong; Bharat Nihalani; Henrik Rydberg; Benjamin Tissoires; Stéphane Chatty
Subject: RE: NVidia Multitouch driver.
Harry, does CE have a list of all the current Tegra devices in the market?
-----Original Message-----
From: Mohamed Ikbel Boulabiar [mailto:boulabiar@gmail.com]
Sent: Tuesday, January 11, 2011 8:30 PM
To: Varun Wadekar
Cc: USB list; Harry Hong; Bharat Nihalani; Henrik Rydberg; Benjamin Tissoires; Stéphane Chatty
Subject: Re: NVidia Multitouch driver.
On Tue, Jan 11, 2011 at 6:42 AM, Varun Wadekar <vwadekar@nvidia.com> wrote:
> Got it. I will try to get these changes pushed upstream.
Great, Thanks !
> Support for multiple fingers is completely touch panel driven. We have
> successfully verified
> than 10 fingers also work fine on Android with another touch panel.
Can you give us the full list of public hardware having nvidia touch
panel inside ?
I have found your touch panel in the Toshiba Folio 100 tablet, what
are the others ?
i
-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information. Any unauthorized review, use, disclosure or distribution
is prohibited. If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------
--
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] 8+ messages in thread
end of thread, other threads:[~2011-01-12 4:15 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-10 23:41 NVidia Multitouch driver Mohamed Ikbel Boulabiar
2011-01-11 4:54 ` Varun Wadekar
2011-01-11 5:30 ` Mohamed Ikbel Boulabiar
2011-01-11 5:42 ` Varun Wadekar
2011-01-11 8:19 ` Stéphane Chatty
2011-01-11 14:59 ` Mohamed Ikbel Boulabiar
2011-01-12 4:12 ` Varun Wadekar
2011-01-12 4:15 ` Harry Hong
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).