aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorZephaniah E. Hull <warp@aehallh.com>2006-04-14 07:01:37 +0000
committerZephaniah E. Hull <warp@aehallh.com>2006-04-14 07:01:37 +0000
commitcffc51e04aba0090dfb663d2927117318b5ea00c (patch)
tree59f0279f214a77e551bd18d28000c911e56d034c /ChangeLog
parentRemove a debugging message. (diff)
downloadxf86-input-evdev-cffc51e04aba0090dfb663d2927117318b5ea00c.tar.gz
xf86-input-evdev-cffc51e04aba0090dfb663d2927117318b5ea00c.tar.bz2
xf86-input-evdev-cffc51e04aba0090dfb663d2927117318b5ea00c.zip
evdevAbsRec: Remove the scale bool, rename scale_x and scale_y to scale[2].
evdevAxesRec: Make btnMap an int array instead of a Card8 array. Make abs support and non-core stuff actually work. Relative emulation for abs mode is still a bit broken, but that's far less critical. How many buttons we've registered is configuration information, not an error message.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0500a5..e7fe1d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2006-04-14 Zephaniah E. Hull <warp@aehallh.com>
+
+ * src/evdev.h:
+ evdevAbsRec: Remove the scale bool, rename scale_x and scale_y
+ to scale[2].
+ evdevAxesRec: Make btnMap an int array instead of a Card8 array.
+ * src/evdev_axes.c: (EvdevAxesAbsSyn), (EvdevAxesAbsProcess),
+ (EvdevAxisAbsNew), (EvdevAxesInit):
+ Make abs support and non-core stuff actually work.
+
+ Relative emulation for abs mode is still a bit broken, but that's far
+ less critical.
+
+ * src/evdev_btn.c: (EvdevBtnInit):
+ How many buttons we've registered is configuration information, not an
+ error message.
+
2006-04-08 Zephaniah E. Hull <warp@aehallh.com>
* src/evdev.c: (EvdevCorePreInit):