[Linuxwacom-devel] [PATCH 2/2] Correct device flags for multiple devices

2017-08-10 Thread Jason Gerecke
The device flags set in wcmDeviceTypeKeys must be set properly in order for the driver to correctly identify and use specific tablet features. Several devices are missing flags that e.g. indicate they support pen rotation or have touch rings. Fixes: 0318b1c ("Support recent display devices on

[Linuxwacom-devel] [PATCH 1/2] Add support for 2nd-generation Intuos Pro

2017-08-10 Thread Jason Gerecke
This tablet is usable without this patch, but the device type is missing the WCM_RING flag. This prevents the ring valuator from being initialized correctly, and in turn causes recent versions of gnome-control-center to not allow configuration of the ring.

Re: [Linuxwacom-devel] [PATCH 1/2] Add support for 2nd-generation Intuos Pro

2017-08-10 Thread Ping Cheng
On Thursday, August 10, 2017, Jason Gerecke wrote: > This tablet is usable without this patch, but the device type is missing > the WCM_RING flag. This prevents the ring valuator from being initialized > correctly, and in turn causes recent versions of gnome-control-center