linux-kernel-test/drivers/media/video/usbvision
Trent Piepho 3836725518 V4L/DVB (10818): usbvision: Don't need to zero ioctl parameter fields
The v4l2 core code in v4l2_ioctl will zero out the structure the driver is
supposed to fill in for read-only ioctls.  For read/write ioctls, all the
fields which aren't supplied from userspace will be zeroed out.

Zeroing code is removed from g_audio, queryctrl, and enum_fmt_vid_cap.

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2009-03-30 12:43:06 -03:00
..
Kconfig V4L/DVB (7846): Re-creates VIDEO_TUNER 2008-05-14 02:54:07 -03:00
Makefile V4L/DVB(7767): Move tuners to common/tuners 2008-04-29 18:41:37 -03:00
usbvision-cards.c
usbvision-cards.h
usbvision-core.c V4L/DVB (10738): Get rid of video_decoder.h header were uneeded 2009-03-30 12:42:59 -03:00
usbvision-i2c.c V4L/DVB (10692): usbvision: convert to v4l2_device/v4l2_subdev. 2009-03-30 12:42:54 -03:00
usbvision-video.c V4L/DVB (10818): usbvision: Don't need to zero ioctl parameter fields 2009-03-30 12:43:06 -03:00
usbvision.h V4L/DVB (10692): usbvision: convert to v4l2_device/v4l2_subdev. 2009-03-30 12:42:54 -03:00