From ba6785a02eea543976b0e44df844a43b660eaa64 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Sat, 8 Oct 2005 17:14:25 +0000 Subject: VIDIOCSFREQ and VIDIOCGFREQ expect an unsigned long as argument. v4l1-compat.c expects an int. The first is 8 bytes for an AMD64, the second only 4. This patch fixes this. I've checked other sources in the v4l repository and they all use unsigned long, so this is the only place that needs patching. Signed-off-by: Hans Verkuil Signed-off-by: Michael Krufky --- v4l/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'v4l/ChangeLog') diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 2c036c855..1684ad3d3 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,11 @@ +2005-10-08 17:02 mkrufky + + * v4l1-compat.c: (v4l_compat_translate_ioctl): + - change VIDIOCSFREQ and VIDIOCGFREQ from int to unsigned long + + Signed-off-by: Hans Verkuil + Signed-off-by: Michael Krufky + 2005-10-08 09:19 nshmyrev * saa7134-alsa.c: (snd_saa7134_capsrc_put), -- cgit v1.2.3