summaryrefslogtreecommitdiff
path: root/drivers/media/video/pwc
AgeCommit message (Expand)AuthorFilesLines
2011-07-28[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-21[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-22[media] pwc: convert to video_ioctl2Hans Verkuil3-565/+494
2011-03-22[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
2009-09-12V4L/DVB (12147): pwc: remove definitions that are already present at videodev2.hMauro Carvalho Chehab1-6/+0
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan2-1/+1
2009-06-17V4L/DVB (11993): V4L/pwc - use usb_interface as parent, not usb_deviceLennart Poettering1-1/+1
2009-06-17V4L/DVB (11960): v4l: generate KEY_CAMERA instead of BTN_0 key events on inpu...Lennart Poettering1-2/+2
2009-06-17V4L/DVB: cleanup redundant tests on unsignedRoel Kluin1-1/+1
2009-04-24USB: pwc : do not pass stack allocated buffers to USB core.Martin Fuzzey1-74/+164
2009-04-07V4L/DVB (11440): PWC: fix build error when CONFIG_INPUT=mRandy Dunlap1-1/+1
2009-03-30V4L/DVB (10945): pwc : fix LED and power setup for first openMartin Fuzzey1-1/+1
2009-03-30V4L/DVB (10242): pwc: add support for webcam snapshot buttonNam Phạm Thành3-13/+80
2009-01-29V4L/DVB (10193): removed unused #include <version.h>'sHuang Weiyi1-1/+0
2009-01-02V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil4-8/+8
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil1-11/+7
2008-12-29V4L/DVB (9503): v4l: remove inode argument from video_usercopyHans Verkuil3-5/+3
2008-10-21V4L/DVB (9327): v4l: use video_device.num instead of minor in video%dHans Verkuil1-1/+1
2008-10-12V4L/DVB: remove unused #include <version.h>Huang Weiyi1-1/+0
2008-10-12V4L/DVB (8786): v4l2: remove the priv field, use dev_get_drvdata insteadHans Verkuil2-7/+7
2008-09-04V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warningsHans Verkuil1-9/+9
2008-07-28V4L/DVB (8548): pwc: Fix compilationMauro Carvalho Chehab1-0/+1
2008-07-27V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil1-1/+0
2008-07-26V4L/DVB (8488): videodev: remove some CONFIG_VIDEO_V4L1_COMPAT code from v4l2...Hans Verkuil1-5/+6
2008-07-26V4L/DVB (8483): Remove obsolete owner field from video_device struct.Hans Verkuil1-2/+0
2008-07-24V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common....Hans Verkuil1-0/+1
2008-07-23V4L/DVB (8428): videodev: rename 'dev' to 'parent'Hans Verkuil1-1/+1
2008-07-20v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10Hans Verkuil2-3/+0