Changed version to 0.11.3p11.

This commit is contained in:
Peter Osterlund
2003-07-31 12:11:00 +02:00
parent 4a9aa22cf8
commit 106ccc8b50
2 changed files with 14 additions and 1 deletions

13
NEWS
View File

@@ -1,3 +1,16 @@
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
weird problems, like the left button not working, as reported by
Miles Lane.
- Replaced a few forgotten hardcoded values with symbolic constants.
- Disable stream mode before trying to identify/initialize the
touchpad. Otherwise the touchpad can report motion data in the
middle of the initialization sequence, which will confuse the driver
and make the initialization fail. (Thanks to Miles Lane for helping
to debug this problem.)
- Updated COMPATIBILITY file.
0.11.3p10 (2003-07-30)
- Improved support for the old-style synaptics protocol.
- Cleanup: Moved middle mouse button emulation to a separate function.

View File

@@ -92,7 +92,7 @@ typedef enum {
#define DEV_INPUT_EVENT "/dev/input/"
#define PROC_BUS_INPUT_DEV "/proc/bus/input/devices"
#define VERSION "0.11.3p10"
#define VERSION "0.11.3p11"
/*****************************************************************************
* Forward declaration