aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/video/pwc
AgeCommit message (Expand)Author
2012-05-14[media] v4l2-dev: rename two functionsHans Verkuil
2012-05-14[media] pwc: Fix lockingHans de Goede
2012-04-09pwc: Add support for control eventsHans de Goede
2012-03-27[media] pwc: poll(): Check that the device has not beem claimed for streaming...Hans de Goede
2012-02-14[media] v4l2: standardize log start/end messageHans Verkuil
2012-01-16[media] pwc: Simplify leds parameter parsingHans de Goede
2012-01-16[media] pwc: Remove dev_hint module parameterHans de Goede
2012-01-16[media] pwc: Use one shared usb command bufferHans de Goede
2012-01-16[media] pwc: Avoid unnecessarily rebuilding the decoder tablesHans de Goede
2012-01-16[media] pwc: Avoid sending mode info to the camera when it is not neededHans de Goede
2012-01-16[media] pwc: Fix pixfmt handlingHans de Goede
2012-01-16[media] pwc: Make decoder data part of the main pwc structHans de Goede
2012-01-16[media] pwc: Make fps runtime configurable through s_parm, drop fps module paramHans de Goede
2012-01-06[media] pwc: Properly fill all fields on try_fmtHans de Goede
2012-01-06[media] pwc: Get rid of compression module parameterHans de Goede
2012-01-06[media] pwc: Remove software emulation of arbritary resolutionsHans de Goede
2012-01-06[media] pwc: Remove driver specific ioctlsHans de Goede
2012-01-06[media] pwc: Remove dead snapshot codeHans de Goede
2012-01-06[media] pwc: Remove driver specific use of pixfmt.priv in the pwc driverHans de Goede
2012-01-06[media] pwc: Remove driver specific sysfs interfaceHans de Goede
2012-01-06[media] pwc: Read new preset values when changing awb control to a presetHans de Goede
2012-01-06[media] pwc: Rework lockingHans de Goede
2012-01-06[media] pwc: Make auto white balance speed and delay available as v4l2 controlsHans de Goede
2012-01-06[media] pwc: Properly mark device_hint as unused in all probe error pathsHans de Goede
2012-01-06[media] pwc: Use v4l2-device and v4l2-fhHans de Goede
2011-11-24[media] pwc: Use kmemdup rather than duplicating its implementationThomas Meyer
2011-11-03[media] V4L: vb2: prepare to support multi-size buffersGuennadi Liakhovetski
2011-09-21[media] pwc: add support for VIDIOC_LOG_STATUSHans Verkuil
2011-09-21[media] pwc: switch to the new auto-cluster volatile handlingHans Verkuil
2011-09-21[media] v4l2-ctrls: replace is_volatile with V4L2_CTRL_FLAG_VOLATILEHans Verkuil
2011-09-17Merge tag 'v3.1-rc6' into staging/for_v3.2Mauro Carvalho Chehab
2011-09-11[media] pwc: precedence bug in pwc_init_controls()Dan Carpenter
2011-09-06[media] media: vb2: change queue initialization orderMarek Szyprowski
2011-09-06[media] media: vb2: change plane sizes array to unsigned int[]Marek Szyprowski
2011-07-27[media] pwc: clean-up header filesHans de Goede
2011-07-27[media] pwc: Enable power-management by default on tested modelsHans de Goede
2011-07-27[media] pwc: Add v4l2 controls for pan/tilt on Logitech QuickCam Orbit/SphereHans de Goede
2011-07-27[media] pwc: Allow dqbuf / read to complete while waiting for controlsHans de Goede
2011-07-27[media] pwc: Replace control code with v4l2-ctrls frameworkHans de Goede
2011-07-27[media] pwc: properly allocate dma-able memory for ISO buffersHans de Goede
2011-07-27[media] pwc: Allow multiple opensHans de Goede
2011-07-27[media] pwc: Move various initialization to driver load and / or stream startHans de Goede
2011-07-27[media] pwc: Make power-saving a per device optionHans de Goede
2011-07-27[media] pwc: Remove some unused PWC_INT_PIPE left oversHans de Goede
2011-07-27[media] pwc: Get rid of error_status and unplugged variablesHans de Goede
2011-07-27[media] pwc: Fix non CodingStyle compliant 3 space indent in pwc.hHans de Goede
2011-07-27[media] pwc: Replace private buffer management code with videobuf2Hans de Goede
2011-07-27[media] pwc: remove __cplusplus guards from private headerHans de Goede
2011-07-27[media] pwc: Remove a bunch of bogus sanity checks / don't return EFAULT wronglyHans de Goede
2011-07-27[media] pwc: Use the default version for VIDIOC_QUERYCAPMauro Carvalho Chehab