From cffc51e04aba0090dfb663d2927117318b5ea00c Mon Sep 17 00:00:00 2001 From: "Zephaniah E. Hull" Date: Fri, 14 Apr 2006 07:01:37 +0000 Subject: 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. --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d0500a5..e7fe1d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2006-04-14 Zephaniah E. Hull + + * 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 * src/evdev.c: (EvdevCorePreInit): -- cgit v1.2.3