Signed-off-by: Ping Cheng <[email protected]> --- src/wcmISDV4.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/wcmISDV4.c b/src/wcmISDV4.c index 9b3beee..13775aa 100644 --- a/src/wcmISDV4.c +++ b/src/wcmISDV4.c @@ -1,6 +1,6 @@ /* * Copyright 1995-2002 by Frederic Lepied, France. <[email protected]> - * Copyright 2002-2010 by Ping Cheng, Wacom. <[email protected]> + * Copyright 2002-2011 by Ping Cheng, Wacom. <[email protected]> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -871,6 +871,11 @@ static int set_keybits_fujitsu(int id, unsigned long *keys) tablet_id = 0xe3; } + if (id == 0x2e9) { + SETBIT(keys, BTN_TOOL_FINGER); + tablet_id = 0x93; + } + return tablet_id; } -- 1.7.3.5 ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
