Re: [Linuxwacom-devel] PATCH: Add button order to libwacom

2012-06-06 Thread Olivier Fourdan
Bastien Nocera said the following on 06/06/2012 03:02 PM: > On Tue, 2012-06-05 at 15:09 +0200, Olivier Fourdan wrote: >> The libwacom API does not provide any way for client applications to >> get the buttons order as this may differ from the actual button >> definition. >> >> For example, the Bamb

Re: [Linuxwacom-devel] PATCH: Add button order to libwacom

2012-06-06 Thread Bastien Nocera
On Tue, 2012-06-05 at 15:09 +0200, Olivier Fourdan wrote: > The libwacom API does not provide any way for client applications to > get the buttons order as this may differ from the actual button > definition. > > For example, the Bamboo Fun Pen&Touch tablet maps buttons from top to > bottom (wi

Re: [Linuxwacom-devel] PATCH: Add button order to libwacom

2012-06-05 Thread Olivier Fourdan
Olivier Fourdan said the following on 06/05/2012 03:09 PM: The libwacom API does not provide any way for client applications to get the buttons order as this may differ from the actual button definition. For example, the Bamboo Fun Pen&Touch tablet maps buttons from top to bottom (with pad on

[Linuxwacom-devel] PATCH: Add button order to libwacom

2012-06-05 Thread Olivier Fourdan
The libwacom API does not provide any way for client applications to get the buttons order as this may differ from the actual button definition. For example, the Bamboo Fun Pen&Touch tablet maps buttons from top to bottom (with pad on the left) as A, D, C, B instead of A, B, C, D as expected,