summaryrefslogtreecommitdiff
path: root/linux/drivers
diff options
context:
space:
mode:
authorThierry MERLE <thierry.merle@free.fr>2008-07-08 07:01:45 +0200
committerThierry MERLE <thierry.merle@free.fr>2008-07-08 07:01:45 +0200
commit4e748efa7677d0762f4b1738cd8869df5eb106b6 (patch)
tree5fd82dfff141de82cd4932244fca3d9ff7829219 /linux/drivers
parentab715d2e8eb29998b60fa3bbc1ad95441cfb69b3 (diff)
downloadmediapointer-dvb-s2-4e748efa7677d0762f4b1738cd8869df5eb106b6.tar.gz
mediapointer-dvb-s2-4e748efa7677d0762f4b1738cd8869df5eb106b6.tar.bz2
v4l2-library: libv4l-really-sync-with-0.3.4.patch
From: Hans de Goede <j.w.r.degoede@hhs.nl> * The mmap64 support in 0.3.3, has caused a bug in libv4l1 when running on 32 bit systems (who uses those now a days?), this bug caused v4l1 compatibility to not work at all, this release fixes this * Some apps (xawtv, kopete) use an ioctl wrapper internally for various reasons. This wrappers request argument is an int, but the real ioctl's request argument is an unsigned long. Passing the VIDIOC_xxx defines through to the wrapper, and then to the real ioctl, causes the request to get sign extended on 64 bit args. The kernel seems to ignore the upper 32 bits, causing the sign extension to not make a difference. libv4l now also ignores the upper 32 bits of the libv4lx_ioctl request argument on 64 bit archs * Add a bugfix patch for kopete in the appl-patches dir, currently it assumes that it got the width and height it asked for when doing a S_FMT, which is a wrong assumption Signed-off-by: Hans de Goede <j.w.r.degoede@hhs.nl> Signed-off-by: Thierry MERLE <thierry.merle@free.fr>
Diffstat (limited to 'linux/drivers')
0 files changed, 0 insertions, 0 deletions