All of lore.kernel.org
 help / color / mirror / Atom feed
* HID regression: Quanta touchscreen, device ID: 0408:3008
@ 2012-04-23  7:26 Ming Lei
  2012-04-23 13:43 ` Jiri Kosina
  0 siblings, 1 reply; 8+ messages in thread
From: Ming Lei @ 2012-04-23  7:26 UTC (permalink / raw)
  To: linux-input; +Cc: Jiri Kosina, Benjamin Tissoires

Hi,

Quanta touchscreen, device ID: 0408:3008, works well on 3.0, but
double click doesn't work on 3.4-rc2, please refer to detailed report
on the below link.



https://bugs.launchpad.net/ubuntu/+source/linux/+bug/913164/comments/15
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/913164/comments/32

Thanks,
-- 
Ming Lei

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: HID regression: Quanta touchscreen, device ID: 0408:3008
  2012-04-23  7:26 HID regression: Quanta touchscreen, device ID: 0408:3008 Ming Lei
@ 2012-04-23 13:43 ` Jiri Kosina
  2012-04-23 14:19   ` Ming Lei
       [not found]   ` <4f95669e.a0e7d80a.2ef7.6710SMTPIN_ADDED@mx.google.com>
  0 siblings, 2 replies; 8+ messages in thread
From: Jiri Kosina @ 2012-04-23 13:43 UTC (permalink / raw)
  To: Ming Lei; +Cc: linux-input, Benjamin Tissoires

On Mon, 23 Apr 2012, Ming Lei wrote:

> Hi,
> 
> Quanta touchscreen, device ID: 0408:3008, works well on 3.0, but
> double click doesn't work on 3.4-rc2, please refer to detailed report
> on the below link.
> 
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/913164/comments/15
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/913164/comments/32

Ming Lei,

those two links don't provide any detailed report whatsoever. Looking at 

	https://bugs.launchpad.net/ubuntu/+source/linux/+bug/913164

there seems to be quite some discussion, but covering multiple models from 
multiple vendors (and likely multiple different patches needed).

So if there are patches that need to be applied (likely device ID 
additions as far as I understand this monster launchpad bug entry), please 
point me directly to the respective patches or send me a little bit more 
details (VID/PID/protocol needed), and I'll queue the patches.

Thanks,

-- 
Jiri Kosina
SUSE Labs

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: HID regression: Quanta touchscreen, device ID: 0408:3008
  2012-04-23 13:43 ` Jiri Kosina
@ 2012-04-23 14:19   ` Ming Lei
  2012-04-23 14:26     ` Jiri Kosina
       [not found]   ` <4f95669e.a0e7d80a.2ef7.6710SMTPIN_ADDED@mx.google.com>
  1 sibling, 1 reply; 8+ messages in thread
From: Ming Lei @ 2012-04-23 14:19 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-input, Benjamin Tissoires

Hi Jiri,

On Mon, Apr 23, 2012 at 9:43 PM, Jiri Kosina <jkosina@suse.cz> wrote:

> those two links don't provide any detailed report whatsoever. Looking at
>
>        https://bugs.launchpad.net/ubuntu/+source/linux/+bug/913164
>
> there seems to be quite some discussion, but covering multiple models from
> multiple vendors (and likely multiple different patches needed).

On comment #14, #15 and #32 of the above link, only the  Quanta touchscreen
(vendor ID: 0408, device ID:3008) is related.

>
> So if there are patches that need to be applied (likely device ID
> additions as far as I understand this monster launchpad bug entry), please
> point me directly to the respective patches or send me a little bit more
> details (VID/PID/protocol needed), and I'll queue the patches.

Sorry, I have not any patches which can make the Quanta touchscreen(0408:3008)
working well, also no any device ID addition patch is need for the device.

You can understand my email as a regression report for the Quanta touchscreen
device, since it works well on 3.0 kernel, but double click stops working
on 3.4-rc2.


Thanks,
-- 
Ming Lei
--
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: HID regression: Quanta touchscreen, device ID: 0408:3008
  2012-04-23 14:19   ` Ming Lei
@ 2012-04-23 14:26     ` Jiri Kosina
  0 siblings, 0 replies; 8+ messages in thread
From: Jiri Kosina @ 2012-04-23 14:26 UTC (permalink / raw)
  To: Ming Lei; +Cc: linux-input, Benjamin Tissoires

On Mon, 23 Apr 2012, Ming Lei wrote:

> > So if there are patches that need to be applied (likely device ID
> > additions as far as I understand this monster launchpad bug entry), please
> > point me directly to the respective patches or send me a little bit more
> > details (VID/PID/protocol needed), and I'll queue the patches.
> 
> Sorry, I have not any patches which can make the Quanta touchscreen(0408:3008)
> working well, also no any device ID addition patch is need for the device.
> 
> You can understand my email as a regression report for the Quanta touchscreen
> device, since it works well on 3.0 kernel, but double click stops working
> on 3.4-rc2.

Support for 0x3008 PID has been added by Benjamin only in v3.3-rc1 (commit 
5e7ea11f6), so I am not really sure about the level of support you are 
talking about in 3.0 kernel?

Was it perhaps supported by some out of tree driver?

-- 
Jiri Kosina
SUSE Labs

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: HID regression: Quanta touchscreen, device ID: 0408:3008
       [not found]   ` <4f95669e.a0e7d80a.2ef7.6710SMTPIN_ADDED@mx.google.com>
@ 2012-04-23 15:34     ` Benjamin Tissoires
  2012-04-23 15:42       ` Chase Douglas
  0 siblings, 1 reply; 8+ messages in thread
From: Benjamin Tissoires @ 2012-04-23 15:34 UTC (permalink / raw)
  To: Ming Lei; +Cc: Jiri Kosina, linux-input

Hi guys,

On Mon, Apr 23, 2012 at 16:19, Ming Lei <tom.leiming@gmail.com> wrote:
> Hi Jiri,
>
> On Mon, Apr 23, 2012 at 9:43 PM, Jiri Kosina <jkosina@suse.cz> wrote:
>
>> those two links don't provide any detailed report whatsoever. Looking at
>>
>>        https://bugs.launchpad.net/ubuntu/+source/linux/+bug/913164
>>
>> there seems to be quite some discussion, but covering multiple models from
>> multiple vendors (and likely multiple different patches needed).
>
> On comment #14, #15 and #32 of the above link, only the  Quanta touchscreen
> (vendor ID: 0408, device ID:3008) is related.
>
>>
>> So if there are patches that need to be applied (likely device ID
>> additions as far as I understand this monster launchpad bug entry), please
>> point me directly to the respective patches or send me a little bit more
>> details (VID/PID/protocol needed), and I'll queue the patches.
>
> Sorry, I have not any patches which can make the Quanta touchscreen(0408:3008)
> working well, also no any device ID addition patch is need for the device.
>
> You can understand my email as a regression report for the Quanta touchscreen
> device, since it works well on 3.0 kernel, but double click stops working
> on 3.4-rc2.

Well, depending on the point of view, it's a regression or a feature ;-)

in kernels pre-3.2 IIRC, this device used the embedded mouse interface
(so the double click "worked"). Now, it's using the generic
hid-multitouch driver, which means that it forwards raw multitouch
events to the upper layers.

The problem relies in the upper layers and not in the kernel: nobody
took the time to code a X.org driver that handles true multitouch
direct devices. You can eventually use the synaptics one, but you will
have to deal with absolute/relative coordinates, and the last time I
played with it, it was not convenient as I was not able to make GDM
use the absolute coordinate system (I kow I should have patched the
synaptics X.org driver).

Cheers,
Benjamin

>
>
> Thanks,
> --
> Ming Lei
--
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: HID regression: Quanta touchscreen, device ID: 0408:3008
  2012-04-23 15:34     ` Benjamin Tissoires
@ 2012-04-23 15:42       ` Chase Douglas
  2012-04-23 15:48         ` Benjamin Tissoires
  0 siblings, 1 reply; 8+ messages in thread
From: Chase Douglas @ 2012-04-23 15:42 UTC (permalink / raw)
  To: Benjamin Tissoires; +Cc: Ming Lei, Jiri Kosina, linux-input

On 04/23/2012 08:34 AM, Benjamin Tissoires wrote:
> The problem relies in the upper layers and not in the kernel: nobody
> took the time to code a X.org driver that handles true multitouch
> direct devices. You can eventually use the synaptics one, but you will
> have to deal with absolute/relative coordinates, and the last time I
> played with it, it was not convenient as I was not able to make GDM
> use the absolute coordinate system (I kow I should have patched the
> synaptics X.org driver).

X now supports direct multitouch devices using the X evdev driver. This
may be a bug in the X server.

-- Chase

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: HID regression: Quanta touchscreen, device ID: 0408:3008
  2012-04-23 15:42       ` Chase Douglas
@ 2012-04-23 15:48         ` Benjamin Tissoires
  2012-04-23 15:59           ` Chase Douglas
  0 siblings, 1 reply; 8+ messages in thread
From: Benjamin Tissoires @ 2012-04-23 15:48 UTC (permalink / raw)
  To: Chase Douglas; +Cc: Ming Lei, Jiri Kosina, linux-input

On Mon, Apr 23, 2012 at 17:42, Chase Douglas
<chase.douglas@canonical.com> wrote:
> On 04/23/2012 08:34 AM, Benjamin Tissoires wrote:
>> The problem relies in the upper layers and not in the kernel: nobody
>> took the time to code a X.org driver that handles true multitouch
>> direct devices. You can eventually use the synaptics one, but you will
>> have to deal with absolute/relative coordinates, and the last time I
>> played with it, it was not convenient as I was not able to make GDM
>> use the absolute coordinate system (I kow I should have patched the
>> synaptics X.org driver).
>
> X now supports direct multitouch devices using the X evdev driver. This
> may be a bug in the X server.

Yes it does, but does it also emulates right-clicks with double tap?
(It's not an attack ;-), it's just a question as I did not followed
the development of XInput 2.2 since a long time...)

thanks,
Benjamin

>
> -- Chase
> --
> 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] 8+ messages in thread

* Re: HID regression: Quanta touchscreen, device ID: 0408:3008
  2012-04-23 15:48         ` Benjamin Tissoires
@ 2012-04-23 15:59           ` Chase Douglas
  0 siblings, 0 replies; 8+ messages in thread
From: Chase Douglas @ 2012-04-23 15:59 UTC (permalink / raw)
  To: Benjamin Tissoires; +Cc: Ming Lei, Jiri Kosina, linux-input

On 04/23/2012 08:48 AM, Benjamin Tissoires wrote:
> On Mon, Apr 23, 2012 at 17:42, Chase Douglas
> <chase.douglas@canonical.com> wrote:
>> On 04/23/2012 08:34 AM, Benjamin Tissoires wrote:
>>> The problem relies in the upper layers and not in the kernel: nobody
>>> took the time to code a X.org driver that handles true multitouch
>>> direct devices. You can eventually use the synaptics one, but you will
>>> have to deal with absolute/relative coordinates, and the last time I
>>> played with it, it was not convenient as I was not able to make GDM
>>> use the absolute coordinate system (I kow I should have patched the
>>> synaptics X.org driver).
>>
>> X now supports direct multitouch devices using the X evdev driver. This
>> may be a bug in the X server.
> 
> Yes it does, but does it also emulates right-clicks with double tap?
> (It's not an attack ;-), it's just a question as I did not followed
> the development of XInput 2.2 since a long time...)

No offense taken :). I merely wanted to point out that it could be a bug
in the X server, too.

In XI 2.2, there is only button 1 emulation. If you double tap it should
double click. If you press and hold, it should press and hold button 1.
There's no "gestural" interpretation in the X server that interprets
touchscreen input and causes a button 2 event.

-- Chase

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-04-23 15:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-23  7:26 HID regression: Quanta touchscreen, device ID: 0408:3008 Ming Lei
2012-04-23 13:43 ` Jiri Kosina
2012-04-23 14:19   ` Ming Lei
2012-04-23 14:26     ` Jiri Kosina
     [not found]   ` <4f95669e.a0e7d80a.2ef7.6710SMTPIN_ADDED@mx.google.com>
2012-04-23 15:34     ` Benjamin Tissoires
2012-04-23 15:42       ` Chase Douglas
2012-04-23 15:48         ` Benjamin Tissoires
2012-04-23 15:59           ` Chase Douglas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.