mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-04-14 11:54:16 +00:00
Changed version to 0.11.3p11.
This commit is contained in:
13
NEWS
13
NEWS
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user