aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Remove inotify things.Tiago Vignatti2007-06-15
* Update version using PACKAGE_VERSION_*.Zephaniah E. Hull2007-06-13
* Move the mode option handling to the Init stage.Zephaniah E. Hull2007-06-12
* evdev.c:Zephaniah E. Hull2007-06-11
* Handle default remapping around existing button targets better.Zephaniah E. Hull2007-06-06
* Move MapButtons_t closer to where it's used.Zephaniah E. Hull2007-06-06
* Wheel mice work again!Zephaniah E. Hull2007-06-06
* Fix REL mode.Zephaniah E. Hull2007-06-05
* Update the copyright notices for me to include 2007.Zephaniah E. Hull2007-06-05
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-i...Zephaniah E. Hull2007-06-05
|\
| * Fix header file #ifdef guard.Kristian Høgsberg2007-06-05
| * Merge copyright notices.Kristian Høgsberg2007-06-05
* | Alright, this is a really big commit that breaks stuff.Zephaniah E. Hull2007-06-05
|/
* Disable and remove the device when a read error occurs.Peter Hutterer2007-04-24
* Try harder to make unplugging work.Zephaniah E. Hull2007-04-24
* Kill some more unused bits.Zephaniah E. Hull2007-04-24
* Handle driver removal cleanly, we now xfree everything we Xcalloc.Zephaniah E. Hull2007-04-24
* Remove the evil xf86ActivateDevice declaration, don't need it anymore.Zephaniah E. Hull2007-04-24
* Remove all of evdev_brain.c and all callers.Zephaniah E. Hull2007-04-24
* Remove driver from list if no device is associated any more.Peter Hutterer2007-04-23
* Remove direct call to DEVICE_INIT, ActivateDevice() takes care of that.Peter Hutterer2007-04-19
* Add some documentation to evdev.c and evdev_brain.c.Peter Hutterer2007-04-19
* ActivateDevice() before EnableDevice() in EvdevNew.Peter Hutterer2007-04-19
* Key: Remove duplicate of keycode 0x6f, remove index 0xf8 to get aPeter Hutterer2007-03-25
* Key: Force maximum keycode to be 255Daniel Stone2007-03-21
* Fix pointer crossing screen bug. Possibly the others input drivers must updateTiago Vignatti2007-02-14
* Stop caching the screen size for scaling.Philip Langdale2007-02-10
* For reasons related to handling pathological remapping cases, androot2007-01-17
* Fix a bug where we potentially wrote garbage events when LEDs change.root2007-01-13
* Handle swapping of right and middle buttons better in some odder cases.root2007-01-11
* No more call to xf86OSRingBell in any cases,root2007-01-11
* Pad out button_names so we can loop over things more sanely.root2007-01-08
* key: use os bell-ringing functionDaniel Stone2006-11-02
* support new DIX motion history APIDaniel Stone2006-10-25
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-i...Daniel Stone2006-10-17
|\
| * m68k support (thanks Geert Uytterhoeven for the inotify codes).Drew Parsons2006-10-06
| * Make some debugging messages optional.Zephaniah E. Hull2006-10-02
| * Use XORG_VERSION_CURRENT in the module version struct.Zephaniah E. Hull2006-10-02
| * Fix compilation.Zephaniah E. Hull2006-09-10
| * Replace the old two buffer approach to handling rel emulation of abs axes,Zephaniah E. Hull2006-07-23
| * Move the axis to button map code back into the rel code.Zephaniah E. Hull2006-07-19
| * Split the New functions so that structs can be allocated and buttonsZephaniah E. Hull2006-07-13
| * Rename .cvsignore to .gitignore.Zephaniah E. Hull2006-07-11
| * Set pInfo->fd to -1 when we close it in EvdevProc.Zephaniah E. Hull2006-07-11
* | brain: call xf86DeleteInput when removing deviceDaniel Stone2006-10-15
* | key: remove usage of OS keyboard layer for bellDaniel Stone2006-10-08
* | fix InitValuatorClassDeviceStruct callDaniel Stone2006-07-21
* | pass maxval correctly to xf86InitValuatorAxisDeviceStructDaniel Stone2006-07-19
* | pass number of axes to InitValuatorClassDeviceStructDaniel Stone2006-07-19
* | prune device list on DEVICE_CLOSEDaniel Stone2006-07-19