summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-01-08Don't reopen ad infinitum if reopen_attempts is 0.Peter Hutterer1-1/+1
2009-12-03Fix up BTN_TOUCH handling for non-button tablets.Peter Hutterer1-2/+10
2009-12-03Only init the calibration property for absolute devices.Peter Hutterer1-1/+1
2009-12-03Report initial calibration parameters.David Woodhouse1-2/+16
2009-12-03Swap axes before applying touch screen calibration.David Woodhouse1-6/+7
2009-11-20Set all valuators for relative motion events (#24737)Bartosz Brachaczek1-1/+1
2009-11-20Relax checks when reopening devicesDmitry Torokhov1-55/+71
2009-11-20Fix drag-lock property handler for multiple draglock buttons.Peter Hutterer1-4/+5
2009-10-15Convert IgnoreAbsolute/RelativeAxes options into trinary state.Peter Hutterer1-10/+43
2009-10-15Fix copy/paste typo in comment.Peter Hutterer1-1/+1
2009-10-13Fix typo, use uppercase like the other messagesPeter Hutterer1-4/+4
2009-10-13evdev: Support the "Calibration" string option.Oliver McFadden1-20/+35
2009-10-10Finalize the middle button emulation when a read error occurs (#23048)Peter Hutterer1-0/+1
2009-10-07Add explicit options to ignore relative or absolute axes.Peter Hutterer1-8/+23
2009-09-30Remove unused has_xy.Peter Hutterer1-4/+1
2009-09-23emuWheel: fix signed/unsigned screwupPeter Hutterer1-3/+5
2009-08-20Only take the driver-internal button mapping to count buttons (#23405)Peter Hutterer1-2/+1
2009-08-18Allow 0 as wheel emulation button for unconditional scrolling (#20529)Dima Kogan1-5/+7
2009-08-18Restrict wheel emulation to a single axis at a time.Peter Hutterer1-7/+21
2009-08-14Treat tablets (BTN_TOOL_PEN devices) differently from touchpads.Peter Hutterer1-6/+11
2009-08-14Add EvdevPostButtonEvent API to immediately post a button event (#23269)Peter Hutterer3-1/+12
2009-08-13Rename parts of the Post API to a Queue API.Peter Hutterer5-20/+20
2009-08-13comment typo fixPeter Hutterer1-1/+1
2009-08-11Skip check for EVDEV_RELATIVE_EVENTS for wheel events.Peter Hutterer1-8/+8
2009-08-06evdev.c: Fix/improve discrimination of rel/abs axesMichael Witten1-20/+77
2009-08-04evdev: Use the EvdevPost...Event() functions in the emulation code.Oliver McFadden5-26/+33
2009-07-29evdev: Only send the events at synchronization time.Oliver McFadden2-191/+386
2009-07-20Don't register middle mouse button emulation handlers for keyboards.Peter Hutterer1-0/+6
2009-07-17Coverity Prevent: NO_EFFECT in EvdevWheelEmuSetProperty:Oliver McFadden1-9/+0
2009-07-03Count REL_DIAL as a scrollwheel during EvdevProbe (#21457)Peter Hutterer1-1/+2
2009-06-29Fix absolute axis labelling - mapping must be initialized before the labels.Peter Hutterer1-8/+14
2009-06-29Message "found absolute touchpad" also applies to tablets - fix.Peter Hutterer1-1/+1
2009-06-29If a device fails to initialize relative axes, init the abs. axes instead.Peter Hutterer1-6/+14
2009-06-23Fix wrong axis label index causing OOB reads/writes.Peter Hutterer1-1/+1
2009-06-23Initialize the axis labels to 0, not "misc".Peter Hutterer1-4/+1
2009-06-18Add missing checks for ABI_XINPUT_VERSION 7.Peter Hutterer1-3/+14
2009-06-18Cope with ABI_XINPUT_VERSION 7 - requires button + axes labels.Peter Hutterer1-11/+41
2009-06-18Split axes and button labels into separate function.Peter Hutterer1-72/+90
2009-05-28evdev: Prevent driver from processing motion events that it has not configure...Derek Upham1-2/+14
2009-05-21Deal with BTN_3 to BTN_9 buttons.Peter Hutterer1-0/+11
2009-05-21Only initialize the number of buttons we actually have.Peter Hutterer1-3/+1
2009-05-21Rename pEvdev->buttons to pEvdev->num_buttons for clarity.Peter Hutterer3-9/+9
2009-05-21Ensure enough buttons are advertised to pass the button mapping.Peter Hutterer1-1/+7
2009-05-21Up the number of button labels atoms to EVDEV_MAXBUTTONS.Peter Hutterer1-2/+2
2009-05-21Only label axes and buttons if the device has axes or buttons.Peter Hutterer1-2/+2
2009-05-16Use xf86DisableDevice instead of the DIX' DisableDevice.Peter Hutterer1-2/+2
2009-05-11Fix copy-paste error when probing type nameDan Nicholson1-1/+1
2009-04-29Revamp the whole "has_axes" definition.Peter Hutterer1-46/+64
2009-04-16Print read errors as X_NONE to avoid mallocs in the server.Peter Hutterer1-4/+8
2009-04-16Pre-allocate the reopen timer so we don't allocate during sigio handling.Peter Hutterer1-3/+8