summaryrefslogtreecommitdiff
path: root/drivers/media/video/uvc/uvc_v4l2.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-11[media] uvcvideo: Fix integer overflow in uvc_ioctl_ctrl_map()Haogang Chen1-0/+9
2011-12-11[media] uvcvideo: Use videobuf2-vmallocLaurent Pinchart1-18/+2
2011-09-23[media] uvcvideo: Remove deprecated UVCIOC ioctlsLaurent Pinchart1-52/+2
2011-07-30Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2011-07-27[media] return -ENOTTY for unsupported ioctl's at legacy driversMauro Carvalho Chehab1-1/+1
2011-07-27[media] uvcvideo: Use LINUX_VERSION_CODE for VIDIOC_QUERYCAPMauro Carvalho Chehab1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-05-20[media] uvcvideo: Add support for NOMMU archBob Liu1-0/+17
2011-05-20[media] uvcvideo: Make the API publicLaurent Pinchart1-6/+7
2011-05-20[media] uvcvideo: Deprecate UVCIOC_CTRL_{ADD,MAP_OLD,GET,SET}Laurent Pinchart1-2/+21
2011-05-20[media] uvcvideo: Add UVCIOC_CTRL_QUERY ioctlMartin Rubli1-3/+16
2010-12-29[media] V4L: remove V4L1 compatibility modeHans Verkuil1-5/+2
2010-12-01[media] uvcvideo: Convert to unlocked_ioctlLaurent Pinchart1-1/+1
2010-12-01[media] uvcvideo: Lock stream mutex when accessing format-related informationLaurent Pinchart1-23/+55
2010-12-01[media] uvcvideo: Move mmap() handler to uvc_queue.cLaurent Pinchart1-66/+1
2010-12-01[media] uvcvideo: Move mutex lock/unlock inside uvc_free_buffersLaurent Pinchart1-2/+0
2010-12-01[media] uvcvideo: Lock controls mutex when querying menusLaurent Pinchart1-35/+1
2010-10-21[media] uvcvideo: Remove sysadmin requirements for UVCIOC_CTRL_MAPMartin Rubli1-6/+0
2010-10-21[media] uvcvideo: Hardcode the index/selector relationship for XU controlsLaurent Pinchart1-33/+13
2010-10-21[media] uvcvideo: Update e-mail address and copyright noticesLaurent Pinchart1-2/+2
2010-08-02V4L/DVB: drivers/media: Remove unnecessary casts of private_dataJoe Perches1-4/+4
2010-08-02V4L/DVB: uvcvideo: Don't use stack-based buffers for USB transfersLaurent Pinchart1-0/+3
2010-08-02V4L/DVB: uvcvideo: Support menu controls in the control mapping APILaurent Pinchart1-23/+69
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-26V4L/DVB: uvcvideo: Check uvc_ctrl_begin return value in VIDIOC_S_CTRLLaurent Pinchart1-1/+1
2010-02-26V4L/DVB: uvcvideo: Clamp control values to the minimum and maximum valuesLaurent Pinchart1-0/+2
2009-12-05V4L/DVB (13506): uvcvideo: Factorize common field in uvc_entity structureLaurent Pinchart1-3/+3
2009-12-05V4L/DVB (13503): uvcvideo: Merge iterms, oterms and units linked listsLaurent Pinchart1-3/+7
2009-12-05V4L/DVB (13310): uvcvideo: Return -EINVAL instead of -ENODEV in read()Laurent Pinchart1-1/+1
2009-12-05V4L/DVB (13152): uvcvideo: Rely on videodev to reference-count the deviceLaurent Pinchart1-24/+8
2009-12-05V4L/DVB (13151): uvcvideo: Dismiss privileges when freeing video buffersLaurent Pinchart1-1/+5
2009-12-05V4L/DVB (13150): uvcvideo: Don't acquire privileges in VIDIOC_TRY_FMTLaurent Pinchart1-4/+0
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 simulta...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 c...Robert Krakora1-3/+12
2009-06-16V4L/DVB (11945): uvcvideo: Don't accept to change the format when buffers are...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 ca...Má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