mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-03-24 09:44:40 +00:00
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 <peter.hutterer@who-t.net>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user