diff options
author | Peter Osterlund <petero2@telia.com> | 2003-11-14 21:17:16 +0100 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:01:24 +0200 |
commit | c0113a86d4aaf399c1fa4eec29553203eb76ea59 (patch) | |
tree | df309ba0dd309b96ae75b745ae42e3af395dd873 | |
parent | ed43dd7af5533432afc3d69fbec4a24b5512a1b2 (diff) |
Changed version to 0.12.1.v0.12.1
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | synaptics.c | 2 |
3 files changed, 17 insertions, 2 deletions
@@ -1,3 +1,18 @@ +0.12.1 (2003-11-14) +- Added more models to the compatibility list. +- Updated the documentation. +- Added "syndaemon", a program that monitors keyboard activity and + disables the touchpad when the keyboard is being used. +- Some code cleanup. +- Made the packet checking code less strict, so that the driver works + also for touchpads that don't strictly follow the synaptics absolute + protocol. Problem reported by Anders Kaseorg using a PowerPro C 3:16 + laptop. +- Rediffed the alps patch for kernel 2.6.0-test9-bk16. +- Removed compatibility code for old (<test6) 2.6 kernels. +- No longer support installation from a precompiled binary. It should + be possible for everyone to compile from source. + 0.12.0 (2003-10-26) - Initial support for ALPS touchpads. - Implemented "locked drags" after a suggestion from Karl Kashofer. @@ -1 +1 @@ -0.12.0 +0.12.1 diff --git a/synaptics.c b/synaptics.c index 40aac1b..ab134c0 100644 --- a/synaptics.c +++ b/synaptics.c @@ -107,7 +107,7 @@ typedef enum { #define DEV_INPUT_EVENT "/dev/input" #define EVENT_DEV_NAME "event" -#define VERSION "0.12.0" +#define VERSION "0.12.1" /***************************************************************************** * Forward declaration |