diff options
author | Peter Osterlund <petero2@telia.com> | 2003-07-20 12:23:16 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:01:04 +0200 |
commit | b5ae101d5d94d964c680e15c289220f208393df2 (patch) | |
tree | bb03affa9ccb8c586b35bbd43666ae5ab80e5ec4 /synclient.c | |
parent | ff759b3dbb0481c5a869c4cac7ef2a1704f96cf4 (diff) |
Update from Hartwig Felger.
* Added "multi-buttons" to the FEATURES list.
* Updated NEWS file with data from the web page.
* More robust parsing of the Handlers= line when doing auto detection
for 2.6 kernels. ("Handlers=event2 js0" should now work.)
* Updated synclient program to explain that it can't query hardware
details when using a 2.6 kernel.
Diffstat (limited to 'synclient.c')
-rw-r--r-- | synclient.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/synclient.c b/synclient.c index 8e7edf9..00a1eb4 100644 --- a/synclient.c +++ b/synclient.c @@ -20,6 +20,8 @@ static void show_hw_info(SynapticsSHM* synshm) printf(" Identity = %08lx\n", synshm->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"); } } |