aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/uvc
Commit message (Expand)AuthorAgeFilesLines
...
* V4L/DVB: uvcvideo: Add support for Manta MM-353 PlakoLaurent Pinchart2010-08-021-0/+9
* V4L/DVB: uvcvideo: Don't use stack-based buffers for USB transfersLaurent Pinchart2010-08-023-19/+38
* V4L/DVB: uvcvideo: Define control information bits using macrosLaurent Pinchart2010-08-021-6/+6
* V4L/DVB: uvcvideo: Support menu controls in the control mapping APILaurent Pinchart2010-08-024-28/+110
* V4L/DVB: uvcvideo: Make button controls work properlyHans de Goede2010-08-021-0/+8
* V4L/DVB: uvcvideo: Add support for absolute pan/tilt controlsMartin Rubli2010-08-021-0/+20
* V4L/DVB: drivers/media/video/uvc: Use kmemdupJulia Lawall2010-08-021-3/+2
* V4L/DVB: uvcvideo: Power line frequency control doesn't support GET_MIN/MAX/RESLaurent Pinchart2010-07-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-05-201-2/+2
|\
| * USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-201-2/+2
* | V4L/DVB: uvcvideo: Prevent division by 0 when control step value is 0Laurent Pinchart2010-05-191-0/+2
* | V4L/DVB: uvcvideo: Flag relative controls as write-onlyLaurent Pinchart2010-05-191-12/+16
* | V4L/DVB: uvcvideo: Add support for V4L2_PIX_FMT_Y16Laurent Pinchart2010-05-192-2/+9
* | V4L/DVB: uvcvideo: Use POLLOUT and POLLWRNORM for output devicesLaurent Pinchart2010-05-181-2/+6
* | V4L/DVB: uvcvideo: Support iris absolute and relative controlsLaurent Pinchart2010-05-181-0/+20
* | V4L/DVB: uvcvideo: Add support for Packard Bell EasyNote MX52 integrated webcamLaurent Pinchart2010-05-181-0/+9
* | V4L/DVB: uvcvideo: Add support for unbranded Arkmicro 18ec:3290 webcamsLaurent Pinchart2010-05-181-0/+9
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-305-0/+5
* V4L/DVB: uvcvideo: Check uvc_ctrl_begin return value in VIDIOC_S_CTRLLaurent Pinchart2010-02-261-1/+1
* V4L/DVB: uvcvideo: Blacklist gain control for Asus EeePC T91 integrated webcamLaurent Pinchart2010-02-261-0/+1
* V4L/DVB: uvcvideo: Clamp control values to the minimum and maximum valuesLaurent Pinchart2010-02-262-4/+45
* V4L/DVB: uvcvideo: Cache control min, max, res and def query resultsLaurent Pinchart2010-02-262-49/+74
* V4L/DVB: uvcvideo: Return -ERANGE when setting a control to an out-of-range m...Laurent Pinchart2010-02-261-1/+1
* V4L/DVB: uvcvideo: Use %pUl printk format specifier to print GUIDsLaurent Pinchart2010-02-263-55/+36
* V4L/DVB: uvcvideo: Increase the streaming control timeout to 5 secondsLaurent Pinchart2010-02-261-1/+1
* V4L/DVB (13830): uvcvideo: add another YUYV format GUID for iSight camerasDaniel Ritz2010-02-262-0/+8
* V4L/DVB (13828): uvcvideo: Make the quirks module parameter override the buil...Laurent Pinchart2010-02-261-5/+6
* V4L/DVB (13827): uvcvideo: Switch to a monotonic clock for V4L2 buffers times...Laurent Pinchart2010-02-264-10/+51
* V4L/DVB (13831): uvcvideo: Fix oops caused by a race condition in buffer dequ...Laurent Pinchart2010-01-173-14/+18
* V4L/DVB (13829): uvcvideo: Fix alternate setting selection in isochronous modeLaurent Pinchart2010-01-171-9/+22
* V4L/DVB (13826): uvcvideo: Fix controls blacklistingLaurent Pinchart2010-01-171-1/+1
* V4L/DVB (13610): uvc: Correct size given to memsetJulia Lawall2009-12-161-1/+1
* V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2009-12-161-1/+0
* V4L/DVB (13506): uvcvideo: Factorize common field in uvc_entity structureLaurent Pinchart2009-12-053-77/+57
* V4L/DVB (13505): uvcvideo: Refactor chain scanLaurent Pinchart2009-12-051-32/+43
* V4L/DVB (13504): uvcvideo: Fix extension units parsingLaurent Pinchart2009-12-051-2/+2
* V4L/DVB (13503): uvcvideo: Merge iterms, oterms and units linked listsLaurent Pinchart2009-12-054-56/+36
* V4L/DVB (13502): uvcvideo: Add support for Genius eFace 2025 webcamsLaurent Pinchart2009-12-051-0/+9
* V4L/DVB (13310): uvcvideo: Return -EINVAL instead of -ENODEV in read()Laurent Pinchart2009-12-051-1/+1
* V4L/DVB (13308): uvcvideo: Add support for MSI StarCam 370i webcamsLaurent Pinchart2009-12-051-0/+9
* V4L/DVB (13155): uvcvideo: Add a module parameter to set the streaming contro...Laurent Pinchart2009-12-053-3/+7
* V4L/DVB (13154): uvcvideo: Handle garbage at the end of streaming interface d...Laurent Pinchart2009-12-051-3/+11
* V4L/DVB (13153): uvcvideo: Fix uvc_alloc_urb_buffers()Ming Lei2009-12-051-2/+2
* V4L/DVB (13152): uvcvideo: Rely on videodev to reference-count the deviceLaurent Pinchart2009-12-053-104/+88
* V4L/DVB (13151): uvcvideo: Dismiss privileges when freeing video buffersLaurent Pinchart2009-12-051-1/+5
* V4L/DVB (13150): uvcvideo: Don't acquire privileges in VIDIOC_TRY_FMTLaurent Pinchart2009-12-051-4/+0
* V4L/DVB (13149): uvcvideo: Add a new UVC_TRACE_VIDEO trace levelLaurent Pinchart2009-12-052-4/+15
* V4L/DVB (13148): uvcvideo: Handle V4L2_CTRL_TYPE_BUTTON control type in VIDIO...Laurent Pinchart2009-12-051-0/+7
* V4L/DVB (13311): uvcvideo: Fix compilation warning with 2.6.32 due to type mi...Laurent Pinchart2009-11-071-1/+1
* V4L/DVB (13309): uvcvideo: Ignore the FIX_BANDWIDTH for compressed videoLaurent Pinchart2009-11-071-1/+2