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