diff options
author | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-03-27 10:39:24 +0100 |
---|---|---|
committer | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-03-27 10:39:24 +0100 |
commit | 4f4f2f81fd16cc9a8b777452b64b3b2ffb4d819c (patch) | |
tree | 13e8e642bdc66456f29adb1eea815f7ce275c9fa /v4l2-apps/libv4l/ChangeLog | |
parent | 6880d6f23b93031ceab3ce0952359c77d124a89f (diff) | |
download | mediapointer-dvb-s2-4f4f2f81fd16cc9a8b777452b64b3b2ffb4d819c.tar.gz mediapointer-dvb-s2-4f4f2f81fd16cc9a8b777452b64b3b2ffb4d819c.tar.bz2 |
libv4l: Fix upside down detection with certain usb devices
From: Hans de Goede <hdegoede@redhat.com>
* adjust libv4l's upside down cam detection to also work with devices
which have the usb interface as parent instead of the usb device
* fix libv4l upside down detection for the new v4l minor numbering scheme
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/v4l2-apps/libv4l/ChangeLog b/v4l2-apps/libv4l/ChangeLog index 21d60dabb..9b029d68b 100644 --- a/v4l2-apps/libv4l/ChangeLog +++ b/v4l2-apps/libv4l/ChangeLog @@ -2,6 +2,9 @@ libv4l-0.5.10 ------------- * sn9c20x cams have occasional bad jpeg frames, drop these to avoid the flickering effect they cause, by: Brian Johnson <brijohn@gmail.com> +* adjust libv4l's upside down cam detection to also work with devices + which have the usb interface as parent instead of the usb device +* fix libv4l upside down detection for the new v4l minor numbering scheme libv4l-0.5.9 ------------ |