On Tue, Dec 07, 2010 at 12:29:36PM -0800, Ping Cheng wrote: > We assumed TPC == LCD in the capacity check. > > Signed-off-by: Ping Cheng <[email protected]> > --- > src/wcmUSB.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/wcmUSB.c b/src/wcmUSB.c > index 79c05a8..c53ff06 100644 > --- a/src/wcmUSB.c > +++ b/src/wcmUSB.c > @@ -989,7 +989,7 @@ static int usbParseKeyEvent(WacomCommonPtr common, > * press. > */ > if (common->wcmCapacityDefault < 0 && > - (TabletHasFeature(common, WCM_TPC))) > + (TabletHasFeature(common, WCM_LCD))) > MOD_BUTTONS(0, event->value); > break; > > -- > 1.7.2.3
applied, thanks Cheers, Peter ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
