summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pwc
Commit message (Expand)AuthorAgeFilesLines
* [media] v4l2: standardize log start/end messageHans Verkuil2012-02-141-9/+1Star
* [media] pwc: Simplify leds parameter parsingHans de Goede2012-01-161-8/+2Star
* [media] pwc: Remove dev_hint module parameterHans de Goede2012-01-161-127/+2Star
* [media] pwc: Use one shared usb command bufferHans de Goede2012-01-168-118/+81Star
* [media] pwc: Avoid unnecessarily rebuilding the decoder tablesHans de Goede2012-01-162-0/+9
* [media] pwc: Avoid sending mode info to the camera when it is not neededHans de Goede2012-01-164-19/+22
* [media] pwc: Fix pixfmt handlingHans de Goede2012-01-165-32/+28Star
* [media] pwc: Make decoder data part of the main pwc structHans de Goede2012-01-167-60/+35Star
* [media] pwc: Make fps runtime configurable through s_parm, drop fps module paramHans de Goede2012-01-163-28/+82
* [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-064-54/+56
* [media] pwc: Remove software emulation of arbritary resolutionsHans de Goede2012-01-067-212/+92Star
* [media] pwc: Remove driver specific ioctlsHans de Goede2012-01-067-608/+26Star
* [media] pwc: Remove dead snapshot codeHans de Goede2012-01-067-306/+57Star
* [media] pwc: Remove driver specific use of pixfmt.priv in the pwc driverHans de Goede2012-01-061-17/+6Star
* [media] pwc: Remove driver specific sysfs interfaceHans de Goede2012-01-062-91/+0Star
* [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-066-82/+137
* [media] pwc: Make auto white balance speed and delay available as v4l2 controlsHans de Goede2012-01-063-57/+57
* [media] pwc: Properly mark device_hint as unused in all probe error pathsHans de Goede2012-01-061-2/+2
* [media] pwc: Use v4l2-device and v4l2-fhHans de Goede2012-01-062-46/+33Star
* [media] pwc: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-251-2/+1Star
* [media] V4L: vb2: prepare to support multi-size buffersGuennadi Liakhovetski2011-11-031-3/+3
* [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
* Merge tag 'v3.1-rc6' into staging/for_v3.2Mauro Carvalho Chehab2011-09-171-1/+1
|\
| * [media] pwc: precedence bug in pwc_init_controls()Dan Carpenter2011-09-111-1/+1
* | [media] media: vb2: change queue initialization orderMarek Szyprowski2011-09-061-1/+1
* | [media] media: vb2: change plane sizes array to unsigned int[]Marek Szyprowski2011-09-061-1/+1
|/
* [media] pwc: clean-up header filesHans de Goede2011-07-277-367/+3Star
* [media] pwc: Enable power-management by default on tested modelsHans de Goede2011-07-271-0/+6
* [media] pwc: Add v4l2 controls for pan/tilt on Logitech QuickCam Orbit/SphereHans de Goede2011-07-273-1/+66
* [media] pwc: Allow dqbuf / read to complete while waiting for controlsHans de Goede2011-07-273-4/+38
* [media] pwc: Replace control code with v4l2-ctrls frameworkHans de Goede2011-07-274-1084/+823Star
* [media] pwc: properly allocate dma-able memory for ISO buffersHans de Goede2011-07-272-59/+28Star
* [media] pwc: Allow multiple opensHans de Goede2011-07-273-18/+42
* [media] pwc: Move various initialization to driver load and / or stream startHans de Goede2011-07-277-246/+114Star
* [media] pwc: Make power-saving a per device optionHans de Goede2011-07-273-37/+35Star
* [media] pwc: Remove some unused PWC_INT_PIPE left oversHans de Goede2011-07-271-8/+0Star
* [media] pwc: Get rid of error_status and unplugged variablesHans de Goede2011-07-273-23/+41
* [media] pwc: Fix non CodingStyle compliant 3 space indent in pwc.hHans de Goede2011-07-271-63/+68
* [media] pwc: Replace private buffer management code with videobuf2Hans de Goede2011-07-277-808/+275Star
* [media] pwc: remove __cplusplus guards from private headerHans de Goede2011-07-271-10/+0Star
* [media] pwc: Remove a bunch of bogus sanity checks / don't return EFAULT wronglyHans de Goede2011-07-273-45/+5Star
* [media] pwc: Use the default version for VIDIOC_QUERYCAPMauro Carvalho Chehab2011-07-272-7/+1Star
* [media] Stop using linux/version.h on most video driversMauro Carvalho Chehab2011-07-272-5/+4Star
* [media] pwc: better usb disconnect handlingHans de Goede2011-06-213-108/+50Star
* [media] Prevent null pointer derefernce of pdevHuzaifa Sidhpurwala2011-05-211-1/+1
* [media] pwc: Handle V4L2_CTRL_FLAG_NEXT_CTRL in queryctrlJean-Francois Moine2011-05-201-2/+21