summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (5507): Pvrusb2: Gather USB bus address info and report itMike Isely2007-04-275-0/+49
* V4L/DVB (5367): Pvrusb2: (trivial) Fix too-wide source lineMike Isely2007-04-271-1/+3
* V4L/DVB (5294): Make pvr2_encoder_prep_config() staticAdrian Bunk2007-04-271-1/+1
* [PATCH] misc NULL noiseAl Viro2007-03-142-6/+6
* V4L/DVB (5366): Pvrusb2: Fix compilation warning for amd64 builds (use %zu in...Mike Isely2007-03-031-1/+1
* V4L/DVB (5304): Improve chip matching in v4l2_registerHans Verkuil2007-03-013-9/+13
* V4L/DVB (5212): Pvrusb2: Be more forgiving about encoder firmware sizeMike Isely2007-02-211-15/+18
* V4L/DVB (5210): Pvrusb2: Fix printk format typoMike Isely2007-02-211-1/+1
* V4L/DVB (5175): Pvrusb2: VIDIOC_DBG_[S|G]_REGISTER fixupsMike Isely2007-02-213-6/+4
* V4L/DVB (5174): Pvrusb2: video corruption fixesMike Isely2007-02-211-0/+69
* V4L/DVB (5173): Pvrusb2: encoder comm protocol cleanupMike Isely2007-02-211-58/+92
* V4L/DVB (5172): Pvrusb2: Control protocol cleanupMike Isely2007-02-212-38/+15
* V4L/DVB (5170): Pvrusb2: Add boilerplate to new header fileMike Isely2007-02-211-0/+31
* V4L/DVB (5169): Pvrusb2: Use macro names for FX2 commandsMichael Krufky2007-02-215-15/+47
* V4L/DVB (5146): Make VIDIOC_INT_[SG]_REGISTER ioctls no longer internal onlyTrent Piepho2007-02-213-9/+13
* V4L/DVB (5117): Fix: VIDIOC_G_TUNER were returning an endless number of tunersMauro Carvalho Chehab2007-02-211-0/+4
* V4L/DVB (5116): Remove some warnings when compiling on x86_64Mauro Carvalho Chehab2007-02-211-6/+6
* 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 (5093): Pvrusb2: Emit VIDIOC_S_TUNER correctlyMike Isely2007-02-214-15/+34
* V4L/DVB (5092): Pvrusb2: Use ARRAY_SIZE wherever possibleMike Isely2007-02-216-21/+13
* V4L/DVB (5091): Pvrusb2: Use kzalloc in place of kmalloc/memset pairsMike Isely2007-02-2112-40/+19
* V4L/DVB (5090): Pvrusb2: A patch to use ARRAY_SIZE macro when appropriateAhmed S. Darwish2007-02-217-56/+33
* V4L/DVB (5089): Pvrusb2: V4L EXT_CTRLS fixupMike Isely2007-02-211-0/+3
* V4L/DVB (5088): Pvrusb2: Minor dead code / comment cleanupsMike Isely2007-02-211-1/+3
* V4L/DVB (5087): Pvrusb2: Fix sizeof() calculation foul-upMike Isely2007-02-211-1/+1
* V4L/DVB (5086): Pvrusb2: Fix missing break statement on VIDIOC_S_TUNERMike Isely2007-02-211-0/+1
* V4L/DVB (5085): Pvrusb2: trace print addedMike Isely2007-02-211-0/+6
* V4L/DVB (5084): Pvrusb2: Stop hardcoding frequency rangesMike Isely2007-02-211-25/+33
* V4L/DVB (5083): Pvrusb2: Remove automodeswitch controlMike Isely2007-02-212-63/+4
* V4L/DVB (5082): Pvrusb2: Slight debug printing efficiency fixupMike Isely2007-02-211-3/+2
* V4L/DVB (5081): Pvrusb2: VIDIOC_G_TUNER cleanupMike Isely2007-02-2112-165/+144
* 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/+4
* 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-214-124/+94
* V4L/DVB (5056): Pvrusb2: Fix cut/paste bug in auto_mode_switch controlMike Isely2007-02-211-1/+0
* V4L/DVB (5054): Pvrusb2: cosmetic comment tweakMike Isely2007-02-211-1/+1
* V4L/DVB (5053): Pvrusb2: Change default volume to something saneMike Isely2007-02-211-1/+1
* V4L/DVB (5052): Pvrusb2: Remove stream claiming hack from /dev/radioMike Isely2007-02-213-34/+6
* V4L/DVB (5051): Pvrusb2: Better radio versus tv frequency handlingMike Isely2007-02-213-30/+196
* V4L/DVB (5050): Pvrusb2: Newer frequency range checkingMike Isely2007-02-213-23/+36
* V4L/DVB (5049): Pvrusb2: Enable radio mode for 24xxx devicesMike Isely2007-02-212-6/+12
* V4L/DVB (5048): Pvrusb2: v4l2 API implementation frequency tweaksMike Isely2007-02-211-4/+22
* V4L/DVB (5047): Pvrusb2: Fix tuning calculation when in radio modeMike Isely2007-02-211-3/+8
* V4L/DVB (5046): Pvrusb2: Fix tuner frequency calculationMike Isely2007-02-211-1/+1
* 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