On Thu, Dec 20, 2012 at 05:28:35PM -0800, Jason Gerecke wrote:
> 
> Signed-off-by: Jason Gerecke <killert...@gmail.com>

Acked-by: Peter Hutterer <peter.hutte...@who-t.net>

Cheers,
   Peter

> ---
>  src/wcmUSB.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/src/wcmUSB.c b/src/wcmUSB.c
> index 05e8fa1..ee62dde 100644
> --- a/src/wcmUSB.c
> +++ b/src/wcmUSB.c
> @@ -1126,7 +1126,8 @@ static void usbParseAbsEvent(WacomCommonPtr common,
>                       break;
>               case ABS_THROTTLE:
>                       /* 2nd touch ring comes in over ABS_THROTTLE for 24HD */
> -                     if (common->vendor_id == WACOM_VENDOR_ID && 
> common->tablet_id == 0xF4)
> +                     if ((common->vendor_id == WACOM_VENDOR_ID) &&
> +                         (common->tablet_id == 0xF4 || common->tablet_id == 
> 0xF8))
>                               ds->abswheel2 = event->value;
>                       else
>                               ds->throttle = event->value;
> -- 
> 1.8.0.2
> 
> 
> ------------------------------------------------------------------------------
> 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
> 

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to