Re: [Linuxwacom-devel] [patch] added Wacom Cintiq Companion 2 tablet and svg file

2015-11-30 Thread Jason Gerecke
On Sat, Nov 28, 2015 at 4:30 PM, Friedrich Beckmann wrote: > Hi, > > please find attached a patch for libwacom to add Wacom Cintiq Companion 2 > tablet and svg file. I tried this on debian testing actually running on the > Cintiq Companion 2 and tested it via the

[Linuxwacom-devel] [PATCH v3 libwacom] Add support for the ExpressKey Remote

2015-11-30 Thread Aaron Skomra
Signed-off-by: Aaron Skomra --- -pass make check tests data/ek-remote.tablet| 34 data/layouts/ek-remote.svg | 430 +++ libwacom/libwacom-database.c | 2 + libwacom/libwacom.c | 1 + libwacom/libwacom.h

[Linuxwacom-devel] [PATCH input-wacom] Enable additional compile warnings

2015-11-30 Thread Jason Gerecke
Adds -Werror and -Wextra to the list of kernel CFLAGS so that we can be made aware of more potential issues with the code. -Wunused-parameter is explicitly disabled because unused parameters are quite common throughout the kernel, producing copious amounts of noise. -Wmissing-field-initializers

Re: [Linuxwacom-devel] [PATCH v3 libwacom] Add support for the ExpressKey Remote

2015-11-30 Thread Peter Hutterer
On Mon, Nov 30, 2015 at 04:31:06PM -0800, Aaron Skomra wrote: > Signed-off-by: Aaron Skomra > --- > -pass make check tests pushed, thanks. Cheers, Peter > > data/ek-remote.tablet| 34 > data/layouts/ek-remote.svg | 430 >