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