aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/uvc/uvc_driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-21[media] uvcvideo: Remove sysadmin requirements for UVCIOC_CTRL_MAPMartin Rubli1-0/+1
2010-10-21[media] uvcvideo: Hardcode the index/selector relationship for XU controlsLaurent Pinchart1-10/+0
2010-10-21[media] uvcvideo: Update e-mail address and copyright noticesLaurent Pinchart1-3/+4
2010-10-21V4L/DVB: uvc: Enable USB autosuspend by default on uvcvideoMatthew Garrett1-0/+1
2010-09-27V4L/DVB: uvcvideo: Restrict frame rates for Chicony CNF7129 webcamLaurent Pinchart1-0/+15
2010-09-27V4L/DVB: uvcvideo: Fix support for Medion Akoya All-in-one PC integrated webcamLaurent Pinchart1-0/+9
2010-08-08V4L/DVB: uvcvideo: Add support for Miricle 307K thermal webcamLaurent Pinchart1-0/+9
2010-08-02V4L/DVB: uvcvideo: Add support for Manta MM-353 PlakoLaurent Pinchart1-0/+9
2010-08-02V4L/DVB: uvcvideo: Support menu controls in the control mapping APILaurent Pinchart1-0/+1
2010-08-02V4L/DVB: drivers/media/video/uvc: Use kmemdupJulia Lawall1-3/+2
2010-05-19V4L/DVB: uvcvideo: Add support for V4L2_PIX_FMT_Y16Laurent Pinchart1-1/+6
2010-05-18V4L/DVB: uvcvideo: Add support for Packard Bell EasyNote MX52 integrated webcamLaurent Pinchart1-0/+9
2010-05-18V4L/DVB: uvcvideo: Add support for unbranded Arkmicro 18ec:3290 webcamsLaurent Pinchart1-0/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26V4L/DVB: uvcvideo: Use %pUl printk format specifier to print GUIDsLaurent Pinchart1-5/+4
2010-02-26V4L/DVB (13830): uvcvideo: add another YUYV format GUID for iSight camerasDaniel Ritz1-0/+5
2010-02-26V4L/DVB (13828): uvcvideo: Make the quirks module parameter override the built-in quirksLaurent Pinchart1-5/+6
2010-02-26V4L/DVB (13827): uvcvideo: Switch to a monotonic clock for V4L2 buffers timestampsLaurent Pinchart1-9/+40
2009-12-16V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart1-1/+0
2009-12-05V4L/DVB (13506): uvcvideo: Factorize common field in uvc_entity structureLaurent Pinchart1-68/+51
2009-12-05V4L/DVB (13505): uvcvideo: Refactor chain scanLaurent Pinchart1-32/+43
2009-12-05V4L/DVB (13504): uvcvideo: Fix extension units parsingLaurent Pinchart1-2/+2
2009-12-05V4L/DVB (13503): uvcvideo: Merge iterms, oterms and units linked listsLaurent Pinchart1-26/+22
2009-12-05V4L/DVB (13502): uvcvideo: Add support for Genius eFace 2025 webcamsLaurent Pinchart1-0/+9
2009-12-05V4L/DVB (13308): uvcvideo: Add support for MSI StarCam 370i webcamsLaurent Pinchart1-0/+9
2009-12-05V4L/DVB (13155): uvcvideo: Add a module parameter to set the streaming control timeoutLaurent Pinchart1-0/+3
2009-12-05V4L/DVB (13154): uvcvideo: Handle garbage at the end of streaming interface descriptorsLaurent Pinchart1-3/+11
2009-12-05V4L/DVB (13152): uvcvideo: Rely on videodev to reference-count the deviceLaurent Pinchart1-76/+79
2009-09-12V4L/DVB (12379): uvcvideo: Multiple streaming interfaces supportLaurent Pinchart1-168/+298
2009-09-12V4L/DVB (12378): uvcvideo: Restructure the driver to support multiple simultaneous streams.Laurent Pinchart1-80/+94
2009-09-12V4L/DVB (12327): uvcvideo: Add PROBE_DEF quirk and enable it for the MT6227 deviceLaurent Pinchart1-1/+2
2009-09-12V4L/DVB (12188): uvcvideo: Set PROBE_MINMAX quirk for Aveo Technology webcamsLaurent Pinchart1-1/+2
2009-09-12V4L/DVB (12185): uvcvideo: Prefix all UVC constants with UVC_Laurent Pinchart1-64/+68
2009-09-12V4L/DVB (12184): uvcvideo: Use class-specific descriptor types from usb/ch9.hLaurent Pinchart1-2/+2
2009-08-13V4L/DVB (12328): uvcvideo: Don't apply the FIX_BANDWIDTH quirk to all ViMicro devicesLaurent Pinchart1-3/+21
2009-06-16V4L/DVB (11948): uvcvideo: Ignore non-UVC trailing interface descriptors.Laurent Pinchart1-2/+2
2009-06-16V4L/DVB (11947): uvcvideo: Add support for FSC V30S webcamsLaurent Pinchart1-0/+9
2009-06-16V4L/DVB (11946): uvcvideo: Add support for Aveo Technology webcamsLaurent Pinchart1-0/+9
2009-06-16V4L/DVB (11944): uvcvideo: Add generic control blacklist.Laurent Pinchart1-2/+1
2009-06-16V4L/DVB (11838): uvcvideo: Add Lenovo Thinkpad SL400 to device list commentsFilipe Rosset1-1/+1
2009-06-16V4L/DVB (11837): uvcvideo: Start status polling on device openLaurent Pinchart1-0/+1
2009-06-16V4L/DVB (11836): uvcvideo: Add missing whitespaces to multi-line format strings.Laurent Pinchart1-8/+8
2009-06-16V4L/DVB (11835): uvcvideo: Parse frame descriptors with non-continuous indexes.Laurent Pinchart1-22/+2
2009-05-09V4L/DVB (11669): uvc: fix compile warningHans Verkuil1-3/+6
2009-03-30V4L/DVB (11292): uvcvideo: Add support for Syntek cameras found in JAOtech Smart TerminalsLaurent Pinchart1-0/+9
2009-03-30V4L/DVB (10652): uvcvideo: Add quirk to override wrong bandwidth value for Vimicro devicesLaurent Pinchart1-0/+9
2009-03-30V4L/DVB (10294): uvcvideo: Add support for the Alcor Micro AU3820 chipset.Laurent Pinchart1-1/+10
2009-03-30V4L/DVB (10293): uvcvideo: replace strn{cpy,cat} with strl{cpy,cat}.Laurent Pinchart1-8/+8
2009-01-29V4L/DVB (10198): uvcvideo: Print the UVC version number in binary-coded decimal.Laurent Pinchart1-1/+1
2009-01-29V4L/DVB (10197): uvcvideo: Whitespace and comments cleanup, copyright updates.Laurent Pinchart1-28/+24