Re: [Linuxwacom-devel] [PATCH libwacom] data: Add data for ISDv4 0x504a

2016-04-21 Thread Peter Hutterer
On Fri, Apr 22, 2016 at 07:35:18AM +0200, Axel Kittenberger wrote: > > trying to parse through your comments: everything works with this file > > applied? If so, can I merge it? > > And files from distribution default deleted. Yes thanks, pushed 08e3103..b3ea4c6 master -> master Cheers,

Re: [Linuxwacom-devel] [PATCH libwacom] data: Add data for ISDv4 0x504a

2016-04-21 Thread Axel Kittenberger
> trying to parse through your comments: everything works with this file > applied? If so, can I merge it? And files from distribution default deleted. Yes -- Find and fix application performance issues faster with Applica

Re: [Linuxwacom-devel] [PATCH libwacom] data: Add data for ISDv4 0x504a

2016-04-21 Thread Peter Hutterer
On Wed, Apr 20, 2016 at 02:27:00PM +0200, Axel Kittenberger wrote: > I see, yes I removed all bamboo stuff and it works now, thank you! > I suppose this happened, since I "make installed" libwacom from source over > the default install, where you supposevly had a filerename somewhere, so i > had t

Re: [Linuxwacom-devel] [PATCH libwacom] data: Add data for ISDv4 0x504a

2016-04-20 Thread Axel Kittenberger
I see, yes I removed all bamboo stuff and it works now, thank you! I suppose this happened, since I "make installed" libwacom from source over the default install, where you supposevly had a filerename somewhere, so i had two files with the same name. Especially "/usr/share/libwacom/bambo-2fg-4x5

Re: [Linuxwacom-devel] [PATCH libwacom] data: Add data for ISDv4 0x504a

2016-04-20 Thread Axel Kittenberger
i mean I had two files with the same content On Wed, Apr 20, 2016 at 2:27 PM, Axel Kittenberger wrote: > I see, yes I removed all bamboo stuff and it works now, thank you! > > I suppose this happened, since I "make installed" libwacom from source > over the default install, where you supposevly

Re: [Linuxwacom-devel] [PATCH libwacom] data: Add data for ISDv4 0x504a

2016-04-20 Thread Carlos Garnacho
Hi Axel, On Wed, Apr 20, 2016 at 2:07 PM, Axel Kittenberger wrote: > Doesn't work, any debug output I can provide? Did you fix the "Duplicate match of 'usb:056a:00d0' on device 'Wacom Bamboo Touch (2FG)'" error on your side? This is very likely something in your setup, and libwacom will refuse t

[Linuxwacom-devel] [PATCH libwacom] data: Add data for ISDv4 0x504a

2016-04-20 Thread Carlos Garnacho
This device will be found in Lenovo Yoga 460 Signed-off-by: Carlos Garnacho --- data/isdv4-504a.tablet | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 data/isdv4-504a.tablet diff --git a/data/isdv4-504a.tablet b/data/isdv4-504a.tablet new file mode 100644 index 000