Re: [Linuxwacom-devel] [PATCH] Set tool device ID for generic protocol hardware

2014-06-18 Thread Ping Cheng
On Wed, Jun 18, 2014 at 3:54 PM, Jason Gerecke wrote: > The code in usbParseKeyEvent which is supposed to set a device > ID ignores the case of devices which use the generic protocol. > This patch changes the logic so that a device ID is assigned > from the BTN_* event for any non-protocol 5 devic

[Linuxwacom-devel] [PATCH] Set tool device ID for generic protocol hardware

2014-06-18 Thread Jason Gerecke
The code in usbParseKeyEvent which is supposed to set a device ID ignores the case of devices which use the generic protocol. This patch changes the logic so that a device ID is assigned from the BTN_* event for any non-protocol 5 device. Fixes: https://sourceforge.net/p/linuxwacom/bugs/246/ Signe