summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pwc/pwc-if.c
Commit message (Expand)AuthorAgeFilesLines
* [media] rename most media/video usb drivers to media/usbMauro Carvalho Chehab2012-08-151-1165/+0Star
* [media] pwc: use the new vb2 helpersHans Verkuil2012-07-061-155/+16Star
* [media] v4l2-dev: rename two functionsHans Verkuil2012-05-141-3/+3
* [media] pwc: Fix lockingHans de Goede2012-05-141-69/+121
* [media] pwc: poll(): Check that the device has not beem claimed for streaming...Hans de Goede2012-03-271-0/+9
* [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-161-0/+10
* [media] pwc: Avoid sending mode info to the camera when it is not neededHans de Goede2012-01-161-3/+3
* [media] pwc: Fix pixfmt handlingHans de Goede2012-01-161-2/+3
* [media] pwc: Make decoder data part of the main pwc structHans de Goede2012-01-161-8/+0Star
* [media] pwc: Make fps runtime configurable through s_parm, drop fps module paramHans de Goede2012-01-161-16/+1Star
* [media] pwc: Get rid of compression module parameterHans de Goede2012-01-061-21/+27
* [media] pwc: Remove software emulation of arbritary resolutionsHans de Goede2012-01-061-4/+6
* [media] pwc: Remove driver specific ioctlsHans de Goede2012-01-061-10/+0Star
* [media] pwc: Remove dead snapshot codeHans de Goede2012-01-061-3/+2Star
* [media] pwc: Remove driver specific sysfs interfaceHans de Goede2012-01-061-86/+0Star
* [media] pwc: Rework lockingHans de Goede2012-01-061-33/+42
* [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-061-46/+29Star
* [media] V4L: vb2: prepare to support multi-size buffersGuennadi Liakhovetski2011-11-031-3/+3
* [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-271-1/+0Star
* [media] pwc: Enable power-management by default on tested modelsHans de Goede2011-07-271-0/+6
* [media] pwc: Allow dqbuf / read to complete while waiting for controlsHans de Goede2011-07-271-0/+3
* [media] pwc: Replace control code with v4l2-ctrls frameworkHans de Goede2011-07-271-4/+14
* [media] pwc: properly allocate dma-able memory for ISO buffersHans de Goede2011-07-271-49/+27Star
* [media] pwc: Allow multiple opensHans de Goede2011-07-271-9/+14
* [media] pwc: Move various initialization to driver load and / or stream startHans de Goede2011-07-271-177/+86Star
* [media] pwc: Make power-saving a per device optionHans de Goede2011-07-271-27/+16Star
* [media] pwc: Get rid of error_status and unplugged variablesHans de Goede2011-07-271-21/+17Star
* [media] pwc: Replace private buffer management code with videobuf2Hans de Goede2011-07-271-614/+233Star
* [media] pwc: Remove a bunch of bogus sanity checks / don't return EFAULT wronglyHans de Goede2011-07-271-39/+4Star
* [media] pwc: better usb disconnect handlingHans de Goede2011-06-211-105/+47Star
* [media] Prevent null pointer derefernce of pdevHuzaifa Sidhpurwala2011-05-211-1/+1
* [media] pwc: convert to video_ioctl2Hans Verkuil2011-03-221-20/+2Star
* [media] pwc: convert to core-assisted lockingHans Verkuil2011-03-221-13/+3Star
* [media] pwc: failure to submit an urb is a fatal errorHans de Goede2010-12-291-3/+6
* [media] pwc: Also set alt setting to alt0 when no error occuredHans de Goede2010-12-291-1/+1
* [media] pwc: do not start isoc stream on /dev/video openHans de Goede2010-12-291-40/+14Star
* [media] drivers/media: Use vzallocJoe Perches2010-12-291-2/+1Star
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0Star
* V4L/DVB: pwc: remove BKLHans Verkuil2010-10-211-7/+5Star
* V4L/DVB: pwc: fully convert driver to V4L2Hans Verkuil2010-10-211-11/+12
* V4L/DVB (13593): PWC: parameter trace is only available in debugAndrea Odetti2009-12-161-0/+2
* V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2009-12-161-1/+0Star
* V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart2009-12-161-1/+1
* V4L/DVB (13231): pwc: Use kernel's simple_strtol()Andy Shevchenko2009-12-051-16/+7Star
* V4L/DVB (12489): pwc - fix few use-after-free and memory leaksDmitry Torokhov2009-09-121-43/+35Star