summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/pvrusb2/pvrusb2-v4l2.c
AgeCommit message (Expand)Author
2009-05-11merge: http://linuxtv.org/hg/~mcisely/pvrusb2-devMauro Carvalho Chehab
2009-05-02V4L/DVB: cleanup redundant tests on unsignedMauro Carvalho Chehab
2009-05-01pvrusb2: Bump up version advertised through v4l interfaceMike Isely
2009-03-08pvrusb2: Remove ancient IVTV specific ioctl functionsMike Isely
2009-01-08remove err macro from few usb devicesMauro Carvalho Chehab
2009-01-23Reverting changeset 10298. It were committed with a wrong From: meta-tagMauro Carvalho Chehab
2009-01-08remove err macro from few usb devicesMauro Carvalho Chehab
2009-01-14pvrusb2: Stop advertising VBI capability - it isn't thereMauro Carvalho Chehab
2008-12-30v4l2: debugging API changed to match against driver name instead of ID.Hans Verkuil
2008-12-30v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil
2008-12-30v4l2: introduce v4l2_file_operations.Hans Verkuil
2008-11-01v4l: remove inode argument from video_usercopyHans Verkuil
2008-10-21Get rid of inode parameter at v4l_compat_translate_ioctl()Mauro Carvalho Chehab
2008-10-19v4l: use video_device.num instead of minor in video%dHans Verkuil
2008-08-31pvrusb2: Implement cropping pass throughMike Isely
2008-08-31pvrusb2: Be able to programmatically retrieve a control's default valueMike Isely
2008-08-30pvrusb2: Remove BKLMike Isely
2008-07-30v4l: move BKL down to the driver level.Hans Verkuil
2008-07-26v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil
2008-07-21Remove obsolete owner field from video_device struct.Hans Verkuil
2008-07-20videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.hHans Verkuil
2008-05-25pvrusb2: Remove svn Id keyword from all sourcesMike Isely
2008-05-02backport commit a6a3a17b7fdaf824e6d73e8e4a94c9d149302f74Mauro Carvalho Chehab
2008-04-20pvrusb2: Clean up input selection list generation in V4L interfaceMike Isely
2008-04-20pvrusb2: Implement input selection enforcementMike Isely
2008-02-09pvrusb2: Rework context handling and initializationMike Isely
2008-02-03pvrusb2: v4l2 implementation fixes for input selectionMike Isely
2008-02-03pvrusb2: Account for dtv choice (a bit) in v4l2 implementationMike Isely
2007-11-25pvrusb2: Implement functions to pass descriptive hardware infoMike Isely
2007-11-25pvrusb2: Rework pipeline state controlMike Isely
2007-10-15v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab
2007-04-07pvrusb2: Gather USB bus address info and report itMike Isely
2007-04-07pvrusb2: Use NULL instead of 0 for null pointer values (trivial)Mike Isely
2007-02-24Improve chip matching in v4l2_register for VIDIOC_DBG_G/S_REGISTERHans Verkuil
2007-02-21Backport: make file_operations constMauro Carvalho Chehab
2007-02-19compat: Add -include linux/version.h to cflagsTrent Piepho
2007-01-28pvrusb2: VIDIOC_DBG_[S|G]_REGISTER fixupsMike Isely
2007-01-28Merge from v4l-dvbMike Isely
2007-01-23Make VIDIOC_INT_[SG]_REGISTER ioctls no longer internal onlyTrent Piepho
2007-01-21pvrusb2: Add comment for why G_TUNER only looks at index zeroMike Isely
2007-01-21Fix: VIDIOC_G_TUNER were returning an endless number of tunersMauro Carvalho Chehab
2007-01-19pvrusb2: Allow VIDIOC_S_FMT with -1 for resolution valuesMike Isely
2007-01-19pvrusb2: Introduce fake audio input selectionMike Isely
2007-01-19pvrusb2: V4L EXT_CTRLS fixupMike Isely
2007-01-19pvrusb2: Minor dead code / comment cleanupsMike Isely
2007-01-19pvrusb2: Fix missing break statement which had broken VIDIOC_S_TUNERMike Isely
2007-01-19pvrusb2: VIDIOC_G_TUNER cleanupMike Isely
2007-01-19pvrusb2: Allow streaming from /dev/radioXMike Isely
2007-01-19pvrusb2: Use kzalloc instead of kmalloc+memset pairsMike Isely
2007-01-19pvrusb2: It's safe to kfree() a null pointerMike Isely