Bug triaging is easier if the log file contains the tablet ID assigned by
the driver.

Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net>
---
 src/wcmISDV4.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/wcmISDV4.c b/src/wcmISDV4.c
index 2c70d00..78dc04c 100644
--- a/src/wcmISDV4.c
+++ b/src/wcmISDV4.c
@@ -398,6 +398,9 @@ static int isdv4GetRanges(LocalDevicePtr local)
                        common->wcmMaxTouchY, common->wcmTouchResolX,
                        common->wcmTouchResolY);
        }
+
+       xf86Msg(X_INFO, "%s: serial tablet id 0x%X.\n", local->name, 
common->tablet_id);
+
        return ret;
 }
 
-- 
1.6.6.1


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to