diff options
author | Peter Osterlund <petero2@telia.com> | 2003-09-28 15:27:16 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:01:14 +0200 |
commit | 387932425d6fe3967233d5e0c0d61fcc086287e1 (patch) | |
tree | c08ccdf573584a67a3427784c5baa25cd2982706 | |
parent | 8c8177561c7baa0f2d0b3b974f67aa85b4f73c09 (diff) |
Changed version to 0.11.7.v0.11.7
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | synaptics.c | 2 |
3 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +0.11.7 (2003-09-28) +- Added "Acer TravelMate 234LC" to the compatibility list. +- Added "Gateway 600S" to the compatibility list. +- When using the Linux 2.6 event device, try to get exclusive access + to the device, so that touchpad data doesn't leak to + /dev/input/mice. This should fix problems with recent 2.6 kernels. + 0.11.6 (2003-09-26) - Updated the config section in INSTALL.DE. Added warning explaining that the file is not up to date. @@ -1 +1 @@ -0.11.6 +0.11.7 diff --git a/synaptics.c b/synaptics.c index 56b38c8..14ecbd4 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.11.6" +#define VERSION "0.11.7" /***************************************************************************** * Forward declaration |