[Linuxwacom-devel] Status of Intuos4 driver (USB)

2011-10-21 Thread Przemo Firszt
Hi, What's the current status of Intuos4 (USB) driver. Is it fully finctional? I just connected mine Intuos4 WL using USB cable and tablet works, but pen buttons are dead. Is that WL specific (so I can fix it) or it's normal for all Intuos4 series? Pad buttons and scroll thing works as well, but I

Re: [Linuxwacom-devel] Status of Intuos4 driver (USB) - update

2011-10-21 Thread Przemo Firszt
Dnia 2011-10-21, pią o godzinie 13:21 +0100, Przemo Firszt pisze: > Hi, > What's the current status of Intuos4 (USB) driver. Is it fully > finctional? I just connected mine Intuos4 WL using USB cable and tablet > works, but pen buttons are dead. Is that WL specific (so I can fix it) > or it's norma

Re: [Linuxwacom-devel] Status of Intuos4 driver (USB) - update

2011-10-21 Thread Alexia Death
On Fri, Oct 21, 2011 at 3:24 PM, Przemo Firszt wrote: > Dnia 2011-10-21, pią o godzinie 13:21 +0100, Przemo Firszt pisze: >> Hi, >> What's the current status of Intuos4 (USB) driver. Is it fully >> finctional? I just connected mine Intuos4 WL using USB cable and tablet >> works, but pen buttons ar

Re: [Linuxwacom-devel] [PATCH 2/3] Correct Cintiq 21UX2 features to advertise touch strips, not rings

2011-10-21 Thread Chris Bagwell
On Thu, Oct 20, 2011 at 6:59 PM, Jason Gerecke wrote: > Moves the 0xCC case (21UX2) to be in the proper spot. There are > touch strips, not rings on this device. I do not know the device but code does do what comment says and it make sense that all ID's with /* CintiqV5 */ would have same feature

Re: [Linuxwacom-devel] [PATCH 2/2] Pressure is not reported for touch devices in the kernel

2011-10-21 Thread Chris Bagwell
On Thu, Oct 20, 2011 at 4:36 PM, Ping Cheng wrote: > On Thu, Oct 20, 2011 at 8:03 AM, Chris Bagwell wrote: >> On Wed, Oct 19, 2011 at 9:10 PM, Chris Bagwell wrote: >>> On Wed, Oct 19, 2011 at 7:01 PM, Ping Cheng wrote: So, we can not rely on pressure to set button 1 click for touch sc

Re: [Linuxwacom-devel] [PATCH 2/2] Pressure is not reported for touch devices in the kernel

2011-10-21 Thread Chris Bagwell
On Fri, Oct 21, 2011 at 1:46 AM, Peter Hutterer wrote: > On Thu, Oct 20, 2011 at 12:44:40PM -0700, Ping Cheng wrote: >> On Thu, Oct 20, 2011 at 8:03 AM, Chris Bagwell wrote: >> > On Wed, Oct 19, 2011 at 9:10 PM, Chris Bagwell >> > wrote: >> >> On Wed, Oct 19, 2011 at 7:01 PM, Ping Cheng wrote:

Re: [Linuxwacom-devel] Status of Intuos4 driver (USB)

2011-10-21 Thread Ping Cheng
On Fri, Oct 21, 2011 at 5:21 AM, Przemo Firszt wrote: > Hi, > What's the current status of Intuos4 (USB) driver. Is it fully > finctional? I just connected mine Intuos4 WL using USB cable and tablet > works, but pen buttons are dead. Is that WL specific (so I can fix it) > or it's normal for all I

Re: [Linuxwacom-devel] [PATCH 2/2] Pressure is not reported for touch devices in the kernel

2011-10-21 Thread Ping Cheng
On Thu, Oct 20, 2011 at 11:46 PM, Peter Hutterer wrote: >> This requires an interface change. We will need to only report 2 >> valuators, x and y. That might be fine with newer X server and Gtk >> versions. But, I guess we'll need to deal with backward compatibility >> issue. I am not sure how we

Re: [Linuxwacom-devel] [PATCH] Initial driver for Wacom Intuos4 Wireless - version 2, merge with hid-wacom.c

2011-10-21 Thread Przemo Firszt
Dnia 2011-10-20, czw o godzinie 15:19 -0700, Ping Cheng pisze: > On Tue, Oct 18, 2011 at 12:18 PM, Przemo Firszt wrote: > > Please test & comment. I cannot convince git to block text in a > > different way - if anyone knows how to do it please let me know. > > Can I assume you have tested the dri

Re: [Linuxwacom-devel] [PATCH] Initial driver for Wacom Intuos4 Wireless - version 3, merge with hid-wacom.c

2011-10-21 Thread Przemo Firszt
Verssion 3. The only difference is __set_bit(INPUT_PROP_POINTER, input->propbit); moved to "common" section of "probe" function. The second patch adds battery state reporting. Both patches are also in devel branch of: git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/wacom-kernel http://l

Re: [Linuxwacom-devel] [PATCH] Initial driver for Wacom Intuos4 Wireless - version 3, merge with hid-wacom.c

2011-10-21 Thread Ping Cheng
On Fri, Oct 21, 2011 at 1:29 PM, Przemo Firszt wrote: > Verssion 3. The only difference is > __set_bit(INPUT_PROP_POINTER, input->propbit); > moved to "common" section of "probe" function. I don't think I have time to test Graphire WL. You can add my Acked-by when submitting to LKML-input. Thank

[Linuxwacom-devel] [PATCH 2/2] Pressure is not reported for touch devices in the kernel

2011-10-21 Thread Ping Cheng
On Fri, Oct 21, 2011 at 6:55 AM, Chris Bagwell wrote: pressure.  Maybe your seeing something related to pen proximity masking that I didn't consider since my hw doesn't have pen support. >> >> No, my touchscreen doesn't support pen. It's a single touch device. >> wcmSingleFingerPress che

[Linuxwacom-devel] [PATCH 1/5] Add basic support for Cintiq 24HD

2011-10-21 Thread Jason Gerecke
Adds the Cintiq 24HD (056a:00f4) to the device lists. The 24HD has two features not found on prior tablets: three capacitive buttons, and a second touch ring. Subsuquent patches will address adding support for them. Signed-off-by: Jason Gerecke --- src/wcmUSB.c|1 + src/wcmValida

[Linuxwacom-devel] [PATCH 2/5] Treat KEY_PROG1, KEY_PROG2, and KEY_PROG3 as buttons

2011-10-21 Thread Jason Gerecke
The driver does not currently pass through KEY_* events as keyboard presses, and the modifications to make it do so are outside the scope of this patch set. Until the driver is patched to change this oddity, we treat the three KEY_* the 24HD sends from the kernel the same as BTN_* events. Signed-o

[Linuxwacom-devel] [PATCH 3/5] Add 'abswheel2' to device state for dual-ring devices

2011-10-21 Thread Jason Gerecke
This patch adds an 'abswheel2' field to the _WacomDeviceState structure, along with corresponding 'oldWheel2' field to the _WacomDeviceRec structure. These fields store the state of the second touch ring on dual-ring devices such as the Cintiq 24HD. Signed-off-by: Jason Gerecke --- src/wcmCommon

[Linuxwacom-devel] [PATCH 4/5] Have the second touch ring emulate wheel events by default

2011-10-21 Thread Jason Gerecke
Touch strips as well as the first touch ring are set up to emulate mouse wheel events by default. This patch duplicates this behavior for the second touch ring, so that it behaves in an identical manner. Signed-off-by: Jason Gerecke --- src/wcmCommon.c | 29 +++-

[Linuxwacom-devel] [PATCH 5/5] Expose the second touch ring's raw value in a new 7th valuator

2011-10-21 Thread Jason Gerecke
This patch expands the number of valuators reported by devices to seven. The new seventh valuator reports the raw value provided from the kernel for the second touch ring. Signed-off-by: Jason Gerecke --- src/wcmCommon.c | 11 +++ src/wcmConfig.c |2 +- src/xf86Wacom.c | 33 +