From 8fe43cef6f1dfe53562da3d8aea8df1fc353fbc8 Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Mon, 24 Jan 2005 22:30:35 +0100 Subject: [PATCH] Improved the "synclient -h" text when running on a 2.6 linux kernel. --- synclient.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/synclient.c b/synclient.c index d443212..66e2bb9 100644 --- a/synclient.c +++ b/synclient.c @@ -102,9 +102,9 @@ show_hw_info(SynapticsSHM *synshm) printf(" Capabilities = %08x\n", synshm->synhw.capabilities); printf(" Identity = %08x\n", synshm->synhw.identity); } else { - printf(" No touchpad found\n"); - printf(" Do you use a newer kernel than 2.4?\n"); - printf(" Then browse the messages or boot.msg for the hardware info\n"); + printf(" Can't detect hardware properties.\n"); + printf(" This is normal if you are running linux kernel 2.6.\n"); + printf(" Check the kernel log for touchpad hardware information.\n"); } }