Re: [Linuxwacom-devel] [PATCH] Fixing format strings in list_mod

2011-10-09 Thread Peter Hutterer
On Sun, Oct 09, 2011 at 03:01:43PM +0200, Eduard Hasenleithner wrote: > Two printf calls in xsetwacom.c were using a "%d" for output of an > expression of type size_t. Changing format string to use correct > "%zd" in order to avoid the format string warning at compile time: > > xsetwacom.c:787:2:

Re: [Linuxwacom-devel] [PATCH] Gesture mode: Don't freeze the pointer after right-click

2011-10-09 Thread Chris Bagwell
On Sun, Oct 9, 2011 at 11:46 AM, Thomas Jaeger wrote: > Sorry, please ignore this patch.  This is not quite the behavior we need > as it leads a left-click once the cursor is moved. > > On 10/09/2011 12:41 PM, Thomas Jaeger wrote: >> I can't conceive of any reason why the current behavior would be

Re: [Linuxwacom-devel] [PATCH] Exit gesture mode when pen comes in range

2011-10-09 Thread Chris Bagwell
On Sun, Oct 9, 2011 at 11:26 AM, Thomas Jaeger wrote: > This fixes a bug that is easy to reproduce and just as annoying: Just > touch the screen with two fingers and then move the pen in proximity. Ah, yes. That would be an issue. Hopefully, not very common to have 2 fingers on screen and then

Re: [Linuxwacom-devel] Cintiq 24HD

2011-10-09 Thread Chris Bagwell
On Sun, Oct 9, 2011 at 9:25 PM, Jason Gerecke wrote: > On Sun, Oct 9, 2011 at 5:36 PM, Chris Bagwell wrote: >> On Sun, Oct 9, 2011 at 6:08 PM, Peter Hutterer >> wrote: >>> On Fri, Oct 07, 2011 at 06:34:01PM -0700, Jason Gerecke wrote: Played around with implementing this, and it doesn

Re: [Linuxwacom-devel] Cintiq 24HD

2011-10-09 Thread Jason Gerecke
On Sun, Oct 9, 2011 at 5:36 PM, Chris Bagwell wrote: > On Sun, Oct 9, 2011 at 6:08 PM, Peter Hutterer > wrote: >> On Fri, Oct 07, 2011 at 06:34:01PM -0700, Jason Gerecke wrote: >>> On Wed, Oct 5, 2011 at 12:52 PM, Chris Bagwell wrote: >>> > On Wed, Oct 5, 2011 at 1:17 PM, Jason Gerecke >>> >

Re: [Linuxwacom-devel] [PATCH] Initial driver for Wacom Intuos4 Wireless (Bluetooth)

2011-10-09 Thread Chris Bagwell
On Sun, Oct 9, 2011 at 6:20 PM, Ping Cheng wrote: > On Sun, Oct 9, 2011 at 9:38 AM, Chris Bagwell wrote: >> That was going to be my main comment as well: Have you considered >> merging into hid-wacom? >> >> Does this device support reporting battery stats and is it same >> message format as in hi

Re: [Linuxwacom-devel] Cintiq 24HD

2011-10-09 Thread Chris Bagwell
On Sun, Oct 9, 2011 at 6:08 PM, Peter Hutterer wrote: > On Fri, Oct 07, 2011 at 06:34:01PM -0700, Jason Gerecke wrote: >> On Wed, Oct 5, 2011 at 12:52 PM, Chris Bagwell wrote: >> > On Wed, Oct 5, 2011 at 1:17 PM, Jason Gerecke wrote: >> >> On Tue, Oct 4, 2011 at 7:22 PM, Chris Bagwell >> >> wr

Re: [Linuxwacom-devel] [PATCH] Initial driver for Wacom Intuos4 Wireless (Bluetooth)

2011-10-09 Thread Ping Cheng
On Sun, Oct 9, 2011 at 9:38 AM, Chris Bagwell wrote: > That was going to be my main comment as well: Have you considered > merging into hid-wacom? > > Does this device support reporting battery stats and is it same > message format as in hid-wacom?  If so then good reason to merge.  If > not then

Re: [Linuxwacom-devel] Cintiq 24HD

2011-10-09 Thread Peter Hutterer
On Fri, Oct 07, 2011 at 06:34:01PM -0700, Jason Gerecke wrote: > On Wed, Oct 5, 2011 at 12:52 PM, Chris Bagwell wrote: > > On Wed, Oct 5, 2011 at 1:17 PM, Jason Gerecke wrote: > >> On Tue, Oct 4, 2011 at 7:22 PM, Chris Bagwell wrote: > >>> On Tue, Oct 4, 2011 at 8:00 PM, Jason Gerecke > >>> wr

Re: [Linuxwacom-devel] [PATCH] Gesture mode: Don't freeze the pointer after right-click

2011-10-09 Thread Thomas Jaeger
Sorry, please ignore this patch. This is not quite the behavior we need as it leads a left-click once the cursor is moved. On 10/09/2011 12:41 PM, Thomas Jaeger wrote: > I can't conceive of any reason why the current behavior would be preferable. > > Thanks, > Tom -

[Linuxwacom-devel] [PATCH] Gesture mode: Don't freeze the pointer after right-click

2011-10-09 Thread Thomas Jaeger
I can't conceive of any reason why the current behavior would be preferable. Thanks, Tom >From 26c435bd5d456f8a817712862ca816fe3fb76e97 Mon Sep 17 00:00:00 2001 From: Thomas Jaeger Date: Sun, 9 Oct 2011 12:35:35 -0400 Subject: [PATCH] Gesture mode: Don't freeze the pointer after right-click Sign

Re: [Linuxwacom-devel] [PATCH] Initial driver for Wacom Intuos4 Wireless (Bluetooth)

2011-10-09 Thread Chris Bagwell
That was going to be my main comment as well: Have you considered merging into hid-wacom? Does this device support reporting battery stats and is it same message format as in hid-wacom? If so then good reason to merge. If not then maybe its good to keep separate. Also, I'd probably avoid puttin

[Linuxwacom-devel] [PATCH] Exit gesture mode when pen comes in range

2011-10-09 Thread Thomas Jaeger
This fixes a bug that is easy to reproduce and just as annoying: Just touch the screen with two fingers and then move the pen in proximity. Thanks, Tom >From e5fc494f70ab36e1459801e3907ccb812015fa8f Mon Sep 17 00:00:00 2001 From: Thomas Jaeger Date: Sun, 9 Oct 2011 12:18:19 -0400 Subject: [PATCH]

[Linuxwacom-devel] [PATCH v4 2/2] First version of Button Image setting

2011-10-09 Thread Eduard Hasenleithner
The LED extensions in the wacom kernel driver are scheduled for inclusion into linux-3.2. This commit provides a first demonstration on how the OLED part of new interface might be exposed by new wacom xinput device properties. The basic mechanism for passing the Button images between the xsetwacom

[Linuxwacom-devel] [PATCH v4 1/2] Make InitWcmAtom support arbitrary property types

2011-10-09 Thread Eduard Hasenleithner
InitWcmAtom could only create properties of type XA_INTEGER or XA_ATOM. This commit adds support for any atom type by means of adding a type parameter to InitWcmAtom. All instances of InitWcmAtom use are adapted to the new parameters. This is a preparation for a new parameter of type XA_PIXMAP nee

[Linuxwacom-devel] [PATCH] Fixing format strings in list_mod

2011-10-09 Thread Eduard Hasenleithner
Two printf calls in xsetwacom.c were using a "%d" for output of an expression of type size_t. Changing format string to use correct "%zd" in order to avoid the format string warning at compile time: xsetwacom.c:787:2: warning: format '%d' expects argument of type 'int', but argument 2 has