Since the new init process, the tablet ID is set during isdv4ProbeKeys(). Hardcoding a tablet_id of 0x90 here overwrites the previously set value. Since the tablet_id is used for determining if a device has two-finger touch and other features, this loses the ability to perform gestures.
Signed-off-by: Peter Hutterer <[email protected]> --- src/wcmISDV4.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/wcmISDV4.c b/src/wcmISDV4.c index fc43739..2639be0 100644 --- a/src/wcmISDV4.c +++ b/src/wcmISDV4.c @@ -313,9 +313,6 @@ static void isdv4InitISDV4(WacomCommonPtr common, const char* id, float version) /* digitizer Y resolution in points/inch */ common->wcmResolY = 2540; - /* no touch */ - common->tablet_id = 0x90; - /* tilt disabled */ common->wcmFlags &= ~TILT_ENABLED_FLAG; } -- 1.7.1 ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
