Re: [Linuxwacom-devel] Cintiq: TabletPCButton = on?

2011-04-11 Thread Favux ...
Hi Jason, It should be off for a Cintiq as far as I know. Maybe WCM_LCD and WCM_TPC are getting confabulated somewhere? Favux On Mon, Apr 11, 2011 at 1:33 PM, Jason Gerecke killert...@gmail.com wrote: Right now the man page indicates that TabletPCButton is 'on' for TabletPCs and 'off' for

Re: [Linuxwacom-devel] Cintiq: TabletPCButton = on?

2011-04-11 Thread Jason Gerecke
Yup, that seems to be the case. Looks like WCM_TPC is defined as (0x200 | WCM_LCD) in an effort to ensure that the LCD feature flag is also set. When wcmParseOptions uses TabletHasFeature to check for Tablet PCs, LCDs are included as well. I could remove WCM_LCD from the definition of WCM_TPC but