Re: [Linuxwacom-devel] [PATCH] Properly clear action properties

2012-11-14 Thread Jason Gerecke
On Wed, Nov 14, 2012 at 4:45 PM, Peter Hutterer wrote: > On Wed, Nov 14, 2012 at 01:13:59PM -0800, Jason Gerecke wrote: > > From: Your Name > > you probably want to fix that up? :) > > Reviewed-by: Peter Hutterer > > > > > > What we want to do is clear all 256 steps of an individual action. What

Re: [Linuxwacom-devel] [PATCH] Properly clear action properties

2012-11-14 Thread Peter Hutterer
On Wed, Nov 14, 2012 at 01:13:59PM -0800, Jason Gerecke wrote: > From: Your Name you probably want to fix that up? :) Reviewed-by: Peter Hutterer > > What we want to do is clear all 256 steps of an individual action. What > we were doing was clearing just the first step. This resulted in the

[Linuxwacom-devel] [PATCH] Properly clear action properties

2012-11-14 Thread Jason Gerecke
From: Your Name What we want to do is clear all 256 steps of an individual action. What we were doing was clearing just the first step. This resulted in the following behavior: $ xsetwacom --set Button 1 "key a b c" # press button 1 -> abc $ xsetwacom --set Button 1 "key d" # press but