summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/uvc/uvc_v4l2.c
AgeCommit message (Expand)Author
2009-04-20uvcvideo: fill reserved fields with zero of VIDIOC_QUERYMENULaurent Pinchart
2009-04-15uvcvideo: Prevent invormation loss with removing implicit castingLaurent Pinchart
2009-03-27uvcvideo: Add zero fill for VIDIOC_ENUM_FMTLaurent Pinchart
2009-01-27uvcvideo: use usb_make_path to report bus infoThierry MERLE
2009-01-08uvcvideo: replace strn{cpy,cat} with strl{cpy,cat}.Laurent Pinchart
2009-01-08merge: http://linuxtv.org/hg/~pinchartl/uvcvideoMauro Carvalho Chehab
2009-01-03uvcvideo: Whitespace and comments cleanup, copyright updates.Laurent Pinchart
2008-12-29uvcvideo: Add support for video output devicesLaurent Pinchart
2008-12-16uvcvideo: V4L2 zoom controls supportLaurent Pinchart
2008-11-17uvcvideo: Fix printk badness when printing ioctl namesLaurent Pinchart
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-11-12uvcvideo: Commit streaming parameters when enabling the video stream.Laurent Pinchart
2008-11-11uvcvideo: Enable compilation on kernels older than 2.6.22Laurent Pinchart
2008-11-08uvcvideo: Handle failed video GET_{MIN|MAX|DEF} requests more gracefullyLaurent Pinchart
2008-11-01v4l: remove inode argument from video_usercopyHans Verkuil
2008-10-21Get rid of inode parameter at v4l_compat_translate_ioctl()Mauro Carvalho Chehab
2008-09-16uvcvideo: Fix incomplete frame drop when switching to a variable size format.Mauro Carvalho Chehab
2008-08-23v4l: replace video_get_drvdata(video_devdata(filp)) with video_drvdata(filp)Hans Verkuil
2008-07-20videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.hHans Verkuil
2008-07-04uvc/uvc_v4l2.c: suppress uninitialized var warningMauro Carvalho Chehab
2008-06-30From: Laurent Pinchart <laurent.pinchart@skynet.be>Mauro Carvalho Chehab