summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* evdev 2.1.3xf86-input-evdev-2.1.3evdev-2.1-branchPeter Hutterer2009-02-171-1/+1
* man: Fix two minor typos in man page.Peter Hutterer2009-02-171-2/+2
* Log which EVIOCGABS ioctl failed.Peter Hutterer2009-02-171-2/+2
* Remove duplicate MB emu finalization.Peter Hutterer2009-02-171-2/+0
* Add descriptive messages for device-has-changed errsBryce Harrington2009-02-131-14/+28
* EvdevCacheCompare: ignore changes in current device positionJulien Plissonneau Duquene2009-02-131-0/+2
* fix manpage formattingPeter Breitenlohner2009-02-131-0/+1
* evdev 2.1.2xf86-input-evdev-2.1.2Peter Hutterer2009-02-021-1/+1
* Protect against zero-sized property values. #19882Peter Hutterer2009-02-022-4/+12
* Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith2009-02-021-0/+20
* Reshuffle property initialization.Peter Hutterer2009-01-221-26/+25
* Don't print xkb options twice to the log file.Peter Hutterer2009-01-221-1/+0
* evdev 2.1.1xf86-input-evdev-2.1.1Peter Hutterer2009-01-131-1/+1
* Disable middle mouse button emulation when a middle mouse button event is reg...Michael Chapman2009-01-131-0/+5
* Fix FOO_MAX off-by-oneMatt Helsley2009-01-132-18/+34
* rename NBITS to NLONGS to reflect its actual meaningMatt Helsley2009-01-132-14/+16
* Remove xorgconfig & xorgcfg from See Also list in man pageAlan Coopersmith2009-01-131-1/+1
* Fix XkbModel parsing errorYan Li2009-01-131-1/+1
* Finalize MB emu (and wakeup handlers) before closing the fd.Peter Hutterer2009-01-131-0/+2
* evdev 2.1xf86-input-evdev-2.1.0Peter Hutterer2008-11-181-1/+1
* Store device file's minor/major to avoid duplicate devices.Peter Hutterer2008-11-182-0/+116
* Fix error messageFernando Carrijo2008-11-111-1/+1
* evdev 2.1 RC 3xf86-input-evdev-2.0.99.3Peter Hutterer2008-11-031-1/+1
* Add support for axes swapping.Peter Hutterer2008-11-034-3/+39
* Add support for run-time calibration.Peter Hutterer2008-11-034-0/+66
* Treat BTN_[0-2] as LMR buttons if necessary.Peter Hutterer2008-11-032-5/+24
* Remove obsolete FIXMEPeter Hutterer2008-11-031-3/+0
* Flush input after re-opening the fd.Peter Hutterer2008-11-031-0/+1
* emuMB: add EvdevMBEmuOn and call from EvdevOn to register wakeup handlers.Peter Hutterer2008-11-033-0/+7
* Fix axis inversion for absolute coordinates.Peter Hutterer2008-11-031-2/+2
* emulate MB: fix confusing log message.Peter Hutterer2008-11-031-2/+2
* evdev 2.1 RC 2xf86-input-evdev-2.0.99.2Peter Hutterer2008-10-231-1/+1
* Silence compiler warning by memsetting the struct properly.Peter Hutterer2008-10-231-1/+3
* MB emulation timeout is stored as Time, make the property 32-bit too.Peter Hutterer2008-10-232-4/+4
* Init ioctl bitmasks to 0, shuts up valgrind too.Peter Hutterer2008-10-231-4/+4
* Add touchscreen support.Søren Hauberg2008-10-231-18/+37
* Fix TestBit() on 64bitJulien Cristau2008-10-231-1/+1
* Add option "GrabDevice", don't grab the device by default.Peter Hutterer2008-10-233-7/+22
* Don't post keycodes > 255.Peter Hutterer2008-10-231-0/+4
* evdev 2.1 RC 1.xf86-input-evdev-2.0.99.1Peter Hutterer2008-10-141-1/+1
* Fix "Device reopened after N attempts" message.Peter Hutterer2008-10-141-3/+2
* Don't init draglock, etc. if we don't have the required capabilities.Peter Hutterer2008-10-141-12/+19
* 8-bit properties should use 8-bit storage types...Peter Hutterer2008-10-141-1/+1
* Don't include the client-side header anymore. xkbstr.h is server SDK.Peter Hutterer2008-10-141-3/+2
* Tidy up evdev.hPeter Hutterer2008-10-144-143/+137
* Rename DragLockInit to DragLockPreInit, remove superfluous "return".Peter Hutterer2008-10-143-5/+3
* Register property handler from within the modules, not the main evdev file.Peter Hutterer2008-10-144-3/+6
* Clean up program flow - don't call PreInit for "modules" on DEVICE_INIT.Peter Hutterer2008-10-143-35/+4
* Janitor: clean up xf86Msg use, might as well use X_CONFIG directly.Peter Hutterer2008-10-141-2/+1
* Add property support for ReopenAttempts option.Peter Hutterer2008-10-142-0/+24