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

2012-12-05 Thread Peter Hutterer
On Tue, Dec 04, 2012 at 02:51:32PM -0800, Ping Cheng wrote:
> Somehow we forgot Lenovo W700 last round.
> 
> Signed-off-by: Ping Cheng 
> ---
>  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 struct
>   { NTRIG_VENDOR_ID,  0x01, 44173, 36772, &usbTabletPC},
>  
>   /* Add in Lenovo W700 Palmrest digitizer */
> - { LENOVO_VENDOR_ID, 0x6004, 2540, 2540, &usbTabletPC   } /* Pen-only */
> + { LENOVO_VENDOR_ID, 0x6004, 10, 10, &usbTabletPC } /* Pen-only 
> */
>  };
>  
>  static Bool usbWcmInit(InputInfoPtr pInfo, char* id, float *version)
> -- 
> 1.7.10.4

all three pushed, thanks

   26a6a42..f3ede09  master -> master

Cheers,
   Peter

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


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

2012-12-05 Thread Peter Hutterer
On Tue, Dec 04, 2012 at 11:29:34AM +0100, Olivier Fourdan 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 serial:: so I
> suspect any unknown serial tablet will be reported as a "WACf004".
> 
> The attached patch therefore changes the current definition of
> serial-wacf004.tablet to a more generic dfefintion, thus the name
> generic-serial.tablet and the new name "Generic Serial Tablet".
> 
> Would that be better?

in theory, but make check fails once I apply this patch. Haven't looked at
it in detail though.

Cheers,
   Peter

> [1] https://bugzilla.gnome.org/show_bug.cgi?id=688317#c5

> >From 914aa387b4ef816703326633289336100b664c89 Mon Sep 17 00:00:00 2001
> From: Olivier Fourdan 
> Date: Tue, 4 Dec 2012 11:21:30 +0100
> Subject: [PATCH] data: rename serial WACf004 to generic serial
> 
> The definition of the serial-wacf004.tablet does not
> specify any device match, so any generic serial tablet would
> be reported as a "WACf004" serial tablet.
> 
> Renamed serial-wacf004.tablet to generic-serial.tablet and
> changed the name to "Generic serial tablet"
> 
> Signed-off-by: Olivier Fourdan 
> ---
>  data/generic-serial.tablet |   10 ++
>  data/serial-wacf004.tablet |   10 --
>  2 files changed, 10 insertions(+), 10 deletions(-)
>  create mode 100644 data/generic-serial.tablet
>  delete mode 100644 data/serial-wacf004.tablet
> 
> diff --git a/data/generic-serial.tablet b/data/generic-serial.tablet
> new file mode 100644
> index 000..275375c
> --- /dev/null
> +++ b/data/generic-serial.tablet
> @@ -0,0 +1,10 @@
> +[Device]
> +Name=Generic Serial Tablet
> +DeviceMatch=serial::
> +Class=ISDV4
> +IntegratedIn=Display;System
> +
> +[Features]
> +Stylus=true
> +Ring=false
> +Buttons=0
> diff --git a/data/serial-wacf004.tablet b/data/serial-wacf004.tablet
> deleted file mode 100644
> index e2b5f74..000
> --- a/data/serial-wacf004.tablet
> +++ /dev/null
> @@ -1,10 +0,0 @@
> -[Device]
> -Name=Wacom Serial Tablet WACf004
> -DeviceMatch=serial::
> -Class=ISDV4
> -IntegratedIn=Display;System
> -
> -[Features]
> -Stylus=true
> -Ring=false
> -Buttons=0
> -- 
> 1.7.1
> 

> --
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d

> ___
> Linuxwacom-devel mailing list
> Linuxwacom-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


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

2012-12-05 Thread Peter Hutterer
On Tue, Dec 04, 2012 at 12:30:32PM -0800, Ping Cheng wrote:
> On Tue, Dec 4, 2012 at 2:29 AM, Olivier Fourdan  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 serial:: so I suspect
> > any unknown serial tablet will be reported as a "WACf004".
> 
> I wonder how a serial device ever gets a serial::. We assign
> vendor id and device id to all serial devices in the kernel and X
> drivers.

libwacom is independent of the X driver, it goes by the kernel. but you're
right, the kernel data should be enough to identify the tablet. we still
have code in libwacom where the product/vendor may end up as 0/0 but I don't
know if that code is still hit.

quick check on the WACf00e i have here is that if the tablet is
inputattached it works fine, but if it's handled as raw serial device
libwacom doesn't see it. I wonder if that's where this comes from?

Cheers,
   Peter

> 
> > The attached patch therefore changes the current definition of
> > serial-wacf004.tablet to a more generic dfefintion, thus the name
> > generic-serial.tablet and the new name "Generic Serial Tablet".
> 
> If we have no idea about the device id, we can not tell the device
> type and its  supported feature. Naming it generic is a good choice.
> 
> Reviewed-by: Ping Cheng 
> 
> Ping
> 
> --
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d
> ___
> Linuxwacom-devel mailing list
> Linuxwacom-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
> 

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


Re: [Linuxwacom-devel] libwacom: [PATCH 0/6] data: add more new layouts for Intuos4 and Intuos5

2012-12-05 Thread Peter Hutterer
On Wed, Dec 05, 2012 at 05:48:50PM +0100, Olivier Fourdan wrote:

   1366904..3dd6c47  master -> master


thanks

Cheers,
   Peter

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


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

2012-12-05 Thread Peter Hutterer
On Tue, Dec 04, 2012 at 09:16:14AM +0100, Olivier Fourdan wrote:
> 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 the merge process.
> 
> That happened in both tools/show-svg-image.c and
> test/tablet-svg-validity.c - But it's a minor issue and possibly a
> local problem on my side :-)

Looking at "tools: add tablet image viewer" from Nov 6,
<50991983.3030...@redhat.com>, the attachment (patch) encoding is ascii.
Not sure where exactly the problem is, but it does appear to be on your
side.

Cheers,
   Peter




--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


[Linuxwacom-devel] libwacom: [PATCH 6/6] data: add layout for Intuos4 XL/Intuos4 12x19

2012-12-05 Thread Olivier Fourdan


>From a90b1738a49788a6a15c023bcc11b247e2f2beef Mon Sep 17 00:00:00 2001
From: Olivier Fourdan 
Date: Wed, 5 Dec 2012 17:44:15 +0100
Subject: [PATCH 6/6] data: add layout for Intuos4 XL/Intuos4 12x19

Signed-off-by: Olivier Fourdan 
---
 data/intuos4-12x19.tablet  |1 +
 data/layouts/intuos4-12x19.svg |  237 
 2 files changed, 238 insertions(+), 0 deletions(-)
 create mode 100644 data/layouts/intuos4-12x19.svg

diff --git a/data/intuos4-12x19.tablet b/data/intuos4-12x19.tablet
index fe7a110..7b8f960 100644
--- a/data/intuos4-12x19.tablet
+++ b/data/intuos4-12x19.tablet
@@ -38,6 +38,7 @@ DeviceMatch=usb:056a:00bb
 Class=Intuos4
 Width=19
 Height=12
+Layout=intuos4-12x19.svg
 IntegratedIn=
 Styli=0x802;0x80c;0x804;0x80a;0x40802;0x4080a;0x902;0x90a;0x20802;0x806;0x006;
 
diff --git a/data/layouts/intuos4-12x19.svg b/data/layouts/intuos4-12x19.svg
new file mode 100644
index 000..de080da
--- /dev/null
+++ b/data/layouts/intuos4-12x19.svg
@@ -0,0 +1,237 @@
+
+http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+http://www.w3.org/2000/svg";
+   version="1.1"
+   style="color:#00;stroke:#7f7f7f;fill:none;stroke-width:.25;font-size:8"
+   id="intuos4-xl"
+   width="623"
+   height="462">
+  Wacom Intuos4 XL
+  
+
+
+
+  B
+
+  
+  
+
+
+C
+  
+  
+
+
+D
+  
+  
+
+
+E
+  
+  
+
+
+F
+  
+  
+
+ 
+G
+  
+  
+
+
+H
+  
+  
+
+
+I
+  
+  
+
+
+CCW
+
+
+CW
+
+  
+  
+
+
+A
+  
+
-- 
1.7.1

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


[Linuxwacom-devel] libwacom: [PATCH 5/6] data: add layout for Intuos4 L/Intuos4 8x13

2012-12-05 Thread Olivier Fourdan


>From aef8d4da49d2719b393a8ac105859257db857ef4 Mon Sep 17 00:00:00 2001
From: Olivier Fourdan 
Date: Wed, 5 Dec 2012 17:43:34 +0100
Subject: [PATCH 5/6] data: add layout for Intuos4 L/Intuos4 8x13

Signed-off-by: Olivier Fourdan 
---
 data/intuos4-8x13.tablet  |1 +
 data/layouts/intuos4-8x13.svg |  237 +
 2 files changed, 238 insertions(+), 0 deletions(-)
 create mode 100644 data/layouts/intuos4-8x13.svg

diff --git a/data/intuos4-8x13.tablet b/data/intuos4-8x13.tablet
index 2339d14..18aedf5 100644
--- a/data/intuos4-8x13.tablet
+++ b/data/intuos4-8x13.tablet
@@ -38,6 +38,7 @@ DeviceMatch=usb:056a:00ba
 Class=Intuos4
 Width=13
 Height=8
+Layout=intuos4-8x13.svg
 IntegratedIn=
 Styli=0x802;0x80c;0x804;0x80a;0x40802;0x4080a;0x902;0x90a;0x20802;0x806;0x006;
 
diff --git a/data/layouts/intuos4-8x13.svg b/data/layouts/intuos4-8x13.svg
new file mode 100644
index 000..13069c7
--- /dev/null
+++ b/data/layouts/intuos4-8x13.svg
@@ -0,0 +1,237 @@
+
+http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+http://www.w3.org/2000/svg";
+   version="1.1"
+   style="color:#00;stroke:#7f7f7f;fill:none;stroke-width:.25;font-size:8"
+   id="intuos4-l"
+   width="474"
+   height="320">
+  Wacom Intuos4 L
+  
+
+
+
+  B
+
+  
+  
+
+
+C
+  
+  
+
+
+D
+  
+  
+
+
+E
+  
+  
+
+
+F
+  
+  
+
+ 
+G
+  
+  
+
+
+H
+  
+  
+
+
+I
+  
+  
+
+
+CCW
+
+
+CW
+
+  
+  
+
+
+A
+  
+
-- 
1.7.1

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


[Linuxwacom-devel] libwacom: [PATCH 3/6] data: add layout for Intuos4 S/Intuos4 4x6

2012-12-05 Thread Olivier Fourdan


>From 8d967a8c3ea33d71a7ab3651bf32bd40508198b0 Mon Sep 17 00:00:00 2001
From: Olivier Fourdan 
Date: Wed, 5 Dec 2012 17:42:03 +0100
Subject: [PATCH 3/6] data: add layout for Intuos4 S/Intuos4 4x6

Signed-off-by: Olivier Fourdan 
---
 data/intuos4-4x6.tablet  |1 +
 data/layouts/intuos4-4x6.svg |  195 ++
 2 files changed, 196 insertions(+), 0 deletions(-)
 create mode 100644 data/layouts/intuos4-4x6.svg

diff --git a/data/intuos4-4x6.tablet b/data/intuos4-4x6.tablet
index 8ac8fb7..09e2f84 100644
--- a/data/intuos4-4x6.tablet
+++ b/data/intuos4-4x6.tablet
@@ -39,6 +39,7 @@ DeviceMatch=usb:056a:00b8
 Class=Intuos4
 Width=6
 Height=4
+Layout=intuos4-4x6.svg
 IntegratedIn=
 Styli=0x802;0x80c;0x804;0x80a;0x40802;0x4080a;0x902;0x90a;0x20802;0x806;
 
diff --git a/data/layouts/intuos4-4x6.svg b/data/layouts/intuos4-4x6.svg
new file mode 100644
index 000..a791224
--- /dev/null
+++ b/data/layouts/intuos4-4x6.svg
@@ -0,0 +1,195 @@
+
+http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+http://www.w3.org/2000/svg";
+   version="1.1"
+   style="color:#00;stroke:#7f7f7f;fill:none;stroke-width:.25;font-size:8"
+   id="intuos4-s"
+   width="309"
+   height="208">
+  Wacom Intuos4 S
+  
+
+
+
+  B
+
+  
+  
+
+
+C
+  
+  
+
+
+D
+  
+   
+
+
+E
+  
+  
+
+ 
+F
+  
+  
+
+
+G
+  
+  
+
+
+CCW
+
+
+CW
+
+  
+  
+
+
+A
+  
+
-- 
1.7.1

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


[Linuxwacom-devel] libwacom: [PATCH 4/6] data: add layout for Intuos4 M/Intuos4 6x9

2012-12-05 Thread Olivier Fourdan


>From c3f3132642007a078b7f29d9c4a855fdc2a0f1e1 Mon Sep 17 00:00:00 2001
From: Olivier Fourdan 
Date: Wed, 5 Dec 2012 17:42:53 +0100
Subject: [PATCH 4/6] data: add layout for Intuos4 M/Intuos4 6x9

Signed-off-by: Olivier Fourdan 
---
 data/intuos4-6x9.tablet  |1 +
 data/layouts/intuos4-6x9.svg |  237 ++
 2 files changed, 238 insertions(+), 0 deletions(-)
 create mode 100644 data/layouts/intuos4-6x9.svg

diff --git a/data/intuos4-6x9.tablet b/data/intuos4-6x9.tablet
index 9d0356a..945f453 100644
--- a/data/intuos4-6x9.tablet
+++ b/data/intuos4-6x9.tablet
@@ -38,6 +38,7 @@ DeviceMatch=usb:056a:00b9
 Class=Intuos4
 Width=9
 Height=6
+Layout=intuos4-6x9.svg
 IntegratedIn=
 Styli=0x802;0x80c;0x804;0x80a;0x40802;0x4080a;0x902;0x90a;0x20802;0x806;
 
diff --git a/data/layouts/intuos4-6x9.svg b/data/layouts/intuos4-6x9.svg
new file mode 100644
index 000..91aeca4
--- /dev/null
+++ b/data/layouts/intuos4-6x9.svg
@@ -0,0 +1,237 @@
+
+http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+http://www.w3.org/2000/svg";
+   version="1.1"
+   style="color:#00;stroke:#7f7f7f;fill:none;stroke-width:.25;font-size:8"
+   id="intuos4-m"
+   width="370"
+   height="245">
+  Wacom Intuos4 M
+  
+
+
+
+  B
+
+  
+  
+
+
+C
+  
+  
+
+
+D
+  
+  
+
+
+E
+  
+  
+
+
+F
+  
+  
+
+ 
+G
+  
+  
+
+
+H
+  
+  
+
+
+I
+  
+  
+
+
+CCW
+
+
+CW
+
+  
+  
+
+
+A
+  
+
-- 
1.7.1

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


[Linuxwacom-devel] libwacom: [PATCH 2/6] data: add layout for Intuos5 L touch

2012-12-05 Thread Olivier Fourdan


>From bd06c376f46cfed308704baf856ca0716ca1a1f6 Mon Sep 17 00:00:00 2001
From: Olivier Fourdan 
Date: Wed, 5 Dec 2012 17:40:44 +0100
Subject: [PATCH 2/6] data: add layout for Intuos5 L touch

Signed-off-by: Olivier Fourdan 
---
 data/intuos5-touch-l.tablet |1 +
 data/layouts/intuos5-l.svg  |  263 +++
 2 files changed, 264 insertions(+), 0 deletions(-)
 create mode 100644 data/layouts/intuos5-l.svg

diff --git a/data/intuos5-touch-l.tablet b/data/intuos5-touch-l.tablet
index bcc9165..faaacbe 100644
--- a/data/intuos5-touch-l.tablet
+++ b/data/intuos5-touch-l.tablet
@@ -48,6 +48,7 @@ DeviceMatch=usb:056a:0028
 Class=Intuos5
 Width=13
 Height=8
+Layout=intuos5-l.svg
 IntegratedIn=
 Styli=0x802;0x80c;0x804;0x80a;0x40802;0x4080a;0x902;0x90a;0x20802;0x806;0x006;
 
diff --git a/data/layouts/intuos5-l.svg b/data/layouts/intuos5-l.svg
new file mode 100644
index 000..29b7eca
--- /dev/null
+++ b/data/layouts/intuos5-l.svg
@@ -0,0 +1,263 @@
+
+http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+http://www.w3.org/2000/svg";
+   version="1.1"
+   style="color:#00;stroke:#7f7f7f;fill:none;stroke-width:.25;font-size:8"
+   id="intuos5-l"
+   width="487"
+   height="318">
+  Wacom Intuos5 L
+  
+
+
+
+  B
+
+  
+  
+
+
+
+C
+  
+  
+
+
+
+D
+  
+  
+
+
+E
+  
+  
+
+
+F
+  
+  
+
+
+
+G
+  
+  
+
+
+
+H
+  
+  
+
+
+I
+  
+  
+
+
+CCW
+
+
+CW
+
+  
+  
+
+
+A
+  
+
-- 
1.7.1

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


[Linuxwacom-devel] libwacom: [PATCH 1/6] data: add layout for Intuos5 S/Intuos5 S touch

2012-12-05 Thread Olivier Fourdan


>From 6b566054552e38bfe807263a8004412a0221f6c1 Mon Sep 17 00:00:00 2001
From: Olivier Fourdan 
Date: Wed, 5 Dec 2012 17:39:09 +0100
Subject: [PATCH 1/6] data: add layout for Intuos5 S/Intuos5 S touch

Signed-off-by: Olivier Fourdan 
---
 data/intuos5-s.tablet   |1 +
 data/intuos5-touch-s.tablet |1 +
 data/layouts/intuos5-s.svg  |  211 +++
 3 files changed, 213 insertions(+), 0 deletions(-)
 create mode 100644 data/layouts/intuos5-s.svg

diff --git a/data/intuos5-s.tablet b/data/intuos5-s.tablet
index e5a7d26..8e7d140 100644
--- a/data/intuos5-s.tablet
+++ b/data/intuos5-s.tablet
@@ -46,6 +46,7 @@ DeviceMatch=usb:056a:0029
 Class=Intuos5
 Width=6
 Height=4
+Layout=intuos5-s.svg
 IntegratedIn=
 Styli=0x802;0x80c;0x804;0x80a;0x40802;0x4080a;0x902;0x90a;0x20802;0x806;
 
diff --git a/data/intuos5-touch-s.tablet b/data/intuos5-touch-s.tablet
index 0630f02..f75c664 100644
--- a/data/intuos5-touch-s.tablet
+++ b/data/intuos5-touch-s.tablet
@@ -46,6 +46,7 @@ DeviceMatch=usb:056a:0026
 Class=Intuos5
 Width=6
 Height=4
+Layout=intuos5-s.svg
 IntegratedIn=
 Styli=0x802;0x80c;0x804;0x80a;0x40802;0x4080a;0x902;0x90a;0x20802;0x806;
 
diff --git a/data/layouts/intuos5-s.svg b/data/layouts/intuos5-s.svg
new file mode 100644
index 000..d38f84d
--- /dev/null
+++ b/data/layouts/intuos5-s.svg
@@ -0,0 +1,211 @@
+
+http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+http://www.w3.org/2000/svg";
+   version="1.1"
+   style="color:#00;stroke:#7f7f7f;fill:none;stroke-width:.25;font-size:8"
+   id="intuos5-m"
+   width="320"
+   height="208">
+  Wacom Intuos5 S
+  
+
+
+
+  B
+
+  
+  
+
+
+
+C
+  
+  
+
+
+D
+  
+   
+
+
+E
+  
+  
+
+ 
+
+F
+  
+  
+
+
+G
+  
+
+
+
+CCW
+
+
+CW
+
+  
+  
+
+
+A
+  
+
-- 
1.7.1

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


[Linuxwacom-devel] libwacom: [PATCH 0/6] data: add more new layouts for Intuos4 and Intuos5

2012-12-05 Thread Olivier Fourdan


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel