summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pwc/pwc-v4l.c
Commit message (Expand)AuthorAgeFilesLines
* [media] rename most media/video usb drivers to media/usbMauro Carvalho Chehab2012-08-151-1053/+0Star
* [media] pwc: v4l2-compliance fixesHans Verkuil2012-07-061-9/+16
* [media] pwc: use the new vb2 helpersHans Verkuil2012-07-061-130/+10Star
* [media] pwc: Fix lockingHans de Goede2012-05-141-74/+69Star
* pwc: Add support for control eventsHans de Goede2012-04-091-0/+2
* [media] v4l2: standardize log start/end messageHans Verkuil2012-02-141-9/+1Star
* [media] pwc: Use one shared usb command bufferHans de Goede2012-01-161-11/+11
* [media] pwc: Avoid sending mode info to the camera when it is not neededHans de Goede2012-01-161-2/+2
* [media] pwc: Fix pixfmt handlingHans de Goede2012-01-161-9/+4Star
* [media] pwc: Make fps runtime configurable through s_parm, drop fps module paramHans de Goede2012-01-161-1/+60
* [media] pwc: Properly fill all fields on try_fmtHans de Goede2012-01-061-25/+17Star
* [media] pwc: Get rid of compression module parameterHans de Goede2012-01-061-8/+4Star
* [media] pwc: Remove software emulation of arbritary resolutionsHans de Goede2012-01-061-30/+22Star
* [media] pwc: Remove driver specific ioctlsHans de Goede2012-01-061-12/+0Star
* [media] pwc: Remove dead snapshot codeHans de Goede2012-01-061-1/+1
* [media] pwc: Remove driver specific use of pixfmt.priv in the pwc driverHans de Goede2012-01-061-17/+6Star
* [media] pwc: Read new preset values when changing awb control to a presetHans de Goede2012-01-061-8/+23
* [media] pwc: Rework lockingHans de Goede2012-01-061-38/+22Star
* [media] pwc: Make auto white balance speed and delay available as v4l2 controlsHans de Goede2012-01-061-0/+48
* [media] pwc: add support for VIDIOC_LOG_STATUSHans Verkuil2011-09-211-0/+9
* [media] pwc: switch to the new auto-cluster volatile handlingHans Verkuil2011-09-211-74/+53Star
* [media] v4l2-ctrls: replace is_volatile with V4L2_CTRL_FLAG_VOLATILEHans Verkuil2011-09-211-5/+5
* [media] pwc: precedence bug in pwc_init_controls()Dan Carpenter2011-09-111-1/+1
* [media] pwc: Add v4l2 controls for pan/tilt on Logitech QuickCam Orbit/SphereHans de Goede2011-07-271-0/+56
* [media] pwc: Allow dqbuf / read to complete while waiting for controlsHans de Goede2011-07-271-4/+32
* [media] pwc: Replace control code with v4l2-ctrls frameworkHans de Goede2011-07-271-407/+601
* [media] pwc: Allow multiple opensHans de Goede2011-07-271-8/+27
* [media] pwc: Get rid of error_status and unplugged variablesHans de Goede2011-07-271-0/+24
* [media] pwc: Replace private buffer management code with videobuf2Hans de Goede2011-07-271-114/+11Star
* [media] pwc: Remove a bunch of bogus sanity checks / don't return EFAULT wronglyHans de Goede2011-07-271-1/+1
* [media] pwc: Use the default version for VIDIOC_QUERYCAPMauro Carvalho Chehab2011-07-271-1/+0Star
* [media] pwc: Handle V4L2_CTRL_FLAG_NEXT_CTRL in queryctrlJean-Francois Moine2011-05-201-2/+21
* [media] v4l2-ioctl: add priority handling supportHans Verkuil2011-03-221-1/+2
* [media] pwc: convert to video_ioctl2Hans Verkuil2011-03-221-543/+491Star
* [media] pwc: convert to core-assisted lockingHans Verkuil2011-03-221-0/+2
* [media] V4L: remove V4L1 compatibility modeHans Verkuil2010-12-291-17/+0Star
* [media] pwc: do not start isoc stream on /dev/video openHans de Goede2010-12-291-6/+7
* V4L/DVB: pwc: fully convert driver to V4L2Hans Verkuil2010-10-211-311/+11Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0Star
* V4L/DVB (12435): strlcpy() will always null terminate the string.Roel Kluin2009-09-121-1/+1
* V4L/DVB: cleanup redundant tests on unsignedRoel Kluin2009-06-161-1/+1
* V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil2009-01-021-1/+1
* V4L/DVB (9503): v4l: remove inode argument from video_usercopyHans Verkuil2008-12-291-2/+1Star
* V4L/DVB (8786): v4l2: remove the priv field, use dev_get_drvdata insteadHans Verkuil2008-10-121-1/+1
* V4L/DVB (7558): videobuf: Improve command output for debug purposesMauro Carvalho Chehab2008-04-241-1/+3
* V4L/DVB (5548): Fix v4l2 buffer to the lengthLuc Saillard2007-04-271-1/+1
* V4L/DVB (5547): Add ENUM_FRAMESIZES and ENUM_FRAMEINTERVALS ioctlsLuc Saillard2007-04-271-0/+58
* V4L/DVB (5166): Remove obsolete alias defines of CONFIG_* settingsTrent Piepho2007-02-211-1/+1
* V4L/DVB (4118): Whitespace cleanupsTrent Piepho2006-06-251-19/+19
* V4L/DVB (4105): Remove uneeded prototypeTrent Piepho2006-06-251-4/+0Star