summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* evdev 2.3.3xf86-input-evdev-2.3.3evdev-2.3-branchPeter Hutterer2010-04-121-1/+1
* man: fix man page formatting for option EmulateWheel.Peter Hutterer2010-03-111-0/+1
* Don't reopen ad infinitum if reopen_attempts is 0.Peter Hutterer2010-01-081-1/+1
* evdev 2.3.2xf86-input-evdev-2.3.2Peter Hutterer2009-12-111-1/+1
* Fix up BTN_TOUCH handling for non-button tablets.Peter Hutterer2009-12-031-2/+10
* Only init the calibration property for absolute devices.Peter Hutterer2009-12-031-1/+1
* Report initial calibration parameters.David Woodhouse2009-12-031-2/+16
* Swap axes before applying touch screen calibration.David Woodhouse2009-12-031-6/+7
* evdev 2.3.1xf86-input-evdev-2.3.1Peter Hutterer2009-11-201-1/+1
* Set all valuators for relative motion events (#24737)Bartosz Brachaczek2009-11-201-1/+1
* Relax checks when reopening devicesDmitry Torokhov2009-11-201-55/+71
* Fix drag-lock property handler for multiple draglock buttons.Peter Hutterer2009-11-201-4/+5
* evdev 2.3.0xf86-input-evdev-2.3.0Peter Hutterer2009-10-191-1/+1
* Convert IgnoreAbsolute/RelativeAxes options into trinary state.Peter Hutterer2009-10-152-11/+49
* Fix copy/paste typo in comment.Peter Hutterer2009-10-151-1/+1
* Fix typo, use uppercase like the other messagesPeter Hutterer2009-10-131-4/+4
* evdev: Support the "Calibration" string option.Oliver McFadden2009-10-132-23/+44
* Finalize the middle button emulation when a read error occurs (#23048)Peter Hutterer2009-10-101-0/+1
* evdev 2.2.99.2xf86-input-evdev-2.2.99.2Peter Hutterer2009-10-081-1/+1
* Add explicit options to ignore relative or absolute axes.Peter Hutterer2009-10-072-8/+34
* Remove unused has_xy.Peter Hutterer2009-09-301-4/+1
* emuWheel: fix signed/unsigned screwupPeter Hutterer2009-09-231-3/+5
* Require xorg-macros 1.3 and XORG_DEFAULT_OPTIONSPeter Hutterer2009-09-111-8/+4
* Only take the driver-internal button mapping to count buttons (#23405)Peter Hutterer2009-08-201-2/+1
* Allow 0 as wheel emulation button for unconditional scrolling (#20529)Dima Kogan2009-08-183-7/+12
* Restrict wheel emulation to a single axis at a time.Peter Hutterer2009-08-181-7/+21
* man: fix documentation for EVDEV_PROP_WHEEL_BUTTONPeter Hutterer2009-08-141-1/+1
* evdev 2.2.99.1xf86-input-evdev-2.2.99.1Peter Hutterer2009-08-141-1/+1
* Treat tablets (BTN_TOOL_PEN devices) differently from touchpads.Peter Hutterer2009-08-141-6/+11
* Add EvdevPostButtonEvent API to immediately post a button event (#23269)Peter Hutterer2009-08-143-1/+12
* Rename parts of the Post API to a Queue API.Peter Hutterer2009-08-135-20/+20
* comment typo fixPeter Hutterer2009-08-131-1/+1
* Skip check for EVDEV_RELATIVE_EVENTS for wheel events.Peter Hutterer2009-08-111-8/+8
* evdev.c: Fix/improve discrimination of rel/abs axesMichael Witten2009-08-061-20/+77
* evdev: Use the EvdevPost...Event() functions in the emulation code.Oliver McFadden2009-08-045-26/+33
* Evdev doesn't require inputproto.Peter Hutterer2009-07-301-3/+0
* evdev: Only send the events at synchronization time.Oliver McFadden2009-07-292-191/+386
* Don't register middle mouse button emulation handlers for keyboards.Peter Hutterer2009-07-201-0/+6
* Coverity Prevent: NO_EFFECT in EvdevWheelEmuSetProperty:Oliver McFadden2009-07-171-9/+0
* Count REL_DIAL as a scrollwheel during EvdevProbe (#21457)Peter Hutterer2009-07-031-1/+2
* evdev: Fix spelling of property in man page to match source code. #22571Asbjørn Sannes2009-07-021-1/+1
* Fix absolute axis labelling - mapping must be initialized before the labels.Peter Hutterer2009-06-291-8/+14
* Message "found absolute touchpad" also applies to tablets - fix.Peter Hutterer2009-06-291-1/+1
* If a device fails to initialize relative axes, init the abs. axes instead.Peter Hutterer2009-06-291-6/+14
* Fix wrong axis label index causing OOB reads/writes.Peter Hutterer2009-06-231-1/+1
* Initialize the axis labels to 0, not "misc".Peter Hutterer2009-06-231-4/+1
* Add missing checks for ABI_XINPUT_VERSION 7.Peter Hutterer2009-06-181-3/+14
* Cope with ABI_XINPUT_VERSION 7 - requires button + axes labels.Peter Hutterer2009-06-181-11/+41
* Split axes and button labels into separate function.Peter Hutterer2009-06-181-72/+90
* evdev: Prevent driver from processing motion events that it has not configure...Derek Upham2009-05-281-2/+14