Re: [PATCH libinput 2/2] pad: use libwacom to get the evdev to button number mapping

2017-10-29 Thread Peter Hutterer
On Fri, Oct 27, 2017 at 01:26:40PM -0700, Jason Gerecke wrote: > On Wed, Oct 25, 2017 at 10:24 PM, Peter Hutterer > wrote: > > Some of wacom's tablets, notably the Bamboo series, have a non-predictable > > scheme of mapping the buttons to numeric button numbers in libwacom. Since > > we > > promi

Re: [PATCH libinput 2/2] pad: use libwacom to get the evdev to button number mapping

2017-10-27 Thread Jason Gerecke
On Wed, Oct 25, 2017 at 10:24 PM, Peter Hutterer wrote: > Some of wacom's tablets, notably the Bamboo series, have a non-predictable > scheme of mapping the buttons to numeric button numbers in libwacom. Since we > promise sequential button numbers, we need to have those identical to > libwacom, o

[PATCH libinput 2/2] pad: use libwacom to get the evdev to button number mapping

2017-10-25 Thread Peter Hutterer
Some of wacom's tablets, notably the Bamboo series, have a non-predictable scheme of mapping the buttons to numeric button numbers in libwacom. Since we promise sequential button numbers, we need to have those identical to libwacom, otherwise it's impossible to map the two together. Most tablets h