aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorZephaniah E. Hull <warp@aehallh.com>2006-02-27 13:22:35 +0000
committerZephaniah E. Hull <warp@aehallh.com>2006-02-27 13:22:35 +0000
commit9972f2b1c77eefe5fb6a2ba7baacaf6b273228a8 (patch)
tree7e0fd3b5a134fda32eb8d4ceaa86bceee629a2be /ChangeLog
parentBetter error reporting if the read fails. (diff)
downloadxf86-input-evdev-9972f2b1c77eefe5fb6a2ba7baacaf6b273228a8.tar.gz
xf86-input-evdev-9972f2b1c77eefe5fb6a2ba7baacaf6b273228a8.tar.bz2
xf86-input-evdev-9972f2b1c77eefe5fb6a2ba7baacaf6b273228a8.zip
Don't leave keys in the down state when we get turned off. (VT switching,
getting unplugged, that sort of stuff.)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 751e1c3..2ba0116 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2006-02-27 Zephaniah E. Hull,,, <warp@aehallh.com>
+2006-02-27 Zephaniah E. Hull <warp@aehallh.com>
+
+ * src/evdev_key.c: (EvdevKeyOff):
+ Don't leave keys in the down state when we get turned off.
+ (VT switching, getting unplugged, that sort of stuff.)
+
+2006-02-27 Zephaniah E. Hull <warp@aehallh.com>
* src/evdev.c: (EvdevReadInput):
Better error reporting if the read fails.