diff options
author | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-03-11 13:15:10 +0100 |
---|---|---|
committer | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-03-11 13:15:10 +0100 |
commit | fdad77d57046fd18b1b2fdb063af3b78096cc125 (patch) | |
tree | c3c7d61e88e1a6c7f034d53a3514d96fe2859174 /v4l2-apps/libv4l/ChangeLog | |
parent | 17bb671ca3461d5aacfe3ca34adb4694a3b25949 (diff) | |
download | mediapointer-dvb-s2-fdad77d57046fd18b1b2fdb063af3b78096cc125.tar.gz mediapointer-dvb-s2-fdad77d57046fd18b1b2fdb063af3b78096cc125.tar.bz2 |
libv4l: Always do a s_fmt on uvc cams
From: Hans de Goede <hdegoede@redhat.com>
Always do a s_fmt on uvc cams even if this changes nothing, as not doing
the s_fmt triggers a bug in the uvcvideo driver in kernel <= 2.6.28
(with certain cams)
Priority: normal
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'v4l2-apps/libv4l/ChangeLog')
-rw-r--r-- | v4l2-apps/libv4l/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/v4l2-apps/libv4l/ChangeLog b/v4l2-apps/libv4l/ChangeLog index f53c32f0e..a2c598d08 100644 --- a/v4l2-apps/libv4l/ChangeLog +++ b/v4l2-apps/libv4l/ChangeLog @@ -1,3 +1,9 @@ +libv4l-0.5.6 +------------ +* Always do a s_fmt on uvc cams even if this changes nothing, as not doing + the s_fmt triggers a bug in the uvcvideo driver in kernel <= 2.6.28 + (with certain cams) + libv4l-0.5.5 ------------ * Avoid the use of try_fmt as much as possible on UVC cams, instead use the |