diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | synaptics.c | 2 |
3 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,11 @@ +0.11.8 (2003-10-08) +- Initialize the id variable in QueryIsSynaptics(), so that we don't + print out garbage if the identification fails. +- Added "Sharp Actius MM10" to the compatibility list. +- Added X include files so that the driver can be compiled without an + external XFree86 source tree. +- Some documentation updates. + 0.11.7 (2003-09-28) - Added "Acer TravelMate 234LC" to the compatibility list. - Added "Gateway 600S" to the compatibility list. @@ -1 +1 @@ -0.11.7 +0.11.8 diff --git a/synaptics.c b/synaptics.c index 14ecbd4..6dd38f1 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.7" +#define VERSION "0.11.8" /***************************************************************************** * Forward declaration |