Re: [Linuxwacom-devel] [PATCH] hid-wacom: add support to Intuos4 pad buttons and dial

2012-02-02 Thread Aristeu Rozanski
On Thu, Feb 02, 2012 at 09:32:03AM -0600, Chris Bagwell wrote: > Hi Aristeu, > > I'm sure people will be happy to see this patch. I've a question for you > below. > > On Wed, Feb 1, 2012 at 11:23 AM, Aristeu Rozanski wrote: > > This patch adds support f

[Linuxwacom-devel] [PATCH] hid-wacom: fix proximity tool release

2012-02-01 Thread Aristeu Rozanski
Don't zero the current tool before reporting its release to the input subsystem. Signed-off-by: Aristeu Rozanski --- linus-2.6.orig/drivers/hid/hid-wacom.c 2012-02-01 12:04:39.660958537 -0500 +++ linus-2.6/drivers/hid/hid-wacom.c 2012-02-01 12:05:12.205959440 -0500 @@ -322,10 +3

[Linuxwacom-devel] [PATCH] hid-wacom: add support to Intuos4 pad buttons and dial

2012-02-01 Thread Aristeu Rozanski
This patch adds support for the pad buttons and dial in the bluetooth version of Intuos4. Signed-off-by: Aristeu Rozanski --- drivers/hid/hid-wacom.c | 38 ++ 1 file changed, 38 insertions(+) --- linus-2.6.orig/drivers/hid/hid-wacom.c 2012-02-01 11