summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2/pvrusb2-v4l2.c
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil2008-07-271-4/+0Star
* V4L/DVB (8483): Remove obsolete owner field from video_device struct.Hans Verkuil2008-07-261-1/+0Star
* V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common....Hans Verkuil2008-07-241-0/+1
* V4L/DVB (7936): pvrusb2: Remove svn Id keyword from all sourcesMike Isely2008-07-201-1/+0Star
* media: fix integer as NULL pointer warningsHarvey Harrison2008-04-291-1/+1
* V4L/DVB (7723): pvrusb2: Clean up input selection list generation in V4L inte...Mike Isely2008-04-241-32/+37
* V4L/DVB (7719): pvrusb2: Implement input selection enforcementMike Isely2008-04-241-27/+25Star
* V4L/DVB (7321): pvrusb2: Rework context handling and initializationMike Isely2008-04-241-60/+55Star
* V4L/DVB (7300): pvrusb2: v4l2 implementation fixes for input selectionMike Isely2008-04-241-13/+57
* V4L/DVB (7298): pvrusb2: Account for dtv choice (a bit) in v4l2 implementationMike Isely2008-04-241-0/+1
* V4L/DVB (6695): pvrusb2: Implement functions to pass descriptive hardware infoMike Isely2008-01-251-0/+1
* V4L/DVB (6691): pvrusb2: Rework pipeline state controlMike Isely2008-01-251-4/+2Star
* V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab2007-10-221-3/+0Star
* V4L/DVB (5507): Pvrusb2: Gather USB bus address info and report itMike Isely2007-04-271-0/+2
* [PATCH] misc NULL noiseAl Viro2007-03-141-3/+3
* V4L/DVB (5304): Improve chip matching in v4l2_registerHans Verkuil2007-03-011-2/+2
* V4L/DVB (5175): Pvrusb2: VIDIOC_DBG_[S|G]_REGISTER fixupsMike Isely2007-02-211-4/+0Star
* V4L/DVB (5169): Pvrusb2: Use macro names for FX2 commandsMichael Krufky2007-02-211-2/+1Star
* V4L/DVB (5146): Make VIDIOC_INT_[SG]_REGISTER ioctls no longer internal onlyTrent Piepho2007-02-211-5/+9
* V4L/DVB (5117): Fix: VIDIOC_G_TUNER were returning an endless number of tunersMauro Carvalho Chehab2007-02-211-0/+4
* V4L/DVB (5095): Pvrusb2: Allow VIDIOC_S_FMT with -1 for resolution valuesPantelis Koukousoulas2007-02-211-3/+9
* V4L/DVB (5094): Pvrusb2: Introduce fake audio input selectionPantelis Koukousoulas2007-02-211-1/+27
* V4L/DVB (5089): Pvrusb2: V4L EXT_CTRLS fixupMike Isely2007-02-211-0/+3
* V4L/DVB (5086): Pvrusb2: Fix missing break statement on VIDIOC_S_TUNERMike Isely2007-02-211-0/+1
* V4L/DVB (5081): Pvrusb2: VIDIOC_G_TUNER cleanupMike Isely2007-02-211-53/+32Star
* V4L/DVB (5080): Pvrusb2: Allow streaming from /dev/radioXMike Isely2007-02-211-1/+2
* V4L/DVB (5079): Pvrusb2: Use kzalloc instead of kmalloc+memset pairsMike Isely2007-02-211-8/+4Star
* V4L/DVB (5078): Pvrusb2: It's safe to kfree() a null pointerMike Isely2007-02-211-2/+2
* V4L/DVB (5059): Pvrusb2: Be smarter about mode restorationMike Isely2007-02-211-20/+33
* V4L/DVB (5058): Pvrusb2: bug fix involving switch into radio modeMike Isely2007-02-211-0/+1
* V4L/DVB (5057): Pvrusb2: Stream configuration cleanupsMike Isely2007-02-211-113/+73Star
* V4L/DVB (5052): Pvrusb2: Remove stream claiming hack from /dev/radioMike Isely2007-02-211-21/+6Star
* V4L/DVB (5048): Pvrusb2: v4l2 API implementation frequency tweaksMike Isely2007-02-211-4/+22
* V4L/DVB (5045): Pvrusb2: Fix heap corruption introduced by radio modsMike Isely2007-02-211-29/+74
* V4L/DVB (5044): Pvrusb2: Allow overriding vbi and radio device minor numbersMike Isely2007-02-211-7/+25
* V4L/DVB (5041): Pvrusb2: Use separate enumeration for get/store of minor numberMike Isely2007-02-211-3/+9
* V4L/DVB (5040): Pvrusb2: Use enumeration for minor number get / store codeMike Isely2007-02-211-5/+3Star
* V4L/DVB (5039): Pvrusb2: Implement /dev/radioXPantelis Koukousoulas2007-02-211-7/+76
* V4L/DVB (5037): Pvrusb2: Implement multiple minor device number handlingPantelis Koukousoulas2007-02-211-2/+7
* [PATCH] mark struct file_operations const 4Arjan van de Ven2007-02-121-1/+1
* V4L/DVB (4786): Pvrusb2: use NULL instead of 0Randy Dunlap2006-11-031-3/+3
* V4L/DVB (4675): Pvrusb2: Fix VIDIOC_INT_[G|S]_REGISTER so that it actually wo...Mike Isely2006-10-031-1/+1
* V4L/DVB (4664): Pvrusb2: Don't use videodev.h; use v4l2-dev.h in its placeMike Isely2006-10-031-1/+1
* V4L/DVB (4663): Pvrusb2: Get rid of private global context array brain damageMike Isely2006-10-031-75/+36Star
* V4L/DVB (4662): Pvrusb2: Implement VIDIOC_INT_[G|S]_REGISTERMike Isely2006-10-031-0/+14
* V4L/DVB (4584): Fix VIDIOC_S_FMT min/max check in pvrusb2Hans Verkuil2006-09-261-7/+7
* V4L/DVB (4375): Eliminate hardcoded limits in VIDIOC_[S|TRY]_FMT for pvrusb2Mike Isely2006-09-261-17/+19
* V4L/DVB (4288): Clean out a zillion sparse warnings in pvrusb2Mike Isely2006-06-301-8/+8
* V4L/DVB (4287): Pvrusb2/: possible cleanupsAdrian Bunk2006-06-301-8/+8
* V4L/DVB (4273): Always log pvrusb2 device register / unregister eventsMike Isely2006-06-301-6/+4Star