Signed-off-by: Jason Gerecke <killert...@gmail.com> --- 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