linux/drivers/media/video/et61x251
Hans Verkuil 657f227105 [media] v4l: fix handling of v4l2_input.capabilities
The v4l core sets the v4l2_input.capabilities field based on the supplied
v4l2_ioctl_ops. However, several drivers do a memset or memcpy of the v4l2_input
struct, thus overwriting that field incorrectly.

Either remove the memset (which is already done by the v4l core), or add the
proper capabilities field in case of a memcpy.

The same is also true for v4l2_output, but that only affected the ivtv driver.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-12-30 08:02:29 -02:00
..
Kconfig V4L/DVB (14005): media/video Kconfig: Mark gspca superceeded drivers as deprecated 2010-02-26 15:10:41 -03:00
Makefile
et61x251.h V4L/DVB (7523): media/video/et61x251 replace remaining __FUNCTION__ occurrences 2008-04-24 14:07:59 -03:00
et61x251_core.c [media] v4l: fix handling of v4l2_input.capabilities 2010-12-30 08:02:29 -02:00
et61x251_sensor.h
et61x251_tas5130d1b.c