diff options
author | Peter Osterlund <petero2@telia.com> | 2003-10-08 19:44:20 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:01:16 +0200 |
commit | 4e4f3e83856fed8d0f16fff0bc885152273d7e85 (patch) | |
tree | 58ecad830c993eaaf1a39995631f1fd6b61ca877 | |
parent | bd6eff99abb3217cb4db0b6d8dff3e551582c8fc (diff) |
Changed version to 0.11.8.v0.11.8
-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 |