[PATCH v2 5/5] Input: wacom_w8001 - split the touch and pen devices into two devices

2015-12-02 Thread Peter Hutterer
These devices have a pen device and a touch device through the same serial protocol, split it up into two separate devices like we do for USB Wacom tablets too. Userspace already matches on the device name so we can't drop it completely. Compose the same basename based on capabilities and append t

Re: [PATCH v2 5/5] Input: wacom_w8001 - split the touch and pen devices into two devices

2015-12-03 Thread Dmitry Torokhov
On Wed, Dec 2, 2015 at 8:22 PM, Peter Hutterer wrote: > These devices have a pen device and a touch device through the same serial > protocol, split it up into two separate devices like we do for USB Wacom > tablets too. > > Userspace already matches on the device name so we can't drop it complete