aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/stk-webcam.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-08[media] v4l: kill the BKLArnd Bergmann1-4/+0
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-4/+4
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-12V4L/DVB (12491): remove unnecessary power management primitive in stk-webcamOliver Neukum1-1/+0
2009-08-13V4L/DVB (12436): stk-webcam: read buffer overflowRoel Kluin1-2/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-16V4L/DVB: cleanup redundant tests on unsignedRoel Kluin1-2/+2
2009-03-30V4L/DVB (11265): stkwebcam: Remove buffer type check from g_parm and q/dq/reqbufsTrent Piepho1-9/+1
2009-03-30V4L/DVB (10817): stkwebcam: Don't need to zero ioctl parameter fieldsTrent Piepho1-6/+0
2009-03-30V4L/DVB (10794): v4l2: Move code to zero querybuf output struct to v4l2_ioctlTrent Piepho1-7/+1
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil1-7/+3
2008-12-30V4L/DVB (10130): use USB API functions rather than constantsJulia Lawall1-5/+2
2008-12-30V4L/DVB (9978): stkwebcam: Implement VIDIOC_ENUM_FRAMESIZES ioctlJaime Velasco Juan1-0/+20
2008-10-21V4L/DVB (9327): v4l: use video_device.num instead of minor in video%dHans Verkuil1-2/+2
2008-10-17V4L/DVB (9194): stk-webcam: fix crash on close after disconnectDavid Ellingsworth1-11/+7
2008-10-17V4L/DVB (9193): stk-webcam: minor cleanupDavid Ellingsworth1-8/+1
2008-10-12V4L/DVB (9034): With the recent patch to v4l2 titled "v4l2: use register_chrdev_regionDavid Ellingsworth1-61/+23
2008-10-12V4L/DVB (8786): v4l2: remove the priv field, use dev_get_drvdata insteadHans Verkuil1-2/+2
2008-10-12V4L/DVB (8613): v4l: move BKL down to the driver level.Hans Verkuil1-1/+5
2008-07-27V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil1-2/+0
2008-07-26V4L/DVB (8491): stkwebcam: Always reuse last queued bufferJaime Velasco Juan1-11/+12
2008-07-26V4L/DVB (8488): videodev: remove some CONFIG_VIDEO_V4L1_COMPAT code from v4l2-dev.hHans Verkuil1-6/+8
2008-07-26V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops structHans Verkuil1-14/+17
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 (7949): videodev: renamed the vidioc_*_fmt_* callbacksHans Verkuil1-9/+9
2008-05-14V4L/DVB (7813): Fix compilation, when V4L1_COMPAT is disabledMauro Carvalho Chehab1-0/+7
2008-04-24V4L/DVB (7518): media/video/ replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-24V4L/DVB (7238): make stk_camera_{suspend,resume}() staticAdrian Bunk1-2/+2
2008-02-18V4L/DVB (7103): make stk_camera_cleanup() staticAdrian Bunk1-1/+1
2008-02-18V4L/DVB (7090): V4L: stkwebcam: use v4l_compat_ioctl32Jaime Velasco Juan1-0/+3
2008-02-18V4L/DVB (7089): V4L: stkwebcam: Power management supportJaime Velasco Juan1-20/+72
2008-02-18V4L/DVB (7088): V4L: stkwebcam: Add support for YUYV formatJaime Velasco Juan1-1/+6
2008-01-25V4L/DVB (7039): Reorder headersMauro Carvalho Chehab1-1/+1
2008-01-25V4L/DVB (7019): V4L: add support for Syntek DC1125 webcamsJaime Velasco Juan1-0/+1465