aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pwc (follow)
AgeCommit message (Expand)AuthorFilesLines
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-16V4L/DVB (11993): V4L/pwc - use usb_interface as parent, not usb_deviceLennart Poettering1-1/+1
2009-06-16V4L/DVB (11960): v4l: generate KEY_CAMERA instead of BTN_0 key events on input devicesLennart Poettering1-2/+2
2009-06-16V4L/DVB: cleanup redundant tests on unsignedRoel Kluin1-1/+1
2009-04-23USB: pwc : do not pass stack allocated buffers to USB core.Martin Fuzzey1-74/+164
2009-04-06V4L/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-03V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warningsHans Verkuil1-9/+9
2008-07-27V4L/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-dev.hHans Verkuil1-5/+6
2008-07-26V4L/DVB (8483): Remove obsolete owner field from video_device struct.Hans Verkuil1-2/+0
2008-07-23V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.hHans 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
2008-04-24V4L/DVB (7558): videobuf: Improve command output for debug purposesMauro Carvalho Chehab1-1/+3
2008-04-24V4L/DVB (7525): media/video/pwc replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-04-24V4L/DVB (7402): add macro validation for v4l_compat_ioctl32Douglas Schilling Landgraf1-0/+2
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf1-4/+4
2008-03-30NULL noise: drivers/mediaAl Viro1-4/+3
2008-02-03Spelling fixes: lenght->lengthPaulius Zaleckas1-1/+1
2007-10-22V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab1-1/+0
2007-10-14signedness: module_param_array nump argumentAl Viro1-2/+2
2007-10-10V4L/DVB (6293): V4L: convert struct class_device to struct deviceKay Sievers1-14/+17
2007-10-09V4L/DVB (6237): Oops in pwc v4l driverOliver Neukum1-24/+72
2007-10-09V4L/DVB (6125): whitespace cleanup: replace leading spaces with tabsMichael Krufky2-3/+3
2007-10-09V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab1-1/+0
2007-09-14V4L/DVB (6147): Pwc: Fix a broken debug messageJean Delvare1-1/+1
2007-08-22USB: fix DoS in pwc USB video driverOliver Neukum2-17/+36
2007-07-18V4L/DVB (5809): Use mutex instead of semaphore in Philips webcam driverMatthias Kaehlcke2-8/+8
2007-05-11Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds1-1/+1
2007-05-09V4L/DVB (5586): Use menuconfig objects II - V4LJan Engelhardt1-1/+1
2007-05-09misc doc and kconfig typosMatt LaPlante1-3/+3
2007-04-27V4L/DVB (5548): Fix v4l2 buffer to the lengthLuc Saillard1-1/+1
2007-04-27V4L/DVB (5547): Add ENUM_FRAMESIZES and ENUM_FRAMEINTERVALS ioctlsLuc Saillard9-11/+168
2007-04-27V4L/DVB (5462): Add Logitech ViewPort AV 100Mauro Carvalho Chehab1-3/+7
2007-04-27V4L/DVB (5461): Pwc: cisco VT Camera supportJean Tourrilhes1-0/+4
2007-02-21V4L/DVB (5166): Remove obsolete alias defines of CONFIG_* settingsTrent Piepho4-20/+7
2007-02-12[PATCH] mark struct file_operations const 4Arjan van de Ven1-1/+1