From 07f0588bbd85655ba7d2ef4d2a3f4a62ddb638bc Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 4 Mar 2009 15:03:40 +1000 Subject: [PATCH] synclient: don't print driver's package version info. synclient is not the driver. If you want to know the driver's version, look in the log file. After all, synclient would only print the one it was compiled with anyway, not the one of the driver. Signed-off-by: Peter Hutterer --- tools/synclient.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/synclient.c b/tools/synclient.c index ff7292c..40279d4 100644 --- a/tools/synclient.c +++ b/tools/synclient.c @@ -217,7 +217,6 @@ shm_show_hw_info(SynapticsSHM *synshm) printf(" This is normal if you are running linux kernel 2.6.\n"); printf(" Check the kernel log for touchpad hardware information.\n"); } - printf("Driver version: %d\n", (PACKAGE_VERSION_MAJOR*10000+PACKAGE_VERSION_MINOR*100+PACKAGE_VERSION_PATCHLEVEL)); } static void