summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-05Fix header file #ifdef guard.Kristian Høgsberg
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-24Kill some more unused bits.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-24Updated configure to 1.2.0, no changes yet.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
2007-03-25Key: Remove duplicate of keycode 0x6f, remove index 0xf8 to get aPeter Hutterer
2007-03-21Key: Force maximum keycode to be 255Daniel Stone
2007-02-14Fix pointer crossing screen bug. Possibly the others input drivers must updateTiago Vignatti
2007-02-10Stop caching the screen size for scaling.Philip Langdale
2007-01-17For reasons related to handling pathological remapping cases, androot
2007-01-13Fix a bug where we potentially wrote garbage events when LEDs change.root
2007-01-11Handle swapping of right and middle buttons better in some odder cases.root
2007-01-11No more call to xf86OSRingBell in any cases,root
2007-01-08Pad out button_names so we can loop over things more sanely.root
2006-12-16bump to 1.1.5xf86-input-evdev-1.1.5Daniel Stone
2006-12-06Makefile.am: make ChangeLog hook saferDaniel Stone
2006-11-02bump to 1.1.4xf86-input-evdev-1.1.4Daniel Stone
2006-11-02Merge branch 'input-hotplug'Daniel Stone
2006-11-02Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-i...Daniel Stone
2006-11-02key: use os bell-ringing functionDaniel Stone
2006-10-25support new DIX motion history APIDaniel Stone
2006-10-17Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/driver...Daniel Stone
2006-10-17Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-i...Daniel Stone
2006-10-15brain: call xf86DeleteInput when removing deviceDaniel Stone
2006-10-13Bump to 1.1.3xf86-input-evdev-1.1.3Adam Jackson
2006-10-08key: remove usage of OS keyboard layer for bellDaniel Stone
2006-10-06m68k support (thanks Geert Uytterhoeven for the inotify codes).Drew Parsons
2006-10-02Make some debugging messages optional.Zephaniah E. Hull
2006-10-02Use XORG_VERSION_CURRENT in the module version struct.Zephaniah E. Hull
2006-09-10Fix compilation.Zephaniah E. Hull
2006-07-25Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-i...Zephaniah E. Hull
2006-07-23Replace the old two buffer approach to handling rel emulation of abs axes,Zephaniah E. Hull
2006-07-21fix InitValuatorClassDeviceStruct callDaniel Stone
2006-07-19Move the axis to button map code back into the rel code.Zephaniah E. Hull
2006-07-19pass maxval correctly to xf86InitValuatorAxisDeviceStructDaniel Stone
2006-07-19pass number of axes to InitValuatorClassDeviceStructDaniel Stone
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-11Update the .gitignore files to remove some more noise.Zephaniah E. Hull