aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/uvc/uvc_v4l2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-12V4L/DVB (12379): uvcvideo: Multiple streaming interfaces supportLaurent Pinchart1-40/+40
2009-09-12V4L/DVB (12378): uvcvideo: Restructure the driver to support multiple simultaneous streams.Laurent Pinchart1-93/+102
2009-09-12V4L/DVB (12185): uvcvideo: Prefix all UVC constants with UVC_Laurent Pinchart1-7/+7
2009-06-16V4L/DVB (12002): uvc: Fix for no return value check of uvc_ctrl_set() which calls mutex_lock_interruptible()Robert Krakora1-3/+12
2009-06-16V4L/DVB (11945): uvcvideo: Don't accept to change the format when buffers are allocated.Laurent Pinchart1-1/+1
2009-06-16V4L/DVB (11837): uvcvideo: Start status polling on device openLaurent Pinchart1-0/+12
2009-06-16V4L/DVB (11574): uvcvideo: fill reserved fields with zero of VIDIOC_QUERYMENUMárton Németh1-0/+6
2009-06-16V4L/DVB (11573): uvcvideo: Prevent invormation loss with removing implicit castingMárton Németh1-2/+2
2009-03-30V4L/DVB (11293): uvcvideo: Add zero fill for VIDIOC_ENUM_FMTMárton Németh1-0/+6
2009-03-30V4L/DVB (10308): uvcvideo: use usb_make_path to report bus infoThierry MERLE1-2/+2
2009-03-30V4L/DVB (10293): uvcvideo: replace strn{cpy,cat} with strl{cpy,cat}.Laurent Pinchart1-6/+6
2009-01-29V4L/DVB (10197): uvcvideo: Whitespace and comments cleanup, copyright updates.Laurent Pinchart1-5/+5
2009-01-02V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil1-3/+3
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil1-6/+4
2008-12-30V4L/DVB (10104): uvcvideo: Add support for video output devicesLaurent Pinchart1-31/+50
2008-12-30V4L/DVB (9903): uvcvideo: V4L2 zoom controls supportLaurent Pinchart1-2/+2
2008-12-29V4L/DVB (9662): uvcvideo: Fix printk badness when printing ioctl namesLaurent Pinchart1-4/+6
2008-12-29V4L/DVB (9661): uvcvideo: Commit streaming parameters when enabling the video streamLaurent Pinchart1-7/+0
2008-12-29V4L/DVB (9570): uvcvideo: Handle failed video GET_{MIN|MAX|DEF} requests more gracefullyLaurent Pinchart1-2/+2
2008-12-29V4L/DVB (9503): v4l: remove inode argument from video_usercopyHans Verkuil1-10/+3
2008-10-21V4L/DVB (9330): Get rid of inode parameter at v4l_compat_translate_ioctl()Mauro Carvalho Chehab1-3/+9
2008-10-12V4L/DVB (9031): uvcvideo: Fix incomplete frame drop when switching to a variable size format.Laurent Pinchart1-4/+0
2008-10-12V4L/DVB (8788): v4l: replace video_get_drvdata(video_devdata(filp)) with video_drvdata(filp)Hans Verkuil1-9/+4
2008-07-23V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.hHans Verkuil1-0/+1
2008-07-20V4L/DVB (8256): uvc/uvc_v4l2.c: suppress uninitialized var warningAndrew Morton1-1/+1
2008-07-20v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10Hans Verkuil1-0/+1
2008-06-30V4L/DVB (8145a): USB Video Class driverLaurent Pinchart1-0/+1105