Age | Commit message (Collapse) | Author |
|
Conversions from kmalloc+memset to k(z|c)alloc
Conversions from kmalloc+memset to k(z|c)alloc.
kernel-sync
Signed-off-by: Panagiotis Issaris <takis@issaris.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Michael H. Schimek <mschimek@gmx.at>
- V4L2_(G|S|TRY)_FMT returned incorrect VBI start lines for PAL-M,
NTSC-JP, and PAL-60. They also returned an inaccurate VBI offset.
- V4L2_(G|S)_FMT and V4L2_TRY_FMT disagreed about the start of VBI
capturing in PAL and SECAM second field. Note the start line fixes
may break applications using VIDIOCSVBIFMT because this ioctl fails
when the driver does not support exactly the requested parameters.
- V4L2_TRY_FMT did not clear the reserved field in struct
v4l2_vbi_format.
- V4L2_(S|TRY)_FMT did not expect very large or small VBI start or
count values, returning wrong (but safe) counts due to an overflow.
- VIDIOCGVBIFMT confused V4L and V4L2 VBI flags. However this had no
effect because the flags have the same value and bttv never sets
them.
- In v4l_compat_translate_ioctl() the VIDIOC(G|S)VBIFMT code did not
expect V4L2 drivers supporting VBI formats besides V4L2_PIX_FMT_GREY.
Signed-off-by: Michael H. Schimek <mschimek@gmx.at>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
|
|
kernel-sync
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Whitespace script improved.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
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 <hverkuil@xs4all.nl>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
where KERNEL_VERSION is required.
- incremented versions for CX88, BTTV and SAA7134.
* compat.h:
- Included linux/version.h.
This change is required to be compatible with
a patch applied at Kernel by Olaf Hering <olh@suse.de>
this patch does reduce kernel dependency of its version number.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
doc/CARDLIST.saa7134, doc/Cards:
- tail spaces removed.
* cx88-core.c, cx88.h:
- cx88_pci_irqs changed to static
* doc/V4L1_API.html:
- Now informs that it is obsolete.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
cx88-i2c.c, cx88-vbi.c, cx88-video.c, dpl3518.c, dpl3518.h,
i2c-compat.h, id.h, msp3400.h, or51132.c, or51132.h, plx9054.h,
rds-saa6588.c, saa7134-dvb.c, tda7432.c, tda9875.c, tvaudio.c,
tveeprom.h, tvmixer.c, v4l1-compat.c, video-buf-dvb.h:
- Minor changes to synchronize with -mm series;
- PAL-60 code maintained for SAA7134. However, -mm has different
values;
- Now, every .c or .h file has cvs field ID.
|
|
for MK3 tuners. Now tda9887 has stereo setting by default
|
|
- some pinnacle 300i progress (can talk to mt352 now, not working yet
through).
- misc minor stuff.
|
|
- move more modules to new-style insmod options.
|
|
|
|
|
|
- v4l1-compat fix.
|
|
- add magics to video-buf structs.
- fix saa7134 oss driver spinlocks.
- misc minor stuff.
|
|
|