[Linuxwacom-devel] [PATCH] Restore pad button functionality

2012-10-18 Thread Jason Gerecke
Commit b0083492 broke pad buttons by no longer setting the wcmBTNChannel. With this variable left uninitialized, pad button data would be stored in another channel (e.g. 0) without any other data like proximity set. This commit sets wcmBTNChannel to point to the channel used for storing pad data

Re: [Linuxwacom-devel] [PATCH] Restore pad button functionality

2012-10-18 Thread Peter Hutterer
On Thu, Oct 18, 2012 at 01:26:56PM -0700, Jason Gerecke wrote: Commit b0083492 broke pad buttons by no longer setting the wcmBTNChannel. With this variable left uninitialized, pad button data would be stored in another channel (e.g. 0) without any other data like proximity set. This commit