diff options
author | hans@localhost.localdomain <hans@localhost.localdomain> | 2008-08-03 19:25:44 +0200 |
---|---|---|
committer | hans@localhost.localdomain <hans@localhost.localdomain> | 2008-08-03 19:25:44 +0200 |
commit | 7ab958ab10b1a5c28dc0c0c798939c57e41e40a4 (patch) | |
tree | d5cd3bf410fcf0394d94c4a7fefb6c0bd793484a /v4l2-apps/lib/libv4l/ChangeLog | |
parent | a1c8635315d9fcc9768035549e3ff5ea61f1faf2 (diff) | |
download | mediapointer-dvb-s2-7ab958ab10b1a5c28dc0c0c798939c57e41e40a4.tar.gz mediapointer-dvb-s2-7ab958ab10b1a5c28dc0c0c798939c57e41e40a4.tar.bz2 |
libv4l: use driver read() when possible
From: Hans de Goede <j.w.r.degoede@hhs.nl>
When the driver supports read() and we are not converting let the driver
handle read() instead of emulating it with mmap mode
Signed-off-by: Hans de Goede <j.w.r.degoede@hhs.nl>
Diffstat (limited to 'v4l2-apps/lib/libv4l/ChangeLog')
-rw-r--r-- | v4l2-apps/lib/libv4l/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/v4l2-apps/lib/libv4l/ChangeLog b/v4l2-apps/lib/libv4l/ChangeLog index 675019bd2..3d4e40ad2 100644 --- a/v4l2-apps/lib/libv4l/ChangeLog +++ b/v4l2-apps/lib/libv4l/ChangeLog @@ -1,3 +1,9 @@ +libv4l-0.4.1 +------------ +* When the driver supports read() and we are not converting let the driver + handle read() instead of emulating it with mmap mode + + libv4l-0.4.0 ------------ * Be more relaxed in our checks for mixing read and mmap access, we were |