summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/stk-webcam.c
Commit message (Expand)AuthorAgeFilesLines
* [media] move the remaining USB drivers to drivers/media/usbMauro Carvalho Chehab2012-08-151-1380/+0
* [media] stk-webcam: Don't flip the image by defaultHans de Goede2012-05-071-4/+4
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-01-151-2/+2
|\
| * [media] v4l2-ctrls: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-301-2/+2
* | module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-2/+2
* | USB: convert drivers/media/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-22/+1
|/
* [media] stk-webcam.c: webcam LED bug fixArvydas Sidorenko2011-09-231-1/+10
* [media] drivers/media/video/stk-webcam.c: coding style issueArvydas Sidorenko2011-09-181-10/+8
* [media] drivers/media/video/stk-webcam.c: webcam LED bug fixArvydas Sidorenko2011-09-181-0/+2
* [media] stk-webcam: remove V4L1 compatibility code, replace with V4L2 controlsHans Verkuil2010-12-291-118/+30
* [media] v4l: kill the BKLArnd Bergmann2010-11-081-4/+0
* V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2009-12-161-1/+0
* V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart2009-12-161-4/+4
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* V4L/DVB (12491): remove unnecessary power management primitive in stk-webcamOliver Neukum2009-09-121-1/+0
* V4L/DVB (12436): stk-webcam: read buffer overflowRoel Kluin2009-08-131-2/+2
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* V4L/DVB: cleanup redundant tests on unsignedRoel Kluin2009-06-161-2/+2
* V4L/DVB (11265): stkwebcam: Remove buffer type check from g_parm and q/dq/req...Trent Piepho2009-03-301-9/+1
* V4L/DVB (10817): stkwebcam: Don't need to zero ioctl parameter fieldsTrent Piepho2009-03-301-6/+0
* V4L/DVB (10794): v4l2: Move code to zero querybuf output struct to v4l2_ioctlTrent Piepho2009-03-301-7/+1
* V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil2009-01-021-7/+3
* V4L/DVB (10130): use USB API functions rather than constantsJulia Lawall2008-12-301-5/+2
* V4L/DVB (9978): stkwebcam: Implement VIDIOC_ENUM_FRAMESIZES ioctlJaime Velasco Juan2008-12-301-0/+20
* V4L/DVB (9327): v4l: use video_device.num instead of minor in video%dHans Verkuil2008-10-211-2/+2
* V4L/DVB (9194): stk-webcam: fix crash on close after disconnectDavid Ellingsworth2008-10-171-11/+7
* V4L/DVB (9193): stk-webcam: minor cleanupDavid Ellingsworth2008-10-171-8/+1
* V4L/DVB (9034): With the recent patch to v4l2 titled "v4l2: use register_chrd...David Ellingsworth2008-10-121-61/+23
* V4L/DVB (8786): v4l2: remove the priv field, use dev_get_drvdata insteadHans Verkuil2008-10-121-2/+2
* V4L/DVB (8613): v4l: move BKL down to the driver level.Hans Verkuil2008-10-121-1/+5
* V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil2008-07-271-2/+0
* V4L/DVB (8491): stkwebcam: Always reuse last queued bufferJaime Velasco Juan2008-07-261-11/+12
* V4L/DVB (8488): videodev: remove some CONFIG_VIDEO_V4L1_COMPAT code from v4l2...Hans Verkuil2008-07-261-6/+8
* V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops st...Hans Verkuil2008-07-261-14/+17
* V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common....Hans Verkuil2008-07-231-0/+1
* V4L/DVB (8428): videodev: rename 'dev' to 'parent'Hans Verkuil2008-07-231-1/+1
* V4L/DVB (7949): videodev: renamed the vidioc_*_fmt_* callbacksHans Verkuil2008-07-201-9/+9
* V4L/DVB (7813): Fix compilation, when V4L1_COMPAT is disabledMauro Carvalho Chehab2008-05-141-0/+7
* V4L/DVB (7518): media/video/ replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-1/+1
* V4L/DVB (7238): make stk_camera_{suspend,resume}() staticAdrian Bunk2008-04-241-2/+2
* V4L/DVB (7103): make stk_camera_cleanup() staticAdrian Bunk2008-02-181-1/+1
* V4L/DVB (7090): V4L: stkwebcam: use v4l_compat_ioctl32Jaime Velasco Juan2008-02-181-0/+3
* V4L/DVB (7089): V4L: stkwebcam: Power management supportJaime Velasco Juan2008-02-181-20/+72
* V4L/DVB (7088): V4L: stkwebcam: Add support for YUYV formatJaime Velasco Juan2008-02-181-1/+6
* V4L/DVB (7039): Reorder headersMauro Carvalho Chehab2008-01-251-1/+1
* V4L/DVB (7019): V4L: add support for Syntek DC1125 webcamsJaime Velasco Juan2008-01-251-0/+1465
OpenPOWER on IntegriCloud