summaryrefslogtreecommitdiff
path: root/v4l2-apps/libv4l/ChangeLog
diff options
context:
space:
mode:
authorhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-03-11 13:23:30 +0100
committerhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-03-11 13:23:30 +0100
commitee232e3e24844fa93b83949e34e6a2cc60f8cdfc (patch)
tree3a92e3bd3395e18bb3635c83969a9724270ac5ce /v4l2-apps/libv4l/ChangeLog
parent093f82628ef903225b639005aaf13516e5144db1 (diff)
downloadmediapointer-dvb-s2-ee232e3e24844fa93b83949e34e6a2cc60f8cdfc.tar.gz
mediapointer-dvb-s2-ee232e3e24844fa93b83949e34e6a2cc60f8cdfc.tar.bz2
libv4l: us USB-id's instead of USB product string in upside down dev table
From: Hans de Goede <hdegoede@redhat.com> Switch to using USB-id's instead of USB product string, as not all devices set a unique product string. This fixes the upside down issues with genius e-messenger 112 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/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/v4l2-apps/libv4l/ChangeLog b/v4l2-apps/libv4l/ChangeLog
index c4f6ffae5..a23632027 100644
--- a/v4l2-apps/libv4l/ChangeLog
+++ b/v4l2-apps/libv4l/ChangeLog
@@ -5,6 +5,9 @@ libv4l-0.5.8
* Remove v4lconvert_yvyu_to_yuv420 function as its functionality is
duplicate with v4lconvert_yuyv_to_yuv420
* Use Requires.private where appropiate in .pc files (patch by Gregor Jasny)
+* Switch to using USB-id's instead of USB product string, as not all devices
+ set a unique product string. This fixes the upside down issues with
+ genius e-messenger 112 cams
libv4l-0.5.7
------------