aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* evdev 2.2.6xf86-input-evdev-2.2.6Peter Hutterer2009-10-19
* Finalize the middle button emulation when a read error occurs (#23048)Peter Hutterer2009-10-19
* evdev 2.2.5xf86-input-evdev-2.2.5Peter Hutterer2009-08-21
* Only take the driver-internal button mapping to count buttons (#23405)Peter Hutterer2009-08-20
* evdev 2.2.4xf86-input-evdev-2.2.4Peter Hutterer2009-08-06
* evdev.c: Fix/improve discrimination of rel/abs axesMichael Witten2009-08-06
* evdev 2.2.3xf86-input-evdev-2.2.3Peter Hutterer2009-07-30
* Evdev doesn't require inputproto.Peter Hutterer2009-07-30
* If a device fails to initialize relative axes, init the abs. axes instead.Peter Hutterer2009-07-30
* Don't register middle mouse button emulation handlers for keyboards.Peter Hutterer2009-07-30
* Coverity Prevent: NO_EFFECT in EvdevWheelEmuSetProperty:Oliver McFadden2009-07-30
* evdev: Fix spelling of property in man page to match source code. #22571Asbjørn Sannes2009-07-30
* evdev: Prevent driver from processing motion events that it has not configure...Derek Upham2009-07-30
* Deal with BTN_3 to BTN_9 buttons.Peter Hutterer2009-07-30
* Only initialize the number of buttons we actually have.Peter Hutterer2009-07-30
* Ensure enough buttons are advertised to pass the button mapping.Peter Hutterer2009-07-30
* Up the number of button labels atoms to EVDEV_MAXBUTTONS.Peter Hutterer2009-07-30
* Only label axes and buttons if the device has axes or buttons.Peter Hutterer2009-07-30
* evdev 2.2.2xf86-input-evdev-2.2.2Peter Hutterer2009-04-30
* Print read errors as X_NONE to avoid mallocs in the server.Peter Hutterer2009-04-30
* Pre-allocate the reopen timer so we don't allocate during sigio handling.Peter Hutterer2009-04-30
* Trigger read error handling if len is <= 0.Peter Hutterer2009-04-06
* evdev 2.2.1xf86-input-evdev-2.2.1Peter Hutterer2009-03-24
* Fix jumpy touchpads by updating old_vals only when reported by the device.Peter Hutterer2009-03-23
* If we have a touchpad, print so, don't claim we're configuring a tablet.Peter Hutterer2009-03-23
* make sure to clear all axis_map entriesJeremy Jay2009-03-23
* Assume touchscreen/touchpad if we have _either_ ABS_PRESSURE or BTN_TOUCHPeter Hutterer2009-03-23
* Set "rel" when converting absolute touchpad coordinates to relative (#20661)Jeremy Jay2009-03-23
* Restore repeat-filtering for server 1.5 and earlier.Peter Hutterer2009-03-23
* evdev 2.2.0xf86-input-evdev-2.2.0Peter Hutterer2009-03-09
* Define MAX_VALUATORS if it's missing to allow for builds against 1.5.Peter Hutterer2009-03-09
* Check button label before fetching the Atom from the server. (#20524)Peter Hutterer2009-03-09
* Fix duplicate wheel button up mapping.Peter Hutterer2009-03-06
* evdev 2.1.99.1xf86-input-evdev-2.1.99.1Peter Hutterer2009-03-02
* Add support for button labelling.Peter Hutterer2009-03-02
* Rename prop_label to prop_axis_label.Peter Hutterer2009-03-02
* Don't double-assign the UKNOWN axis label.Peter Hutterer2009-02-26
* If scrollwheels are found, bump the button number by 4 (or up to 7).Peter Hutterer2009-02-26
* Ignore REL_WHEEL, REL_HWHEEL and REL_DIAL during axis initialisation.Peter Hutterer2009-02-26
* Pass on all relative events, not just x/y.Peter Hutterer2009-02-26
* Reduce the number of read calls in ReadInput.Adam Jackson2009-02-26
* Split ReadInput into ReadInput and ProcessEvent.Peter Hutterer2009-02-26
* Move relative motion and other magic up to EV_SYN processing.Adam Jackson2009-02-26
* Open with O_NONBLOCK, and simplify EvdevReadInput to match.Adam Jackson2009-02-23
* Revert "Remove useless include directive."Peter Hutterer2009-02-19
* Label axes conditional on actual support.Peter Hutterer2009-02-18
* Accommodate for holes in the ABS label defines.Peter Hutterer2009-02-18
* Add support for arbitrary relative axis labels.Peter Hutterer2009-02-17
* Remove superfluous (and duplicate) call to xf86MotionHistoryAllocate.Peter Hutterer2009-02-17
* Add generic axis support for relative axes.Peter Hutterer2009-02-17