For consistency with the TABLET output.

Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net>
---
 tools/tools-shared.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tools/tools-shared.c b/tools/tools-shared.c
index 2537211..10d7008 100644
--- a/tools/tools-shared.c
+++ b/tools/tools-shared.c
@@ -317,11 +317,11 @@ int query_tablet(int fd)
                fprintf(stderr, "touch parsing error code %d\n", rc);
                /* failure to parse touch query is not fatal */
        } else {
-               printf("TOUCH version: %d\n", touch.version);
-               printf("TOUCH x max: %d y max %d\n", touch.x_max, touch.y_max);
-               printf("TOUCH panel resolution: %d\n", touch.panel_resolution);
-               printf("TOUCH capacity resolution: %d\n", 
touch.capacity_resolution);
-               printf("TOUCH sensor id: %d\n", touch.sensor_id);
+               printf("TOUCH: version: %d\n", touch.version);
+               printf("TOUCH: x max: %d y max %d\n", touch.x_max, touch.y_max);
+               printf("TOUCH: panel resolution: %d\n", touch.panel_resolution);
+               printf("TOUCH: capacity resolution: %d\n", 
touch.capacity_resolution);
+               printf("TOUCH: sensor id: %d\n", touch.sensor_id);
        }
 
        return touch.sensor_id;
-- 
1.8.5.3


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to