diff options
author | hans@localhost.localdomain <hans@localhost.localdomain> | 2008-08-03 11:42:57 +0200 |
---|---|---|
committer | hans@localhost.localdomain <hans@localhost.localdomain> | 2008-08-03 11:42:57 +0200 |
commit | f07be0b40ae3cbb2ae809d5f4151782f68eabb42 (patch) | |
tree | fefd7e2e1aa6a946ba99c7ce3d49b60815b78da4 /v4l2-apps/lib/libv4l/ChangeLog | |
parent | 474932fcb19fc298b8786e737bd1ae5115c9a6d2 (diff) | |
download | mediapointer-dvb-s2-f07be0b40ae3cbb2ae809d5f4151782f68eabb42.tar.gz mediapointer-dvb-s2-f07be0b40ae3cbb2ae809d5f4151782f68eabb42.tar.bz2 |
libv4l: make xawtv happy
From: Hans de Goede <j.w.r.degoede@hhs.nl>
Be more relaxed in our checks for mixing read and mmap access, we were
being more strict in this then certain kernel drivers (bttv) making xawtv
unhappy
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 a405fc62b..37620001a 100644 --- a/v4l2-apps/lib/libv4l/ChangeLog +++ b/v4l2-apps/lib/libv4l/ChangeLog @@ -1,3 +1,9 @@ +libv4l-0.4.0 +------------ +* Be more relaxed in our checks for mixing read and mmap access, we were + being more strict in this then certain kernel drivers (bttv) making xawtv + unhappy + libv4l-0.3.9 ------------ * Not only see /dev/video* but also /dev/v4l/* as video devices |