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. --- src/evdev_btn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/evdev_btn.c') diff --git a/src/evdev_btn.c b/src/evdev_btn.c index b9cd60d..4c25245 100644 --- a/src/evdev_btn.c +++ b/src/evdev_btn.c @@ -87,7 +87,7 @@ EvdevBtnInit (DeviceIntPtr device) for (i = 0; i <= pEvdev->state.btn->buttons; i++) map[i] = i; - xf86Msg(X_ERROR, "%s (%d): Registering %d buttons.\n", __FILE__, __LINE__, + xf86Msg(X_CONFIG, "%s (%d): Registering %d buttons.\n", __FILE__, __LINE__, pEvdev->state.btn->buttons); if (!InitButtonClassDeviceStruct (device, pEvdev->state.btn->buttons, map)) { pEvdev->state.btn->buttons = 0; -- cgit v1.2.3