summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pwc
AgeCommit message (Expand)AuthorFilesLines
2011-11-03[media] V4L: vb2: prepare to support multi-size buffersGuennadi Liakhovetski1-3/+3
2011-09-21[media] pwc: add support for VIDIOC_LOG_STATUSHans Verkuil1-0/+9
2011-09-21[media] pwc: switch to the new auto-cluster volatile handlingHans Verkuil1-74/+53
2011-09-21[media] v4l2-ctrls: replace is_volatile with V4L2_CTRL_FLAG_VOLATILEHans Verkuil1-5/+5
2011-09-17Merge tag 'v3.1-rc6' into staging/for_v3.2Mauro Carvalho Chehab1-1/+1
2011-09-11[media] pwc: precedence bug in pwc_init_controls()Dan Carpenter1-1/+1
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 Goede7-367/+3
2011-07-27[media] pwc: Enable power-management by default on tested modelsHans de Goede1-0/+6
2011-07-27[media] pwc: Add v4l2 controls for pan/tilt on Logitech QuickCam Orbit/SphereHans de Goede3-1/+66
2011-07-27[media] pwc: Allow dqbuf / read to complete while waiting for controlsHans de Goede3-4/+38
2011-07-27[media] pwc: Replace control code with v4l2-ctrls frameworkHans de Goede4-1084/+823
2011-07-27[media] pwc: properly allocate dma-able memory for ISO buffersHans de Goede2-59/+28
2011-07-27[media] pwc: Allow multiple opensHans de Goede3-18/+42
2011-07-27[media] pwc: Move various initialization to driver load and / or stream startHans de Goede7-246/+114
2011-07-27[media] pwc: Make power-saving a per device optionHans de Goede3-37/+35
2011-07-27[media] pwc: Remove some unused PWC_INT_PIPE left oversHans de Goede1-8/+0
2011-07-27[media] pwc: Get rid of error_status and unplugged variablesHans de Goede3-23/+41
2011-07-27[media] pwc: Fix non CodingStyle compliant 3 space indent in pwc.hHans de Goede1-63/+68
2011-07-27[media] pwc: Replace private buffer management code with videobuf2Hans de Goede7-808/+275
2011-07-27[media] pwc: remove __cplusplus guards from private headerHans de Goede1-10/+0
2011-07-27[media] pwc: Remove a bunch of bogus sanity checks / don't return EFAULT wronglyHans de Goede3-45/+5
2011-07-27[media] pwc: Use the default version for VIDIOC_QUERYCAPMauro Carvalho Chehab2-7/+1
2011-07-27[media] Stop using linux/version.h on most video driversMauro Carvalho Chehab2-5/+4
2011-06-21[media] pwc: better usb disconnect handlingHans de Goede3-108/+50
2011-05-20[media] Prevent null pointer derefernce of pdevHuzaifa Sidhpurwala1-1/+1
2011-05-20[media] pwc: Handle V4L2_CTRL_FLAG_NEXT_CTRL in queryctrlJean-Francois Moine1-2/+21
2011-03-22[media] v4l2-ioctl: add priority handling supportHans Verkuil1-1/+2
2011-03-21[media] pwc: convert to video_ioctl2Hans Verkuil3-565/+494
2011-03-21[media] pwc: convert to core-assisted lockingHans Verkuil2-13/+5
2010-12-29[media] V4L: remove V4L1 compatibility modeHans Verkuil1-17/+0
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 Goede4-48/+27
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 Verkuil7-339/+40
2010-05-19V4L/DVB: pwc Kconfig dependency fixChristoph Fritz1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo3-1/+2
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-19V4L/DVB: Video : pwc : Fix regression in pwc_set_shutter_speed caused by bad ...Martin Fuzzey1-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
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 Torokhov2-43/+36
2009-09-12V4L/DVB (12435): strlcpy() will always null terminate the string.Roel Kluin1-1/+1