[Linuxwacom-devel] Touchpad?

2012-01-21 Thread Cedric Sodhi
Does linuxwacom support a touchpad-like mode? That is, only tapping creates a click while physically dragging only moves the mouse pointer. -- Try before you buy = See our experts in action! The most comprehensive online

Re: [Linuxwacom-devel] Touchpad?

2012-01-21 Thread Favux ...
Single finger (1FG) Left click - tap, actual click happens after TapTime period elapses. Left click drag - tap to select, quickly (within TapTime period) touch selection again. Then drag. Two finger (2FG) Right click - one finger down + tap second finger Vertical scroll - two fingers side by side

Re: [Linuxwacom-devel] Touchpad?

2012-01-21 Thread Favux ...
That's how xf86-input-wacom-0.13.0 should behave since it has Alexey Osipov's patches in it. The instructions are one of my rough drafts to include gestures in man wacom. -- Try before you buy = See our experts in

Re: [Linuxwacom-devel] Touchpad?

2012-01-21 Thread Cedric Sodhi
Forgive my ignorance, but if this is, as you claim, the default behaviour as of 0.13.0, how would I get the legacy behaviour that I currently experience in 0.12.0. That is traditional touchscreen behaviour where the button is pressed when the finger is touched? Trying 0.13 straight away, thanks

Re: [Linuxwacom-devel] Touchpad?

2012-01-21 Thread Alexey Osipov
Hi, guys. Note that my patches only applicable to touch tool of wacom devices, not for pen or eraser tools. Maybe Cedric wants this behaviour for the pen tool? В Сбт, 21/01/2012 в 08:48 -0600, Favux ... пишет: That's how xf86-input-wacom-0.13.0 should behave since it has Alexey Osipov's

Re: [Linuxwacom-devel] Touchpad?

2012-01-21 Thread Cedric Sodhi
Hi Alexey, thanks for the enhacement. Althought I think it would surely be nicer if this was generically possible regardless of the device type, I only want it for the touchpad. On Sat, Jan 21, 2012 at 10:01:09PM +0700, Alexey Osipov wrote: Hi, guys. Note that my patches only applicable to

Re: [Linuxwacom-devel] Touchpad?

2012-01-21 Thread Cedric Sodhi
I just cloned xf86-input-wacom and compiled and I notice no difference other than my local patch (which give pens a global precedence over ANY touch, which I need because my touch-device is not the same as the pen device) rendering it unusuable. Without that patch, the mouse pointer still drags

Re: [Linuxwacom-devel] Touchpad?

2012-01-21 Thread Alexey Osipov
В Сбт, 21/01/2012 в 09:16 -0600, Favux ... пишет: Hi Alexey, I think Cedric is primarily concerned with touch. Ok, I see. So if you or Cedric or anyone else has comments or changes to suggest please let me know. Trying to get the gesture instructions as clear and succinct as possible. I

Re: [Linuxwacom-devel] Touchpad?

2012-01-21 Thread Alexey Osipov
It's strange. I've never seen such behaviour as you describe on xf86-input-wacom nor after my patches neither before. Did you enable Gestures on Touch device with xsetwacom? В Сбт, 21/01/2012 в 16:25 +0100, Cedric Sodhi пишет: I just cloned xf86-input-wacom and compiled and I notice no

Re: [Linuxwacom-devel] Touchpad?

2012-01-21 Thread Cedric Sodhi
Alexey, here is some info, as I said with current master: $ xsetwacom list Wacom ISDv4 90 Pen stylus id: 12 type: STYLUS Wacom ISDv4 90 Pen eraser id: 16 type: ERASER eGalax_eMPIA Technology Inc. PCAP MultiTouch Controller touch id: 13 type: TOUCH $

Re: [Linuxwacom-devel] Touchpad?

2012-01-21 Thread Alexey Osipov
Okay, I think I see the problem. You have a touchscreen device, not a touchpad, right? Touchscreen and touchpad behaviours are different in xf86-input-wacom. This difference determined by 'WCM_LCD' flag set on device in wcmDeviceTypeKeys() from wcmValidateDevice.c. Then, in

Re: [Linuxwacom-devel] Touchpad?

2012-01-21 Thread Cedric Sodhi
On Sat, Jan 21, 2012 at 10:00:41AM -0600, Favux ... wrote: Cedric, are you talking about your ASUS EEE Slate with the Wacom digitizer and eGalax touchscreen? Last I saw Chris was saying use evdev not xf86-input-wacom? I have no memory of that. The xf86-input-wacom works fine with any

Re: [Linuxwacom-devel] Touchpad?

2012-01-21 Thread Cedric Sodhi
On Sat, Jan 21, 2012 at 11:14:37PM +0700, Alexey Osipov wrote: Okay, I think I see the problem. You have a touchscreen device, not a touchpad, right? Yes Touchscreen and touchpad behaviours are different in xf86-input-wacom. This difference determined by 'WCM_LCD' flag set on device in

[Linuxwacom-devel] Precedence

2012-01-21 Thread Cedric Sodhi
I would like to discuss the topic of precedence. Currently, XF86/I/W manages multiple subdevices of a single device internally. That solution does not seem very good for the long term. Ben Tissoires once told me about a vision in which all these problems should be rectified, somewhere, somehow,

Re: [Linuxwacom-devel] Touchpad?

2012-01-21 Thread Alexey Osipov
В Сбт, 21/01/2012 в 17:27 +0100, Cedric Sodhi пишет: On Sat, Jan 21, 2012 at 11:14:37PM +0700, Alexey Osipov wrote: Okay, I think I see the problem. You have a touchscreen device, not a touchpad, right? Yes Touchscreen and touchpad behaviours are different in xf86-input-wacom.

Re: [Linuxwacom-devel] Touchpad?

2012-01-21 Thread Cedric Sodhi
On Sat, Jan 21, 2012 at 11:14:37PM +0700, Alexey Osipov wrote: Okay, I think I see the problem. You have a touchscreen device, not a touchpad, right? Touchscreen and touchpad behaviours are different in xf86-input-wacom. This difference determined by 'WCM_LCD' flag set on device in

Re: [Linuxwacom-devel] Touchpad?

2012-01-21 Thread Chris Bagwell
On Sat, Jan 21, 2012 at 2:31 PM, Cedric Sodhi man...@gmx.net wrote: On Sat, Jan 21, 2012 at 11:14:37PM +0700, Alexey Osipov wrote: Okay, I think I see the problem. You have a touchscreen device, not a touchpad, right? Touchscreen and touchpad behaviours are different in xf86-input-wacom.