Re: [Linuxwacom-devel] [PATCH] Be more strict about linking to already-linked devices

2018-01-07 Thread Peter Hutterer
On Tue, Dec 26, 2017 at 03:56:35PM -0800, Jason Gerecke wrote: > The wcmLinkTouchAndPen function is responsible for associating the pen and > touch interfaces of a tablet. This association can be tripped up if multiple > devices with the same name are connected, so it includes code to prevent > lin

Re: [Linuxwacom-devel] [PATCH] Be more strict about linking to already-linked devices

2018-01-07 Thread Peter Hutterer
On Tue, Dec 26, 2017 at 03:56:35PM -0800, Jason Gerecke wrote: > The wcmLinkTouchAndPen function is responsible for associating the pen and > touch interfaces of a tablet. This association can be tripped up if multiple > devices with the same name are connected, so it includes code to prevent > lin

[Linuxwacom-devel] [PATCH] Be more strict about linking to already-linked devices

2017-12-26 Thread Jason Gerecke
The wcmLinkTouchAndPen function is responsible for associating the pen and touch interfaces of a tablet. This association can be tripped up if multiple devices with the same name are connected, so it includes code to prevent linking to a device which already has been linked up. However, the conditi