summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Add dynamic axis labelling for absolute devices.Peter Hutterer2009-02-171-40/+46
* remove duplicate (code > 255) check.Peter Hutterer2009-02-161-8/+10
* man: list the options and properties in alphabetical order.Peter Hutterer2009-02-161-55/+55
* man: Fix two minor typos in man page.Peter Hutterer2009-02-161-2/+2
* Swap axes after scaling, not before.Peter Hutterer2009-02-161-6/+6
* CacheCompare before probing the device.Peter Hutterer2009-02-161-29/+11
* General axis valuator support.Matt Helsley2009-02-162-100/+97
* Change cached bitmasks from long to unsigned long.Peter Hutterer2009-02-162-10/+10