summaryrefslogtreecommitdiff
path: root/src/evdev.c
AgeCommit message (Expand)Author
2008-12-08Revert "Keyboard: Disable kernel autorepeat"Sascha Hlusiak
2008-12-08Filter all repeated keys from kernel, because we do softrepeat in serverSascha Hlusiak
2008-12-03Finalize MB emu (and wakeup handlers) before closing the fd.Peter Hutterer
2008-12-03Support keyboards with scroll wheels.Tibi Nagy
2008-12-02Keyboard: Disable kernel autorepeatDaniel Stone
2008-11-17Store device file's minor/major to avoid duplicate devices.Peter Hutterer
2008-11-06Fix error messageFernando Carrijo
2008-11-03Add support for axes swapping.Peter Hutterer
2008-10-30Add support for run-time calibration.Peter Hutterer
2008-10-29Treat BTN_[0-2] as LMR buttons if necessary.Peter Hutterer
2008-10-29Remove obsolete FIXMEPeter Hutterer
2008-10-29Flush input after re-opening the fd.Peter Hutterer
2008-10-28emuMB: add EvdevMBEmuOn and call from EvdevOn to register wakeup handlers.Peter Hutterer
2008-10-24Fix axis inversion for absolute coordinates.Peter Hutterer
2008-10-23Silence compiler warning by memsetting the struct properly.Peter Hutterer
2008-10-22Init ioctl bitmasks to 0, shuts up valgrind too.Peter Hutterer
2008-10-22Add touchscreen support.Søren Hauberg
2008-10-21Fix TestBit() on 64bitJulien Cristau
2008-10-17Add option "GrabDevice", don't grab the device by default.Peter Hutterer
2008-10-16Don't post keycodes > 255.Peter Hutterer
2008-10-14Fix "Device reopened after N attempts" message.Peter Hutterer
2008-10-14Don't init draglock, etc. if we don't have the required capabilities.Peter Hutterer
2008-10-14Rename DragLockInit to DragLockPreInit, remove superfluous "return".Peter Hutterer
2008-10-14Register property handler from within the modules, not the main evdev file.Peter Hutterer
2008-10-14Clean up program flow - don't call PreInit for "modules" on DEVICE_INIT.Peter Hutterer
2008-10-14Janitor: clean up xf86Msg use, might as well use X_CONFIG directly.Peter Hutterer
2008-10-14Add property support for ReopenAttempts option.Peter Hutterer
2008-10-11Remove "Path" option.Peter Hutterer
2008-10-11Remove parsing of ScreenNumber option.Peter Hutterer
2008-10-11Janitor: purge unused headers, reshuffle for readability, fix whitespace errors.Peter Hutterer
2008-10-11Add checkonly handling to property handlers.Peter Hutterer
2008-10-11Set pInfo->fd to -1 on DEVICE_CLOSEJulien Cristau
2008-10-03Add property support for axis inversion.Peter Hutterer
2008-10-03Add support for axis inversion.Søren Hauberg
2008-10-02Close fd on DEVICE_OFF. (LP #276887)Peter Hutterer
2008-09-30Register property handlers directly, instead of abstracting them.Peter Hutterer
2008-09-26Use new property API (no ConfigureDP, less args to ChangeDP)Peter Hutterer
2008-09-04Attempt to re-open devices on read errors.Peter Hutterer
2008-09-04Use HAVE_PROPERTIES define instead of GET_ABI_MAJOR for property compilation.Peter Hutterer
2008-08-18Add property support for drag lock.Peter Hutterer
2008-08-18Adding in DragLockButtons functionality.Chris Salch
2008-08-16Force rules, not model, to be evdevDaniel Stone
2008-08-15Revert "Don't grab devices unless specified through the config options."Peter Hutterer
2008-08-14Don't grab devices unless specified through the config options.Peter Hutterer
2008-08-08Filter wheel events before middle mouse button emulation.Chris Salch
2008-08-08Simplify the property handler registration.Peter Hutterer
2008-08-08Add EVDEV_MAXBUTTONS instead of checking against 32.Peter Hutterer
2008-08-08Expose wheel emulation through device properties.Peter Hutterer
2008-08-07Adding mouse wheel emulation code.Chris Salch
2008-08-07Print a warning if a keycode exceeds the range accepted by the server.Adam Jackson