diff options
author | Peter Osterlund <petero2@telia.com> | 2005-01-24 22:30:35 +0100 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:03:07 +0200 |
commit | 8fe43cef6f1dfe53562da3d8aea8df1fc353fbc8 (patch) | |
tree | 7e5cf0eed8ec32295797655975ad1929c2594e40 /synclient.c | |
parent | 21479c768c6d4920016dcac9b931022b2b73b665 (diff) |
Improved the "synclient -h" text when running on a 2.6 linux
kernel.
Diffstat (limited to 'synclient.c')
-rw-r--r-- | synclient.c | 6 |
1 files 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"); } } |