On Sun, Nov 21, 2010 at 09:23:15PM -0600, Favux ... wrote:
> This patch addresses the issue reported by IRIE Shinsuke in Support
> Requests (tracker ID: 3104500) in his 11-19-10 post.  It prevents the
> Xorg.0.log from filling with multiple repeated error lines like the
> following:
> 
> [ 295.384] (EE) WACOM: No touch device found for /dev/input/event5
> 
> Reported-by: IRIE Shinsuke <https://launchpad.net/~irie>
> Tested-by: IRIE Shinsuke <https://launchpad.net/~irie>
> Signed-off-by: David Foley <[email protected]>
> 
> Dave

> From ebe64b24a9bec5d8c4c72e675c0ac00d66c09c01 Mon Sep 17 00:00:00 2001
> From: David Foley <[email protected]>
> Date: Sun, 21 Nov 2010 20:46:45 -0600
> Subject: [PATCH] wcmValidateDevice.c:  add 3-new-bambooPT-models
> 
> Prevents the Xorg.0.log filling with multiple error lines "No touch device 
> found".
> 
> Signed-off-by: David Foley <[email protected]>
> ---
>  src/wcmValidateDevice.c |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/src/wcmValidateDevice.c b/src/wcmValidateDevice.c
> index cde194d..b9a5d70 100644
> --- a/src/wcmValidateDevice.c
> +++ b/src/wcmValidateDevice.c
> @@ -229,6 +229,9 @@ int wcmDeviceTypeKeys(InputInfoPtr pInfo)
>               case 0xD1:  /* Bamboo with 2FGT */
>               case 0xD2:  /* Bamboo with 2FGT */
>               case 0xD3:  /* Bamboo with 2FGT */
> +             case 0xD8:  /* Bamboo with 2FGT */
> +             case 0xDA:  /* Bamboo with 2FGT */
> +             case 0xDB:  /* Bamboo with 2FGT */
>                       priv->common->tablet_type |= WCM_2FGT;
>                       break;
>  
> -- 
> 1.7.1
> 

applied, thanks.


Cheers,
  Peter

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to