summaryrefslogtreecommitdiff
path: root/drivers/media/video/em28xx/em28xx-video.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] rename most media/video usb drivers to media/usbMauro Carvalho Chehab1-2624/+0
2012-08-10[media] em28xx: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-17/+35
2012-05-18[media] em28xx: Fix memory leak on driver defered resource releaseEzequiel García1-0/+1
2012-05-15[media] em28xx: Remove unused wait_queue'sEzequiel García1-1/+0
2012-05-14[media] v4l2-dev: add flag to have the core lock all file operationsHans Verkuil1-0/+4
2012-04-11[media] em28xx: Remove redundant dev->ctl_input setEzequiel García1-5/+2
2012-03-08[media] em28xx: pre-allocate DVB isoc transfer buffersGianluca Gennari1-4/+6
2012-01-11[media] em28xx: increase maxwidth for em2800Sascha Sommer1-1/+13
2011-10-19[media] em28xx: implement VIDIOC_ENUM_FRAMESIZESMauro Carvalho Chehab1-1/+40
2011-10-08[media] em28xx: Add VIDIOC_QUERYSTD supportMauro Carvalho Chehab1-0/+16
2011-09-18[media] EM28xx - Fix memory leak on disconnect or errorChris Rankin1-0/+1
2011-07-28[media] Stop using linux/version.h on most video driversMauro Carvalho Chehab1-9/+5
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-22[media] em28xx: properly handle subdev controlsMauro Carvalho Chehab1-3/+28
2011-03-22[media] em28xx: Fix return value for s_ctrlMauro Carvalho Chehab1-1/+1
2011-01-07Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-21/+9
2011-01-03[media] em28xx: radio_fops should also use unlocked_ioctlHans Verkuil1-1/+1
2010-12-30[media] em28xx: fix incorrect s_ctrl error code and wrong call to res_freeHans Verkuil1-5/+9
2010-12-29[media] V4L: remove V4L1 compatibility modeHans Verkuil1-16/+0
2010-10-21V4L/DVB: em28xx: fix a compilation warningMauro Carvalho Chehab1-1/+0
2010-10-21V4L/DVB: em28xx: the default std was not passed on to the subdevsHans Verkuil1-0/+1
2010-10-21V4L/DVB: em28xx: remove BKLHans Verkuil1-82/+10
2010-10-21V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil1-2/+2
2010-10-21V4L/DVB: drivers/media/video/em28xx: Remove potential NULL dereferenceJulia Lawall1-1/+2
2010-08-02V4L/DVB: Fix case where fields were not at the correct start locationDevin Heitmueller1-2/+2
2010-05-19V4L/DVB: em28xx: g_tuner must set type fieldHans Verkuil1-0/+1
2010-05-19V4L/DVB: em28xx: switch to new vbi subdev opsHans Verkuil1-2/+2
2010-05-18V4L/DVB: em28xx: rework buffer pointer tracking for offset to start of videoDevin Heitmueller1-22/+39
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-26V4L/DVB (13932): em28xx: add PAL support for VBIDevin Heitmueller1-20/+38
2009-12-16V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart1-4/+0
2009-12-16V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor numberLaurent Pinchart1-3/+3
2009-12-16V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart1-7/+16
2009-12-16V4L/DVB (13553): v4l: Use the video_is_registered function in device driversLaurent Pinchart1-3/+3
2009-12-16V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart1-10/+10
2009-12-05em28xx: don't reduce scale to half size for em2800Mauro Carvalho Chehab1-6/+0
2009-12-05V4L/DVB (13238): v4l2_subdev: rename tuner s_standby operation to core s_powerLaurent Pinchart1-1/+1
2009-09-19V4L/DVB (12881): em28xx: fix codingstyle issues in em28xx-video.cDevin Heitmueller1-18/+21
2009-09-19V4L/DVB (12750): em28xx: fix unused variable warningDevin Heitmueller1-1/+0
2009-09-19V4L/DVB (12749): em28xx: remove unneeded code that set VINCTRL registerDevin Heitmueller1-3/+0
2009-09-19V4L/DVB (12748): em28xx: implement g_std v4l callDevin Heitmueller1-3/+18
2009-09-19V4L/DVB (12747): em28xx: only advertise VBI capability if supportedDevin Heitmueller1-1/+3
2009-09-19V4L/DVB (12746): em28xx: do not create /dev/vbiX device if VBI not supportedDevin Heitmueller1-9/+16
2009-09-19V4L/DVB (12744): em28xx: restructure fh/dev locking to handle both video and vbiDevin Heitmueller1-88/+94
2009-09-19V4L/DVB (12743): em28xx: fix mmap_mapper with vbiDevin Heitmueller1-1/+4
2009-09-19V4L/DVB (12742): em28xx: add raw VBI support for NTSCDevin Heitmueller1-24/+266
2009-09-19V4L/DVB (12741): em28xx: make video isoc stream work when VBI is enabledDevin Heitmueller1-4/+123
2009-09-12V4L/DVB (12408): em28xx: Implement g/s_register via address matchMauro Carvalho Chehab1-4/+6
2009-09-12V4L/DVB (12376): em28xx: fix V4L2 API compliance: don't expose audio inputs f...Mauro Carvalho Chehab1-1/+9
2009-09-12V4L/DVB (12345): em28xx: fix audio VIDIOC_S_CTRL adjustments on devices witho...Mauro Carvalho Chehab1-3/+17