summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS19
-rw-r--r--VERSION2
-rw-r--r--synaptics.c2
3 files changed, 21 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index cb16451..f2f621f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+0.11.4 (2003-09-22)
+- Reset the touchpad if it has been out of sync for too long. (By
+ Hartwig Felger, cleaned up somewhat by me.) The synaptics manual
+ explains that the touchpad can revert to relative mode after a power
+ glitch or electrostatic discharge.
+- Created a helper macro to get rid of all the ugly "#ifdef DEBUG" in
+ ps2comm.c.
+- Made "make tags" work for emacs.
+- Changed tab size from 4 to the standard value 8. Reindented code so
+ that it still looks sane.
+- Fixed spelling errors.
+- synaptics: Added "Acer 661 LCi" to the compatibility list.
+- Made it possible to disable the touchpad at runtime. (Patch from
+ Jörg Bösner.
+- Clarified description of FingerLow/FingerHigh parameters.
+- Added "DELL Latitude CPi" to the compatibility list.
+- Changed the identifier for the synaptics protocol to match kernel
+ 2.6.0-test5-bk8.
+
0.11.3p11 (2003-07-31)
- When setting the mode byte, don't set bits that the touchpad doesn't
understand. Those bits are reserved and setting them can lead to
diff --git a/VERSION b/VERSION
index 1a96df1..35ad344 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.11.3
+0.11.4
diff --git a/synaptics.c b/synaptics.c
index ee9169c..1767b45 100644
--- a/synaptics.c
+++ b/synaptics.c
@@ -98,7 +98,7 @@ typedef enum {
#define DEV_INPUT_EVENT "/dev/input/"
#define PROC_BUS_INPUT_DEV "/proc/bus/input/devices"
-#define VERSION "0.11.3p11"
+#define VERSION "0.11.4"
/*****************************************************************************
* Forward declaration