[PATCH libevdev] Note that libevdev_change_fd requires a LIBEVDEV_FORCE_SYNC

Peter Hutterer peter.hutterer at who-t.net
Thu Oct 3 23:32:40 PDT 2013


Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 libevdev/libevdev.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/libevdev/libevdev.h b/libevdev/libevdev.h
index 8d75acb..09934a2 100644
--- a/libevdev/libevdev.h
+++ b/libevdev/libevdev.h
@@ -478,6 +478,10 @@ int libevdev_set_fd(struct libevdev* dev, int fd);
  * No check is made that new fd points to the same device. If the device has
  * changed, libevdev's behavior is undefined.
  *
+ * libevdev does not sync itself after changing the fd and keeps the current
+ * device state. Use libevdev_next_event with the LIBEVDEV_FORCE_SYNC flag to
+ * force a re-sync.
+ *
  * The fd may be open in O_RDONLY or O_RDWR.
  *
  * It is an error to call this function before calling libevdev_set_fd().
-- 
1.8.3.1



More information about the Input-tools mailing list