Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Attempt to re-open devices on read errors. | Peter Hutterer | 2008-09-04 |
| | | | | | | | | | | | | | | | | | | Coming back from resume may leave us with a file descriptor that can be opened but fails on the first read (ENODEV). In this case, try to open the device until it becomes available or until the predefined count expires. To be safe, we cache the information from the device and compare against it when we re-open. This way we ensure that if the topology changes under us, we don't open a completely different device. If a device has changed, we disable it. Adds option "ReopenAttempts" <int> Conflicts: man/evdev.man src/evdev.c src/evdev.h | ||
* | Disable middle mouse button emulation when a real middle MB event is detected. | Peter Hutterer | 2008-06-10 |
| | | | | | | Devices may report middle mouse buttons even if they don't have one (PS/2 devices just don't know any better), so we can't be sure until we see the event. | ||
* | Enable middle-mouse button emulation. | Peter Hutterer | 2008-06-10 |
| | | | | Ported from xf86-input-mouse, with a few cleanups. | ||
* | man: Option "Path" is supported in the code, add it to man page. | Peter Hutterer | 2008-05-18 |
| | |||
* | Add evdev manpageevdev-1_0-branchpoint | gravity | 2006-01-09 |