aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/s2255drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-18USB: convert drivers/media/* to use module_usb_driver()Greg Kroah-Hartman1-19/+1
2011-07-27[media] Stop using linux/version.h on the remaining video driversMauro Carvalho Chehab1-11/+4
2011-07-27[media] s2255drv: firmware version update, vendor request changeSensoray Linux Development1-15/+7
2011-05-20[media] s2255drv: jpeg enable module parameterSensoray Linux Development1-5/+16
2011-05-20[media] s2255drv: adding MJPEG formatSensoray Linux Development1-0/+6
2011-05-20[media] s2255drv: atomic submit urb in completion handlerPete Eberlein1-1/+1
2011-02-02[media] s2255drv: firmware re-loading changessensoray-dev1-4/+6
2010-12-29[media] V4L: remove V4L1 compatibility modeHans Verkuil1-12/+0
2010-12-29[media] s2255drv: remove BKLPete Eberlein1-21/+10
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-21V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil1-1/+1
2010-10-21V4L/DVB: drivers/media: Use available error codesJulia Lawall1-1/+1
2010-08-02V4L/DVB: s2255drv: cleanup of device structureDean Anderson1-372/+352
2010-05-19V4L/DVB: s2255drv: remove dead codeDan Carpenter1-4/+1
2010-05-19V4L/DVB: s2255drv: return if vdev not foundDan Carpenter1-1/+5
2010-05-19V4L/DVB: s2255drv: firmware reload on timeoutDean Anderson1-4/+14
2010-05-19V4L/DVB: s2255drv: removes kref tracking and videodev parentDean Anderson1-22/+21
2010-05-19V4L/DVB: s2255drv: fix: v4l2_dev should be registered once only.Dean Anderson1-20/+19
2010-05-19V4L/DVB: s2255drv: adding v4l2_device structure. video_register_device cleanupDean Anderson1-11/+27
2010-05-19V4L/DVB: s2255drv: cleanup of debug messagesDean Anderson1-111/+42
2010-05-19V4L/DVB: s2255drv: removal of big kernel lockDean Anderson1-10/+1
2010-05-19V4L/DVB: s2255drv: video_device_alloc call not checked fixDean Anderson1-22/+20
2010-05-19V4L/DVB: s2255drv: code cleanupDean Anderson1-69/+44
2010-05-19V4L/DVB: s2255drv: cleanup of driver disconnect codeDean Anderson1-157/+109
2010-05-19V4L/DVB: V4L2: Replace loops for finding max buffers in VIDIOC_REQBUFS callbacksAndreas Bombe1-2/+2
2010-05-18V4L/DVB: s2255drv: support for frame skippingDean Anderson1-8/+105
2010-05-18V4L/DVB: s2255drv: Add support for 2257 deviceDean Anderson1-25/+129
2010-05-18V4L/DVB: s2255drv: cleanup of V4L2 controlsDean Anderson1-104/+62
2010-05-18V4L/DVB: s2255drv: fixes for big endian archDean Anderson1-30/+25
2010-05-18V4L/DVB: s2255drv: adding video input status capabilityDean Anderson1-4/+81
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-16V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart1-1/+0
2009-12-16V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor numberLaurent Pinchart1-7/+10
2009-12-16V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart1-26/+9
2009-12-16V4L/DVB (13553): v4l: Use the video_is_registered function in device driversLaurent Pinchart1-1/+1
2009-12-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds1-1/+1
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-05V4L/DVB (13241): Cleanup redundant tests on unsignedRoel Kluin1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-07V4L/DVB (13230): s2255drv: Don't conditionalize video buffer completion on waiting processesMike Isely1-5/+0
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-16V4L/DVB (11738): patch: s2255drv: urb completion routine fixesDean Anderson1-5/+10
2009-06-16V4L/DVB (11851): patch: s2255drv: adding V4L2_MODE_HIGHQUALITYDean Anderson1-3/+45
2009-06-16V4L/DVB (11605): patch: s2255drv: code cleanupDean Anderson1-25/+22
2009-04-29V4L/DVB (11570): patch: s2255drv: fix race condition on set modeDean Anderson1-1/+1
2009-04-06V4L/DVB (11392): patch: s2255drv driver removal problem fixedDean Anderson1-6/+2
2009-03-30V4L/DVB (10309): s2255drv: use usb_make_path to report bus infoThierry MERLE1-2/+1
2009-03-30V4L/DVB (10298): remove err macro from few usb devicesMauro Carvalho Chehab1-15/+23
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil1-7/+5
2008-11-16V4L/DVB (9635): v4l: s2255drv fix firmware test on big-endianHarvey Harrison1-1/+1