aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h
Commit message (Expand)AuthorAgeFilesLines
* [media] pvrusb2: Provide more information about IR units to lirc_zilog and ir...Andy Walls2011-01-191-0/+2
* [media] v4l2-ctrls: use const char * const * for the menu arraysHans Verkuil2010-12-301-1/+1
* V4L/DVB: pvrusb2: Enforce a 300msec stabilization interval during stream strartMike Isely2010-02-261-2/+10
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-12-091-0/+1
|\
| * V4L/DVB (13224): pvrusb2: Improve diagnostic info on driver initialization fa...Mike Isely2009-12-051-0/+1
* | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
|/
* V4L/DVB (11744): pvrusb2: Select, track, and report IR scheme in use with the...Mike Isely2009-06-161-0/+3
* V4L/DVB (11204): pvrusb2: Remove old i2c layer; we use v4l2-subdev nowMike Isely2009-03-301-29/+0
* V4L/DVB (11194): pvrusb2: Implement mechanism to force a full sub-device updateMike Isely2009-03-301-0/+1
* V4L/DVB (11170): pvrusb2: Clean-up / placeholders inserted for additional dev...Mike Isely2009-03-301-2/+0
* V4L/DVB (11169): pvrusb2: Note who our video decoder sub-device is, and set i...Mike Isely2009-03-301-0/+1
* V4L/DVB (11156): pvrusb2: Changes to further isolate old i2c layerMike Isely2009-03-301-0/+2
* V4L/DVB (11155): pvrusb2: Set up v4l2_device instanceMike Isely2009-03-301-0/+3
* V4L/DVB (10237): pvrusb2: Generate a device-unique identifierMike Isely2009-03-301-0/+12
* V4L/DVB (8900): pvrusb2: Implement cropping pass throughMike Isely2008-10-121-1/+4
* V4L/DVB (8898): pvrusb2: Be able to programmatically retrieve a control's def...Mike Isely2008-10-121-0/+1
* V4L/DVB (8896): pvrusb2: Implement crop supportvdb128@picaros.org2008-10-121-0/+5
* V4L/DVB (7936): pvrusb2: Remove svn Id keyword from all sourcesMike Isely2008-07-201-1/+0
* V4L/DVB (7719): pvrusb2: Implement input selection enforcementMike Isely2008-04-241-1/+3
* V4L/DVB (7710): pvrusb2: Implement critical digital streaming quirk for onair...Mike Isely2008-04-241-0/+4
* V4L/DVB (7692): pvrusb2-dvb: Further clean up dvb init/tear-downMike Isely2008-04-241-3/+0
* V4L/DVB (7679): pvrusb2: add DVB API frameworkMichael Krufky2008-04-241-0/+3
* V4L/DVB (7321): pvrusb2: Rework context handling and initializationMike Isely2008-04-241-1/+0
* V4L/DVB (7313): pvrusb2: Make LED control into a device-specific attributeMike Isely2008-04-241-0/+3
* V4L/DVB (7309): pvrusb2: Enhance core logic to also control digital streamingMike Isely2008-04-241-0/+7
* V4L/DVB (7305): pvrusb2: whitespace fixupMike Isely2008-04-241-3/+3
* V4L/DVB (7299): pvrusb2: Improve logic which handles input choice availabilityMike Isely2008-04-241-0/+3
* V4L/DVB (6707): pvrusb2: Remove use of volatile in pipeline control state mac...Mike Isely2008-01-251-8/+8
* V4L/DVB (6706): pvrusb2: Remove use of volatile in command sequencerMike Isely2008-01-251-3/+3
* V4L/DVB (6694): pvrusb2: Remove obsolete global hardware type enumerationMike Isely2008-01-251-2/+2
* V4L/DVB (6692): pvrusb2: Centralize device specific attributes into a single ...Mike Isely2008-01-251-4/+2
* V4L/DVB (6691): pvrusb2: Rework pipeline state controlMike Isely2008-01-251-14/+50
* V4L/DVB (6357): pvrusb2: Improve encoder chip health trackingMike Isely2007-10-221-5/+6
* V4L/DVB (6208): pvrusb2: Implement programmatic means to extract prom contentsMike Isely2007-10-091-0/+1
* V4L/DVB (5507): Pvrusb2: Gather USB bus address info and report itMike Isely2007-04-271-0/+2
* V4L/DVB (5083): Pvrusb2: Remove automodeswitch controlMike Isely2007-02-211-1/+0
* V4L/DVB (5081): Pvrusb2: VIDIOC_G_TUNER cleanupMike Isely2007-02-211-12/+4
* V4L/DVB (5051): Pvrusb2: Better radio versus tv frequency handlingMike Isely2007-02-211-2/+9
* V4L/DVB (5050): Pvrusb2: Newer frequency range checkingMike Isely2007-02-211-0/+2
* V4L/DVB (5041): Pvrusb2: Use separate enumeration for get/store of minor numberMike Isely2007-02-211-1/+2
* V4L/DVB (5040): Pvrusb2: Use enumeration for minor number get / store codeMike Isely2007-02-211-1/+2
* V4L/DVB (5037): Pvrusb2: Implement multiple minor device number handlingPantelis Koukousoulas2007-02-211-3/+3
* V4L/DVB (4595): Remove CONFIG_VIDEO_PVRUSB2_24XXX from pvrusb2 driverMike Isely2006-09-261-2/+0
* V4L/DVB (4376): Make it possible for run-time calculation of control min/max ...Mike Isely2006-09-261-0/+2
* V4L/DVB (4372): Clean up some post mpeg-controls issues in pvrusb2Mike Isely2006-09-261-26/+0
* V4L/DVB (4339): Removed the remaining config.h stuffMauro Carvalho Chehab2006-09-261-1/+0
* V4L/DVB (4287): Pvrusb2/: possible cleanupsAdrian Bunk2006-06-301-17/+0
* V4L/DVB (4244): Implement use of cx2341x module in pvrusb2 driverMike Isely2006-06-271-8/+8
* V4L/DVB (4240): Various V4L control enhancements in pvrusb2Mike Isely2006-06-271-0/+2
* V4L/DVB (4236): Rearrange things in pvrusb2 driver in preparation for using c...Mike Isely2006-06-271-4/+15