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:
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
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
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
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
>>> >
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
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
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
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
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
-
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
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
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]
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
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
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
16 matches
Mail list logo