| 2 | |
| 3 | [http://lists.freedesktop.org/archives/input-tools/2014-December/001132.html] |
| 4 | |
| 5 | {{{ |
| 6 | libevdev 1.3.2 is now available. No changes to the library code itself, only |
| 7 | to tests and documentation. |
| 8 | |
| 9 | A new tool has been added to help measure the physical resolution of a mouse |
| 10 | device. This tool can (and should) be used to create udev hwdb entries for |
| 11 | http://cgit.freedesktop.org/systemd/systemd/tree/hwdb/70-mouse.hwdb |
| 12 | |
| 13 | Peter Hutterer (12): |
| 14 | Fix a confusing comment |
| 15 | doc: fix uinput example code |
| 16 | Remove superfluous linebreak in an error message |
| 17 | test: add missing tests for invalid calls on next_event/has_event_pending |
| 18 | test: add test case for grab calls on invalid devices |
| 19 | test: add test for setting absinfo on invalid devices |
| 20 | test: add test for clock id setting on an invalid device |
| 21 | doc: add the prefixing * to all @code doxygen sections |
| 22 | tools: add a tool to estimate the resolution of a mouse |
| 23 | tools: print the hwdb match line from the dpi tool |
| 24 | tools: zero-pad PID/VID in the dpi tool |
| 25 | }}} |