diff options
author | Peter Osterlund <petero2@telia.com> | 2003-09-26 08:02:51 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:01:13 +0200 |
commit | 08dbc35d45bedb73570bec917138622aeb646b0a (patch) | |
tree | a041ff0a667b60d4cf541877794b34da1dbc6d50 | |
parent | 0b82ac7de42319c42fcb910cc4ae8757e2d35e5c (diff) |
Changed version to 0.11.6.v0.11.6
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | synaptics.c | 2 |
3 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +0.11.6 (2003-09-26) +- Updated the config section in INSTALL.DE. Added warning explaining + that the file is not up to date. +- Forgot to change the default values for TopEdge and BottomEdge when + reversing the Y direction in version 0.11.5. +- Warn about (and fix) mis-configured TopEdge/BottomEdge parameters. + 0.11.5 (2003-09-25) - Use the EVIOCGID ioctl for synaptics event device auto detection. This is much simpler than parsing /proc/bus/input/devices and more @@ -1 +1 @@ -0.11.5 +0.11.6 diff --git a/synaptics.c b/synaptics.c index 43ca30e..72e34b9 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.5" +#define VERSION "0.11.6" /***************************************************************************** * Forward declaration |