summaryrefslogtreecommitdiff
path: root/src/evdev.c
AgeCommit message (Expand)Author
2007-08-07Options: Accept differently-named optionsDaniel Stone
2007-06-15Clean up a little bit the code.Tiago Vignatti
2007-06-13Update version using PACKAGE_VERSION_*.Zephaniah E. Hull
2007-06-11evdev.c:Zephaniah E. Hull
2007-06-06Wheel mice work again!Zephaniah E. Hull
2007-06-05Update the copyright notices for me to include 2007.Zephaniah E. Hull
2007-06-05Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-i...Zephaniah E. Hull
2007-06-05Alright, this is a really big commit that breaks stuff.Zephaniah E. Hull
2007-06-05Merge copyright notices.Kristian Høgsberg
2007-04-24Disable and remove the device when a read error occurs.Peter Hutterer
2007-04-24Try harder to make unplugging work.Zephaniah E. Hull
2007-04-24Handle driver removal cleanly, we now xfree everything we Xcalloc.Zephaniah E. Hull
2007-04-24Remove the evil xf86ActivateDevice declaration, don't need it anymore.Zephaniah E. Hull
2007-04-24Remove all of evdev_brain.c and all callers.Zephaniah E. Hull
2007-04-23Remove driver from list if no device is associated any more.Peter Hutterer
2007-04-19Remove direct call to DEVICE_INIT, ActivateDevice() takes care of that.Peter Hutterer
2007-04-19Add some documentation to evdev.c and evdev_brain.c.Peter Hutterer
2007-04-19ActivateDevice() before EnableDevice() in EvdevNew.Peter Hutterer
2006-10-25support new DIX motion history APIDaniel Stone
2006-10-17Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-i...Daniel Stone
2006-10-02Use XORG_VERSION_CURRENT in the module version struct.Zephaniah E. Hull
2006-09-10Fix compilation.Zephaniah E. Hull
2006-07-19prune device list on DEVICE_CLOSEDaniel Stone
2006-07-13Split the New functions so that structs can be allocated and buttonsZephaniah E. Hull
2006-07-11Set pInfo->fd to -1 when we close it in EvdevProc.Zephaniah E. Hull
2006-07-09remove XFree86LOADER usageDaniel Stone
2006-05-14Tweak credits and references.Zephaniah E. Hull
2006-04-09Remove a debugging message.Zephaniah E. Hull
2006-04-08Dropped the xorg-xserver 1.0.99.901 requirement. (Things were tweaked toZephaniah E. Hull
2006-04-08Remove evdev_abs.c and evdev_rel.c. Added evdev_axes.c.Zephaniah E. Hull
2006-04-07Unlibcwrap. Bump server version requirement. Bump to 1.1.0.evdev-1_1_0Adam Jackson
2006-02-27Better error reporting if the read fails.Zephaniah E. Hull
2006-02-24Compile with -Wall now. Add evdev.h to the sources so that make distcheckZephaniah E. Hull
2006-02-24include errno.h to make it compile.Lars Knoll
2006-02-14Bugzilla #5696 <https://bugs.freedesktop.org/show_bug.cgi?id=5696> SlightlyZephaniah E. Hull
2005-09-23Bug #3913: Suppress kernel-generated repeat events for chording keys.XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901Adam Jackson
2005-07-28Yet more 2.4 build fixes, this time for BTN_TASK.XORG-6_8_99_900Adam Jackson
2005-07-25Handle BTN_TASK too (#3859).Kristian Høgsberg
2005-07-11Prep input drivers for modularizing by adding guarded #include "config.h"XORG-6_8_99_16XORG-6_8_99_15Adam Jackson
2005-07-03Add some build compatibility for 2.6 linux systems with 2.4 kernel headersXORG-6_8_99_14Adam Jackson
2005-06-25Bug #3626: _X_EXPORT tags for video and input drivers.XORG-6_8_99_13Adam Jackson
2005-05-11Bug #968: Grab the event device used by the evdev driver to avoid weirdXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10Adam Jackson
2005-01-18Handle horizontal wheel events and move mapping of extra buttons up so theysco_port_update-baseXORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_1Kristian Høgsberg
2005-01-14Build fixes for static server.Adam Jackson
2005-01-12Add new evdev input driver. This driver uses the linux input layer directlyKristian Høgsberg