aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorZephaniah E. Hull <warp@aehallh.com>2006-04-08 21:55:17 +0000
committerZephaniah E. Hull <warp@aehallh.com>2006-04-08 21:55:17 +0000
commit880879015bf1eec49d374274d644ba015a6a4610 (patch)
treebcf70bfc75f469b682d7b4861b910eace1b71cde /ChangeLog
parentRemove evdev_abs.c and evdev_rel.c. Added evdev_axes.c. (diff)
downloadxf86-input-evdev-880879015bf1eec49d374274d644ba015a6a4610.tar.gz
xf86-input-evdev-880879015bf1eec49d374274d644ba015a6a4610.tar.bz2
xf86-input-evdev-880879015bf1eec49d374274d644ba015a6a4610.zip
Dropped the xorg-xserver 1.0.99.901 requirement. (Things were tweaked to
mostly work for older servers again.) Close the device properly on read errer. Minimal inotify support, not ideal yet, but... Minimal inotify support, not ideal yet, but... Minimal inotify support, not ideal yet, but...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 069dd9d..e47d892 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2006-04-08 Zephaniah E. Hull <warp@aehallh.com>
+ * configure.ac:
+ Dropped the xorg-xserver 1.0.99.901 requirement.
+ (Things were tweaked to mostly work for older servers again.)
+ * src/evdev.c: (EvdevReadInput):
+ Close the device properly on read errer.
+ * src/evdev_brain.c: (evdevReadInput), (evdevControl):
+ Minimal inotify support, not ideal yet, but...
+ * src/inotify-syscalls.h:
+ Minimal inotify support, not ideal yet, but...
+ * src/inotify.h:
+ Minimal inotify support, not ideal yet, but...
+
+2006-04-08 Zephaniah E. Hull <warp@aehallh.com>
+
* src/Makefile.am:
Remove evdev_abs.c and evdev_rel.c.
Added evdev_axes.c.