Re: [Linuxwacom-devel] [PATCH v5 1/5] De-duplicate code for wheel/strip scrolling

2011-12-29 Thread Jason Gerecke
On Wed, Dec 21, 2011 at 9:27 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Wed, Dec 21, 2011 at 03:28:54PM -0800, Jason Gerecke wrote: Replaces sendWheelStripEvents and getWheelButton with several small functions to reduce unnecessary code duplication. As a side-effect, it is now

[Linuxwacom-devel] [PATCH v5 1/5] De-duplicate code for wheel/strip scrolling

2011-12-21 Thread Jason Gerecke
Replaces sendWheelStripEvents and getWheelButton with several small functions to reduce unnecessary code duplication. As a side-effect, it is now possible for the driver to handle simultaneous scrolls on multiple axes. Previously, getWheelButton would go through all the axes but was limited to

Re: [Linuxwacom-devel] [PATCH v5 1/5] De-duplicate code for wheel/strip scrolling

2011-12-21 Thread Peter Hutterer
On Wed, Dec 21, 2011 at 03:28:54PM -0800, Jason Gerecke wrote: Replaces sendWheelStripEvents and getWheelButton with several small functions to reduce unnecessary code duplication. As a side-effect, it is now possible for the driver to handle simultaneous scrolls on multiple axes.