summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/v4l2-ioctl.c
AgeCommit message (Expand)Author
2009-03-10merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvbMauro Carvalho Chehab
2009-03-10avoid loading the entire videodev.h header for drivers that are already V4L2 ...Mauro Carvalho Chehab
2009-03-09v4l2-ioctl: get rid of video_decoder.hMauro Carvalho Chehab
2009-03-08v4l2-ioctl: fix partial-copy code.Hans Verkuil
2009-03-06videodev2.h: remove deprecated VIDIOC_G_CHIP_IDENT_OLDHans Verkuil
2009-03-03v4l2: New function v4l2_video_std_frame_periodTrent Piepho
2009-03-03v4l2: Zero out read-only ioctls in one placeTrent Piepho
2009-03-03videodev: only copy needed part of RW ioctl's parameterTrent Piepho
2009-03-03v4l2: Move code to zero querybuf output struct to v4l2_ioctlTrent Piepho
2009-02-07v4l2: prefill ident and revision from v4l2_dbg_chip_ident.Mauro Carvalho Chehab
2008-12-30v4l2: debugging API changed to match against driver name instead of ID.Hans Verkuil
2008-12-30v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil
2008-12-30v4l2: introduce v4l2_file_operations.Hans Verkuil
2008-12-29v4l2-ioctl: Fix warnings when using .unlocked_ioctl = __video_ioctl2Mauro Carvalho Chehab
2008-11-12v4l core: fix debug printk for enumberating frameratesMauro Carvalho Chehab
2008-11-11v4l core: a few get ioctls were lacking memory cleanMauro Carvalho Chehab
2008-11-11v4l core: add support for enumerating frame sizes and intervalsMauro Carvalho Chehab
2008-11-01v4l: remove inode argument from video_usercopyHans Verkuil
2008-10-27rationalise addresses to one common oneMauro Carvalho Chehab
2008-10-21Remove unused inode parameter from video_ioctl2Mauro Carvalho Chehab
2008-10-21Get rid of inode parameter at v4l_compat_translate_ioctl()Mauro Carvalho Chehab
2008-10-18v4l2: add video_ioctl2_unlocked for unlocked_ioctl support.Hans Verkuil
2008-10-03v4l: remove vidioc_enum_fmt_vbi_capHans Verkuil
2008-08-21v4l2-ioctl.c: fix warningMauro Carvalho Chehab
2008-07-27v4l2-ioctl: do not try to handle private V4L1 ioctlsHans Verkuil
2008-07-21videodev: move all ioctl callbacks to a new v4l2_ioctl_ops structHans Verkuil
2008-07-20videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.hHans Verkuil