aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/v4l1-compat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-29[media] V4L: remove V4L1 compatibility modeHans Verkuil1-1277/+0
2010-10-25[media] Guard a divide in v4l1 compat layerDr. David Alan Gilbert1-3/+10
2009-09-19V4L/DVB (12948): v4l1-compat: fix VIDIOC_G_STD handlingHans Verkuil1-8/+6
2009-09-12V4L/DVB (12483): Use DIV_ROUND_CLOSESTJulia Lawall1-3/+2
2009-04-06V4L/DVB (11329): Fix buglets in v4l1 compatibility layerRussell King1-2/+7
2009-01-06poll: allow f_op->poll to sleepTejun Heo1-3/+1
2009-01-02V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil1-81/+83
2008-10-21V4L/DVB (9330): Get rid of inode parameter at v4l_compat_translate_ioctl()Mauro Carvalho Chehab1-123/+98
2008-10-17remove CONFIG_KMOD from driversJohannes Berg1-4/+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-04-24V4L/DVB (7365): reduce stack usage of v4l1_compat_syncMarcin Slusarz1-6/+8
2008-04-24V4L/DVB (7364): reduce stack usage of v4l_compat_translate_ioctlMarcin Slusarz1-743/+938
2008-04-24V4L/DVB (7363): fix coding style violations in v4l1-compat.cMarcin Slusarz1-94/+90
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf1-1/+1
2008-04-21V4L: Storage class should be before const qualifierTobias Klauser1-1/+1
2008-03-20V4L/DVB (7330): V4L1 - fix v4l_compat_translate_ioctl possible NULL derefCyrill Gorcunov1-9/+41
2007-10-18Replace __attribute_pure__ with __pureRalf Baechle1-1/+1
2007-10-09V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab1-1/+0
2007-05-09V4L/DVB (5571): V4l1-compat: Make VIDIOCSPICT return errors in a useful wayTrent Piepho1-13/+41
2007-05-09V4L/DVB (5570): V4l1-compat: misc fixes for pixelformat functionTrent Piepho1-4/+4
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-21V4L/DVB (5068): Fix authorship referencesMauro Carvalho Chehab1-1/+1
2006-12-10V4L/DVB (4862): Fixes uninitialized variables passed to VIDIOC_G_FBUF.audetto@tiscali.it1-0/+2
2006-12-10V4L/DVB (4858): Fix: implement missing VIDIOCSTUNER on v4l1-compat moduleMauro Carvalho Chehab1-1/+10
2006-12-10V4L/DVB (4857): Cleans some ioctl structs before calling V4L2 counterpartMauro Carvalho Chehab1-1/+4
2006-09-26V4L/DVB (4474): On some cases, depth were not returned.Mauro Carvalho Chehab1-3/+9
2006-08-08V4L/DVB (4427): Fix V4L1 Compat for VIDIOCGPICT ioctlMauro Carvalho Chehab1-0/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-25V4L/DVB (4068): Removed all references to kernel stuff from videodev.h and videodev2.hMauro Carvalho Chehab1-0/+1
2006-01-11V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-16/+8
2006-01-09V4L/DVB (3178): bttv VBI fixesMichael H. Schimek1-1/+10
2005-11-09[PATCH] v4l: 800: whitespace cleanupsMauro Carvalho Chehab1-1/+1
2005-11-09[PATCH] v4l: 728: vidiocsfreq and vidiocgfreq expect an unsigned long as argumentHans Verkuil1-2/+2
2005-11-07[PATCH] kfree cleanup: drivers/mediaJesper Juhl1-4/+2
2005-09-09[PATCH] v4l: common part Updates and tuner additionsMauro Carvalho Chehab1-16/+0
2005-06-24[PATCH] v4l: update for SAA7134 cardsMauro Carvalho Chehab1-4/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1036