106 Commits (294355842ba9fb3cb3bbd7bfd60c9ca3ce704475)
 

Author SHA1 Message Date
Zephaniah E. Hull 294355842b Alright, this is a really big commit that breaks stuff. 19 years ago
Peter Hutterer c22c955c48 Disable and remove the device when a read error occurs. 19 years ago
Zephaniah E. Hull f87c44b90c Try harder to make unplugging work. 19 years ago
Zephaniah E. Hull 23309b334c Kill some more unused bits. 19 years ago
Zephaniah E. Hull 1716ec88bb Handle driver removal cleanly, we now xfree everything we Xcalloc. 19 years ago
Zephaniah E. Hull 246812bfbc Remove the evil xf86ActivateDevice declaration, don't need it anymore. 19 years ago
Zephaniah E. Hull a0ea7363f5 Remove all of evdev_brain.c and all callers. 19 years ago
Zephaniah E. Hull 3c4a96fbd8 Updated configure to 1.2.0, no changes yet. 19 years ago
Peter Hutterer ba65c34068 Remove driver from list if no device is associated any more. 19 years ago
Peter Hutterer 9644a4afbf Remove direct call to DEVICE_INIT, ActivateDevice() takes care of that. 19 years ago
Peter Hutterer d37ba205bb Add some documentation to evdev.c and evdev_brain.c. 19 years ago
Peter Hutterer 9875e2f7f9 ActivateDevice() before EnableDevice() in EvdevNew. 19 years ago
Peter Hutterer 6db4a9fb84 Key: Remove duplicate of keycode 0x6f, remove index 0xf8 to get a 19 years ago
Daniel Stone a9e87f29cc Key: Force maximum keycode to be 255 19 years ago
Tiago Vignatti b4a5a20476 Fix pointer crossing screen bug. Possibly the others input drivers must update 19 years ago
Philip Langdale 24f9e67a8f Stop caching the screen size for scaling. 19 years ago
root d8d8f114ca For reasons related to handling pathological remapping cases, and 19 years ago
root ebb30a554f Fix a bug where we potentially wrote garbage events when LEDs change. 19 years ago
root 3d8bb262e4 Handle swapping of right and middle buttons better in some odder cases. 19 years ago
root 987c6b1597 No more call to xf86OSRingBell in any cases, 19 years ago
root 8155e49e76 Pad out button_names so we can loop over things more sanely. 19 years ago
Daniel Stone e1fe72e7fe bump to 1.1.5 20 years ago
Daniel Stone 9f3be57929 Makefile.am: make ChangeLog hook safer 20 years ago
Daniel Stone 5a5457e69c bump to 1.1.4 20 years ago
Daniel Stone 3fc70342aa Merge branch 'input-hotplug' 20 years ago
Daniel Stone 1a8cea3dc4 Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-input-evdev 20 years ago
Daniel Stone ef01c2ef65 key: use os bell-ringing function 20 years ago
Daniel Stone 036b457c1b support new DIX motion history API 20 years ago
Daniel Stone 79eb7dcac8 Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-input-evdev into input-hotplug 20 years ago
Daniel Stone d7f686bfa3 Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-input-evdev into input-hotplug 20 years ago
Daniel Stone ec09e0d55d brain: call xf86DeleteInput when removing device 20 years ago
Adam Jackson 4c72fb7b76 Bump to 1.1.3 20 years ago
Daniel Stone 77cbbc20b6 key: remove usage of OS keyboard layer for bell 20 years ago
Drew Parsons 5c5ef3fbd6 m68k support (thanks Geert Uytterhoeven for the inotify codes). 20 years ago
Zephaniah E. Hull a96b048e56 Make some debugging messages optional. 20 years ago
Zephaniah E. Hull d8ea40dc4a Use XORG_VERSION_CURRENT in the module version struct. 20 years ago
Zephaniah E. Hull ab65184d47 Fix compilation. 20 years ago
Zephaniah E. Hull 63f7edf786 Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-input-evdev into input-hotplug 20 years ago
Zephaniah E. Hull 771eee9682 Replace the old two buffer approach to handling rel emulation of abs axes, 20 years ago
Daniel Stone e468150448 fix InitValuatorClassDeviceStruct call 20 years ago
Zephaniah E. Hull fa03de438e Move the axis to button map code back into the rel code. 20 years ago
Daniel Stone 7b91f9277a pass maxval correctly to xf86InitValuatorAxisDeviceStruct 20 years ago
Daniel Stone 7defeb0aef pass number of axes to InitValuatorClassDeviceStruct 20 years ago
Daniel Stone 1cb568c0a6 prune device list on DEVICE_CLOSE 20 years ago
Zephaniah E. Hull dc88668839 Split the New functions so that structs can be allocated and buttons 20 years ago
Zephaniah E. Hull 090d43acf3 Update the .gitignore files to remove some more noise. 20 years ago
Zephaniah E. Hull 1b9a9599a4 Rename .cvsignore to .gitignore. 20 years ago
Zephaniah E. Hull f7a9c74fbc Grab the ChangeLog generation rule from libX11. 20 years ago
Zephaniah E. Hull 9cb7c3dbad (Hope this works.) 20 years ago
Zephaniah E. Hull eba5ea8d5a Set pInfo->fd to -1 when we close it in EvdevProc. 20 years ago