summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deal with BTN_3 to BTN_9 buttons.Peter Hutterer2009-05-211-0/+11
* Only initialize the number of buttons we actually have.Peter Hutterer2009-05-211-3/+1
* Rename pEvdev->buttons to pEvdev->num_buttons for clarity.Peter Hutterer2009-05-213-9/+9
* Ensure enough buttons are advertised to pass the button mapping.Peter Hutterer2009-05-211-1/+7
* Up the number of button labels atoms to EVDEV_MAXBUTTONS.Peter Hutterer2009-05-211-2/+2
* Only label axes and buttons if the device has axes or buttons.Peter Hutterer2009-05-211-2/+2
* Use xf86DisableDevice instead of the DIX' DisableDevice.Peter Hutterer2009-05-161-2/+2
* Fix copy-paste error when probing type nameDan Nicholson2009-05-111-1/+1
* Revamp the whole "has_axes" definition.Peter Hutterer2009-04-291-46/+64
* Print read errors as X_NONE to avoid mallocs in the server.Peter Hutterer2009-04-161-4/+8
* Pre-allocate the reopen timer so we don't allocate during sigio handling.Peter Hutterer2009-04-161-3/+8
* Trigger read error handling if len is <= 0.Peter Hutterer2009-04-061-1/+1
* Fix wrong reference to axis and button label atom list.Peter Hutterer2009-03-261-2/+2
* Remove test/ directory.Peter Hutterer2009-03-269-649/+1
* Fix jumpy touchpads by updating old_vals only when reported by the device.Peter Hutterer2009-03-171-5/+19
* If we have a touchpad, print so, don't claim we're configuring a tablet.Peter Hutterer2009-03-171-1/+4
* make sure to clear all axis_map entriesJeremy Jay2009-03-171-0/+5
* Assume touchscreen/touchpad if we have _either_ ABS_PRESSURE or BTN_TOUCHPeter Hutterer2009-03-171-3/+3
* Move keymap/modifier initialization behind the ABI < 5 ifdefs.Peter Hutterer2009-03-161-41/+61
* Set "rel" when converting absolute touchpad coordinates to relative (#20661)Jeremy Jay2009-03-161-0/+1
* Restore repeat-filtering for server 1.5 and earlier.Peter Hutterer2009-03-101-2/+11
* Bump to 2.2.99.Peter Hutterer2009-03-091-1/+1
* Define MAX_VALUATORS if it's missing to allow for builds against 1.5.Peter Hutterer2009-03-091-0/+5
* Check button label before fetching the Atom from the server. (#20524)Peter Hutterer2009-03-091-0/+3
* Fix duplicate wheel button up mapping.Peter Hutterer2009-03-061-1/+1
* evdev 2.1.99.1xf86-input-evdev-2.1.99.1Peter Hutterer2009-03-021-1/+1
* Add support for button labelling.Peter Hutterer2009-03-021-2/+123