summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/pvrusb2/pvrusb2-v4l2.c
AgeCommit message (Expand)Author
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
2006-12-30pvrusb2: Be smarter about mode restoration when /dev/radioX is closedMike Isely
2006-12-30pvrusb2: bug fix involving switch into radio modeMike Isely
2006-12-30pvrusb2: Stream configuration cleanupsMike Isely
2006-12-27pvrusb2: Remove stream claiming hack from /dev/radio implementationMike Isely
2006-12-27pvrusb2: v4l2 API implementation frequency tweaksMike Isely
2006-12-27pvrusb2: Fix heap corruption introduced by radio modsMike Isely
2006-12-27pvrusb2: Implement means to override vbi and radio device minor numbersMike Isely
2006-12-27pvrusb2: Use separate enumeration for get/store of minor numberMike Isely
2006-12-27pvrusb2: Use enumeration for minor number get / store codeMike Isely
2006-12-27pvrusb2: Implement /dev/radioXMike Isely
2006-12-27pvrusb2: Implement multiple minor device number handlingMike Isely
2006-10-29pvrusb2: use NULL instead of 0Mauro Carvalho Chehab
2006-09-28pvrusb2: Fix VIDIOC_INT_[G|S]_REGISTER so that it actually works nowMike Isely
2006-09-23pvrusb2: Don't use videodev.h; use v4l2-dev.h in its placeMike Isely
2006-09-23pvrusb2: Get rid of private global context array brain damageMike Isely
2006-09-23pvrusb2: Implement VIDIOC_INT_[G|S]_REGISTERMike Isely
2006-09-01Fix VIDIOC_S_FMT min/max check in pvrusb2Hans Verkuil
2006-07-26Eliminate hardcoded limits in VIDIOC_[S|TRY]_FMT for pvrusb2Mike Isely