summaryrefslogtreecommitdiff
path: root/drivers/media/video/pvrusb2/pvrusb2-hdw.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-31NULL noise: drivers/mediaAl Viro1-3/+3
2008-01-26V4L/DVB (6773): pvrusb2: rework device descriptor layoutMike Isely1-8/+1
2008-01-26V4L/DVB (6709): pvrusb2: minor rework for default video standard handlingMike Isely1-5/+13
2008-01-26V4L/DVB (6705): pvrusb2: Implement default standard selection based on device...Mike Isely1-1/+5
2008-01-26V4L/DVB (6703): pvrusb2: Change division to bit-or for tveeprom standardsRoel Kluin1-1/+1
2008-01-26V4L/DVB (6697): pvrusb2: Existence of Hauppauge ROM is a device-specific attr...Mike Isely1-9/+16
2008-01-26V4L/DVB (6696): pvrusb2: Miscellaneous tweaks for controlling tuner type and ...Mike Isely1-3/+7
2008-01-26V4L/DVB (6695): pvrusb2: Implement functions to pass descriptive hardware infoMike Isely1-0/+12
2008-01-26V4L/DVB (6694): pvrusb2: Remove obsolete global hardware type enumerationMike Isely1-1/+0
2008-01-26V4L/DVB (6692): pvrusb2: Centralize device specific attributes into a single ...Mike Isely1-76/+15
2008-01-26V4L/DVB (6691): pvrusb2: Rework pipeline state controlMike Isely1-394/+745
2007-10-22V4L/DVB (6357): pvrusb2: Improve encoder chip health trackingMike Isely1-0/+3
2007-10-10V4L/DVB (6315): pvrusb2: Change list_for_each+list_entry to list_for_each_entryTrent Piepho1-3/+1
2007-10-10V4L/DVB (6211): pvrusb2: Allocate a debug mask bit for reporting video standa...Mike Isely1-5/+5
2007-10-10V4L/DVB (6210): pvrusb2: Do a far better job at setting the default initial v...Mike Isely1-0/+59
2007-10-10V4L/DVB (6209): pvrusb2: Better discriminate among device typesMike Isely1-28/+54
2007-10-10V4L/DVB (6208): pvrusb2: Implement programmatic means to extract prom contentsMike Isely1-25/+125
2007-10-10V4L/DVB (6207): pvrusb2: Fix a potential oops in an error leg cleanupMike Isely1-0/+1
2007-10-10V4L/DVB (6088): cx2341x: some controls can't be changed while the device is busyHans Verkuil1-3/+3
2007-05-09V4L/DVB (5572): Pvrusb2: use mutex instead of semaphoreMatthias Kaehlcke1-5/+5
2007-04-27V4L/DVB (5507): Pvrusb2: Gather USB bus address info and report itMike Isely1-0/+12
2007-04-27V4L/DVB (5367): Pvrusb2: (trivial) Fix too-wide source lineMike Isely1-1/+3
2007-03-15[PATCH] misc NULL noiseAl Viro1-3/+3
2007-03-03V4L/DVB (5366): Pvrusb2: Fix compilation warning for amd64 builds (use %zu in...Mike Isely1-1/+1
2007-03-01V4L/DVB (5304): Improve chip matching in v4l2_registerHans Verkuil1-4/+7
2007-02-21V4L/DVB (5212): Pvrusb2: Be more forgiving about encoder firmware sizeMike Isely1-15/+18
2007-02-21V4L/DVB (5175): Pvrusb2: VIDIOC_DBG_[S|G]_REGISTER fixupsMike Isely1-1/+3
2007-02-21V4L/DVB (5172): Pvrusb2: Control protocol cleanupMike Isely1-38/+12
2007-02-21V4L/DVB (5169): Pvrusb2: Use macro names for FX2 commandsMichael Krufky1-8/+10
2007-02-21V4L/DVB (5146): Make VIDIOC_INT_[SG]_REGISTER ioctls no longer internal onlyTrent Piepho1-3/+3
2007-02-21V4L/DVB (5092): Pvrusb2: Use ARRAY_SIZE wherever possibleMike Isely1-1/+1
2007-02-21V4L/DVB (5091): Pvrusb2: Use kzalloc in place of kmalloc/memset pairsMike Isely1-10/+4
2007-02-21V4L/DVB (5090): Pvrusb2: A patch to use ARRAY_SIZE macro when appropriateAhmed S. Darwish1-14/+8
2007-02-21V4L/DVB (5084): Pvrusb2: Stop hardcoding frequency rangesMike Isely1-25/+33
2007-02-21V4L/DVB (5083): Pvrusb2: Remove automodeswitch controlMike Isely1-62/+4
2007-02-21V4L/DVB (5082): Pvrusb2: Slight debug printing efficiency fixupMike Isely1-3/+2
2007-02-21V4L/DVB (5081): Pvrusb2: VIDIOC_G_TUNER cleanupMike Isely1-40/+59
2007-02-21V4L/DVB (5057): Pvrusb2: Stream configuration cleanupsMike Isely1-1/+2
2007-02-21V4L/DVB (5056): Pvrusb2: Fix cut/paste bug in auto_mode_switch controlMike Isely1-1/+0
2007-02-21V4L/DVB (5053): Pvrusb2: Change default volume to something saneMike Isely1-1/+1
2007-02-21V4L/DVB (5051): Pvrusb2: Better radio versus tv frequency handlingMike Isely1-27/+186
2007-02-21V4L/DVB (5050): Pvrusb2: Newer frequency range checkingMike Isely1-0/+10
2007-02-21V4L/DVB (5042): Pvrusb2: Make units uniform when tracking tuning frequencyMike Isely1-2/+2
2007-02-21V4L/DVB (5041): Pvrusb2: Use separate enumeration for get/store of minor numberMike Isely1-7/+10
2007-02-21V4L/DVB (5040): Pvrusb2: Use enumeration for minor number get / store codeMike Isely1-7/+16
2007-02-21V4L/DVB (5037): Pvrusb2: Implement multiple minor device number handlingPantelis Koukousoulas1-6/+8
2007-02-21V4L/DVB (5035): Pvrusb2: Enable radio mode round #2Pantelis Koukousoulas1-5/+34
2007-02-21V4L/DVB (5034): Pvrusb2: Enable radio mode round #1Pantelis Koukousoulas1-0/+7
2007-02-21V4L/DVB (5026): Pvrusb2-hdw kfree cleanupMariusz Kozlowski1-8/+8
2007-02-21V4L/DVB (4986): Removed unimplemented cx2341x API commandsHans Verkuil1-3/+0