summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2003-09-22 23:05:00 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:01:11 +0200
commit9e0c2685435a3403468a9247e17125c7a1d568ac (patch)
tree3b0c1c66298fdeae0275529e8332a7d2aec85627
parent052060027b393d3bcece28ede5f67610f0b79efe (diff)
Changed version to 0.11.4.v0.11.4
-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