Re: [Linuxwacom-devel] [PATCH v2] Support recent display devices on older kernels

2017-05-15 Thread Peter Hutterer
On Mon, May 15, 2017 at 03:11:34PM -0700, Aaron Armstrong Skomra wrote: > Older kernels like 2.6.30 will end up with touches > interpreted as relative events unless these devices > are explicitly added. > > Signed-off-by: Aaron Armstrong Skomra Reviewed-by: Peter

[Linuxwacom-devel] [PATCH v2] Support recent display devices on older kernels

2017-05-15 Thread Aaron Armstrong Skomra
Older kernels like 2.6.30 will end up with touches interpreted as relative events unless these devices are explicitly added. Signed-off-by: Aaron Armstrong Skomra --- v2 add Touch PIDs to wcmUSB.c's device list src/wcmUSB.c| 8

Re: [Linuxwacom-devel] [PATCH] Support recent display devices on older kernels

2017-05-15 Thread Ping Cheng
On Mon, May 15, 2017 at 9:59 AM, Aaron Armstrong Skomra wrote: > On Sun, May 14, 2017 at 5:17 PM, Peter Hutterer > wrote: >> On Fri, May 12, 2017 at 01:37:53PM -0700, Aaron Armstrong Skomra wrote: >>> Older kernels like 2.6.30 will end up with touches

Re: [Linuxwacom-devel] [PATCH] Support recent display devices on older kernels

2017-05-15 Thread Aaron Armstrong Skomra
On Sun, May 14, 2017 at 5:17 PM, Peter Hutterer wrote: > On Fri, May 12, 2017 at 01:37:53PM -0700, Aaron Armstrong Skomra wrote: >> Older kernels like 2.6.30 will end up with touches >> interpreted as relative events unless these devices >> are explicitly added. >> >>