summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* evdev 2.2.6xf86-input-evdev-2.2.6evdev-2.2-branchPeter Hutterer2009-10-191-1/+1
* Finalize the middle button emulation when a read error occurs (#23048)Peter Hutterer2009-10-191-0/+1
* evdev 2.2.5xf86-input-evdev-2.2.5Peter Hutterer2009-08-211-1/+1
* Only take the driver-internal button mapping to count buttons (#23405)Peter Hutterer2009-08-201-2/+1
* evdev 2.2.4xf86-input-evdev-2.2.4Peter Hutterer2009-08-061-1/+1
* evdev.c: Fix/improve discrimination of rel/abs axesMichael Witten2009-08-061-20/+77
* evdev 2.2.3xf86-input-evdev-2.2.3Peter Hutterer2009-07-301-1/+1
* Evdev doesn't require inputproto.Peter Hutterer2009-07-301-3/+0
* If a device fails to initialize relative axes, init the abs. axes instead.Peter Hutterer2009-07-301-6/+14
* Don't register middle mouse button emulation handlers for keyboards.Peter Hutterer2009-07-301-0/+6
* Coverity Prevent: NO_EFFECT in EvdevWheelEmuSetProperty:Oliver McFadden2009-07-301-9/+0
* evdev: Fix spelling of property in man page to match source code. #22571Asbjørn Sannes2009-07-301-1/+1
* evdev: Prevent driver from processing motion events that it has not configure...Derek Upham2009-07-301-2/+14
* Deal with BTN_3 to BTN_9 buttons.Peter Hutterer2009-07-301-0/+11
* Only initialize the number of buttons we actually have.Peter Hutterer2009-07-301-3/+1
* Ensure enough buttons are advertised to pass the button mapping.Peter Hutterer2009-07-301-1/+7
* Up the number of button labels atoms to EVDEV_MAXBUTTONS.Peter Hutterer2009-07-301-2/+2
* Only label axes and buttons if the device has axes or buttons.Peter Hutterer2009-07-301-2/+2
* evdev 2.2.2xf86-input-evdev-2.2.2Peter Hutterer2009-04-301-1/+1
* Print read errors as X_NONE to avoid mallocs in the server.Peter Hutterer2009-04-301-4/+8
* Pre-allocate the reopen timer so we don't allocate during sigio handling.Peter Hutterer2009-04-301-3/+8
* Trigger read error handling if len is <= 0.Peter Hutterer2009-04-061-1/+1
* evdev 2.2.1xf86-input-evdev-2.2.1Peter Hutterer2009-03-241-1/+1
* Fix jumpy touchpads by updating old_vals only when reported by the device.Peter Hutterer2009-03-231-5/+19
* If we have a touchpad, print so, don't claim we're configuring a tablet.Peter Hutterer2009-03-231-1/+4
* make sure to clear all axis_map entriesJeremy Jay2009-03-231-0/+5
* Assume touchscreen/touchpad if we have _either_ ABS_PRESSURE or BTN_TOUCHPeter Hutterer2009-03-231-3/+3
* Set "rel" when converting absolute touchpad coordinates to relative (#20661)Jeremy Jay2009-03-231-0/+1
* Restore repeat-filtering for server 1.5 and earlier.Peter Hutterer2009-03-231-2/+11
* evdev 2.2.0xf86-input-evdev-2.2.0Peter 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
* Rename prop_label to prop_axis_label.Peter Hutterer2009-03-021-5/+5
* Don't double-assign the UKNOWN axis label.Peter Hutterer2009-02-261-1/+1
* If scrollwheels are found, bump the button number by 4 (or up to 7).Peter Hutterer2009-02-261-0/+5
* Ignore REL_WHEEL, REL_HWHEEL and REL_DIAL during axis initialisation.Peter Hutterer2009-02-261-0/+13
* Pass on all relative events, not just x/y.Peter Hutterer2009-02-261-21/+40
* Reduce the number of read calls in ReadInput.Adam Jackson2009-02-261-14/+22
* Split ReadInput into ReadInput and ProcessEvent.Peter Hutterer2009-02-261-168/+177
* Move relative motion and other magic up to EV_SYN processing.Adam Jackson2009-02-261-70/+69
* Open with O_NONBLOCK, and simplify EvdevReadInput to match.Adam Jackson2009-02-231-3/+6
* Revert "Remove useless include directive."Peter Hutterer2009-02-191-0/+1
* Label axes conditional on actual support.Peter Hutterer2009-02-181-0/+11
* Accommodate for holes in the ABS label defines.Peter Hutterer2009-02-181-27/+36
* Add support for arbitrary relative axis labels.Peter Hutterer2009-02-171-5/+39
* Remove superfluous (and duplicate) call to xf86MotionHistoryAllocate.Peter Hutterer2009-02-171-4/+0
* Add generic axis support for relative axes.Peter Hutterer2009-02-171-7/+24