Re: [Linuxwacom-devel] libwacom: [PATCH 0/2] data: update SVG layouts

2012-12-04 Thread Olivier Fourdan
Peter Hutterer said the following on 12/04/2012 04:13 AM: I've merged these and all the standalone patches. Let me know if I forgot any. 37d5fd6..1366904 master - master Perfect! Many thanks for this! Only thing is, I dunno why, but the copyright © sign gets replaced by ?? here, after

[Linuxwacom-devel] libwacom: [PATCH] data: rename serial WACf004 to generic serial

2012-12-04 Thread Olivier Fourdan
Hi, It's been reported [1] that some serial tablet are wrongly seen as Wacom Serial Tablet WACf004. Looking at the device definition in libwacom, it appears that the DeviceMatch for the serial-wacf004.tablet is serial:: so I suspect any unknown serial tablet will be reported as a

Re: [Linuxwacom-devel] libwacom: [PATCH] data: rename serial WACf004 to generic serial

2012-12-04 Thread Ping Cheng
On Tue, Dec 4, 2012 at 2:29 AM, Olivier Fourdan ofour...@redhat.com wrote: Hi, It's been reported [1] that some serial tablet are wrongly seen as Wacom Serial Tablet WACf004. Looking at the device definition in libwacom, it appears that the DeviceMatch for the serial-wacf004.tablet is

[Linuxwacom-devel] [xf86-input-wacom v2 PATCH 1/3] Post maximum number of contacts to clients

2012-12-04 Thread Ping Cheng
Clients should know the maximum number of contacts a touch device support before they get touch events. Signed-off-by: Ping Cheng pi...@wacom.com --- The following TO-DO takes more time than I have now. I list it here so we do not forget them. X server supports pointer emulation for touch

[Linuxwacom-devel] [xf86-input-wacom v2 PATCH 2/3] Update resoltuion for old kernels

2012-12-04 Thread Ping Cheng
We upscaled resolutions in WacomModelDesc and reported from absinfos. But we forgot to update them for older kernels that do not support resolution in absinfo. Resolution received from kernel is in hundredths of a mm. The scale we use here is in meter. Signed-off-by: Ping Cheng pi...@wacom.com

[Linuxwacom-devel] [xf86-input-wacom v2 PATCH 3/3] Convert resolution from points/inch to points/m

2012-12-04 Thread Ping Cheng
Somehow we forgot Lenovo W700 last round. Signed-off-by: Ping Cheng pi...@wacom.com --- src/wcmUSB.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wcmUSB.c b/src/wcmUSB.c index 5e6189c..e192489 100644 --- a/src/wcmUSB.c +++ b/src/wcmUSB.c @@ -331,7 +331,7 @@ static