Re: [Linuxwacom-devel] [PATCH libwacom] Add Coverity integration to .travis.yml

2018-01-08 Thread Peter Hutterer
On Mon, Jan 08, 2018 at 02:57:57PM -0800, Jason Gerecke wrote: > Use the same kind of setup as xf86-input-wacom to run Coverity nightly. > > Signed-off-by: Jason Gerecke looks ok on a quick glance, thanks f50f6af..74a140e master -> master Cheers, Peter > ---

[Linuxwacom-devel] [PATCH libwacom] Add Coverity integration to .travis.yml

2018-01-08 Thread Jason Gerecke
Use the same kind of setup as xf86-input-wacom to run Coverity nightly. Signed-off-by: Jason Gerecke --- .travis.yml | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8db3cd4..2a8e98f 100644 ---

Re: [Linuxwacom-devel] [PATCH libwacom 2/2] data: Change ISDv4 50b6 to use USB bus

2018-01-08 Thread Peter Hutterer
On Mon, Jan 08, 2018 at 09:15:39AM -0800, Jason Gerecke wrote: > Original data from `./Lenovo ThinkPad X1 Yoga 2nd/sysinfo.tkM70wemeh` > in the wacom-hid-descriptors repository indicates that this is a USB > device, not an I2C device. > > Fixes: d8181a95b7 ("data: Add several ISDv4 tablet

[Linuxwacom-devel] [PATCH input-wacom] Additional outbound area fixes

2018-01-08 Thread Jason Gerecke
Commit 0c868d4eeb backported numerous fixes to tablet outbound data. This commit seems to have missed several tablets in the 2.6.30 and 2.6.36 trees however. These missing tablets were corrected in 2.6.38+ backports, so the data from those is copied where necessary. Ref: 0c868d4eeb ("backport:

[Linuxwacom-devel] [PATCH libwacom 2/2] data: Change ISDv4 50b6 to use USB bus

2018-01-08 Thread Jason Gerecke
Original data from `./Lenovo ThinkPad X1 Yoga 2nd/sysinfo.tkM70wemeh` in the wacom-hid-descriptors repository indicates that this is a USB device, not an I2C device. Fixes: d8181a95b7 ("data: Add several ISDv4 tablet definitions") Signed-off-by: Jason Gerecke ---

[Linuxwacom-devel] [PATCH libwacom 1/2] data: Add ISDv4 50b8 tablet

2018-01-08 Thread Jason Gerecke
https://github.com/linuxwacom/libwacom/issues/12 Signed-off-by: Jason Gerecke --- data/isdv4-50b8.tablet | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 data/isdv4-50b8.tablet diff --git a/data/isdv4-50b8.tablet b/data/isdv4-50b8.tablet new