summaryrefslogtreecommitdiff
path: root/drivers/media/video/pwc/pwc-if.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] rename most media/video usb drivers to media/usbMauro Carvalho Chehab1-1165/+0
2012-07-06[media] pwc: use the new vb2 helpersHans Verkuil1-155/+16
2012-05-14[media] v4l2-dev: rename two functionsHans Verkuil1-3/+3
2012-05-14[media] pwc: Fix lockingHans de Goede1-69/+121
2012-03-27[media] pwc: poll(): Check that the device has not beem claimed for streaming...Hans de Goede1-0/+9
2012-01-16[media] pwc: Simplify leds parameter parsingHans de Goede1-8/+2
2012-01-16[media] pwc: Remove dev_hint module parameterHans de Goede1-127/+2
2012-01-16[media] pwc: Use one shared usb command bufferHans de Goede1-0/+10
2012-01-16[media] pwc: Avoid sending mode info to the camera when it is not neededHans de Goede1-3/+3
2012-01-16[media] pwc: Fix pixfmt handlingHans de Goede1-2/+3
2012-01-16[media] pwc: Make decoder data part of the main pwc structHans de Goede1-8/+0
2012-01-16[media] pwc: Make fps runtime configurable through s_parm, drop fps module paramHans de Goede1-16/+1
2012-01-06[media] pwc: Get rid of compression module parameterHans de Goede1-21/+27
2012-01-06[media] pwc: Remove software emulation of arbritary resolutionsHans de Goede1-4/+6
2012-01-06[media] pwc: Remove driver specific ioctlsHans de Goede1-10/+0
2012-01-06[media] pwc: Remove dead snapshot codeHans de Goede1-3/+2
2012-01-06[media] pwc: Remove driver specific sysfs interfaceHans de Goede1-86/+0
2012-01-06[media] pwc: Rework lockingHans de Goede1-33/+42
2012-01-06[media] pwc: Properly mark device_hint as unused in all probe error pathsHans de Goede1-2/+2
2012-01-06[media] pwc: Use v4l2-device and v4l2-fhHans de Goede1-46/+29
2011-11-03[media] V4L: vb2: prepare to support multi-size buffersGuennadi Liakhovetski1-3/+3
2011-09-06[media] media: vb2: change queue initialization orderMarek Szyprowski1-1/+1
2011-09-06[media] media: vb2: change plane sizes array to unsigned int[]Marek Szyprowski1-1/+1
2011-07-27[media] pwc: clean-up header filesHans de Goede1-1/+0
2011-07-27[media] pwc: Enable power-management by default on tested modelsHans de Goede1-0/+6
2011-07-27[media] pwc: Allow dqbuf / read to complete while waiting for controlsHans de Goede1-0/+3
2011-07-27[media] pwc: Replace control code with v4l2-ctrls frameworkHans de Goede1-4/+14
2011-07-27[media] pwc: properly allocate dma-able memory for ISO buffersHans de Goede1-49/+27
2011-07-27[media] pwc: Allow multiple opensHans de Goede1-9/+14
2011-07-27[media] pwc: Move various initialization to driver load and / or stream startHans de Goede1-177/+86
2011-07-27[media] pwc: Make power-saving a per device optionHans de Goede1-27/+16
2011-07-27[media] pwc: Get rid of error_status and unplugged variablesHans de Goede1-21/+17
2011-07-27[media] pwc: Replace private buffer management code with videobuf2Hans de Goede1-614/+233
2011-07-27[media] pwc: Remove a bunch of bogus sanity checks / don't return EFAULT wronglyHans de Goede1-39/+4
2011-06-21[media] pwc: better usb disconnect handlingHans de Goede1-105/+47
2011-05-20[media] Prevent null pointer derefernce of pdevHuzaifa Sidhpurwala1-1/+1
2011-03-21[media] pwc: convert to video_ioctl2Hans Verkuil1-20/+2
2011-03-21[media] pwc: convert to core-assisted lockingHans Verkuil1-13/+3
2010-12-29[media] pwc: failure to submit an urb is a fatal errorHans de Goede1-3/+6
2010-12-29[media] pwc: Also set alt setting to alt0 when no error occuredHans de Goede1-1/+1
2010-12-29[media] pwc: do not start isoc stream on /dev/video openHans de Goede1-40/+14
2010-12-29[media] drivers/media: Use vzallocJoe Perches1-2/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-21V4L/DVB: pwc: remove BKLHans Verkuil1-7/+5
2010-10-21V4L/DVB: pwc: fully convert driver to V4L2Hans Verkuil1-11/+12
2009-12-16V4L/DVB (13593): PWC: parameter trace is only available in debugAndrea Odetti1-0/+2
2009-12-16V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart1-1/+0
2009-12-16V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart1-1/+1
2009-12-05V4L/DVB (13231): pwc: Use kernel's simple_strtol()Andy Shevchenko1-16/+7
2009-09-12V4L/DVB (12489): pwc - fix few use-after-free and memory leaksDmitry Torokhov1-43/+35