diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-12-03 14:39:12 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-12-03 14:39:12 +0100 |
commit | 07fb7fce66a101b22c3e121e3ee99438db798b8e (patch) | |
tree | 23d92828e90fb4fd03e90852a3f8b58924403d97 /ChangeLog | |
parent | baf2e222d5c06cb3c4ee7d625e531119d3a999ba (diff) |
release 149
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +Summary of changes from v148 to v149 +============================================ + +Daniel Elstner (1): + really fix both in-tree and out-of-tree builds + +Dmitry Torokhov (1): + input-id: identify touchscreens + +Kay Sievers (4): + libudev: doc - use #NULL + configure.ac: version bump + really really fix both in-tree and out-of-tree builds + fix both in-tree and out-of-tree builds + +Martin Pitt (6): + input_id: Fix endless loop for non-input devices + input_id: Do not tag non-input devices with ID_INPUT + input_id: small optimization + input_id: check event mask + input_id: Check mouse button for ID_INPUT_MOUSE + udev_device_get_parent_with_subsystem_devtype(): Clarify documentation + + Summary of changes from v147 to v148 ============================================ |