[Linuxwacom-devel] [PATCH input-wacom 1/3] 2.6.32: Limit input-wacom to only provide "new" devices to RHEL 6.10

2019-01-14 Thread Jason Gerecke
From: Ping Cheng The driver included with RHEL 6.10 includes support for a few devices that aren't supported by this input-wacom driver and vice-versa. For example, RHEL supports the EKR but not the Cintiq Pro 32 while input-wacom supports the 32 but not the EKR. This is a problem if you want to

[Linuxwacom-devel] [PATCH input-wacom 3/3] Recgonize Scientific Linux as a variant of RHEL

2019-01-14 Thread Jason Gerecke
From: Ping Cheng Update configure.ac to include them into RHEL 6.10+ and 7.4+ paths. Signed-off-by: Ping Cheng Signed-off-by: Jason Gerecke --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5ea344c..1830b75 100644 ---

[Linuxwacom-devel] [PATCH input-wacom 2/3] 2.6.32: MobileStudio Pro 13/16 and Cintiq Pro 13FHD/16UHD support 10 fingers

2019-01-14 Thread Jason Gerecke
From: Ping Cheng Add missed .touch_max = 10 to their feature structure. Signed-off-by: Ping Cheng Signed-off-by: Jason Gerecke --- 2.6.32/wacom_wac.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/2.6.32/wacom_wac.c b/2.6.32/wacom_wac.c index dfb4ed3..7df47fb