summaryrefslogtreecommitdiff
path: root/drivers/media/video/pvrusb2/pvrusb2-hdw.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-10V4L/DVB (4852): Pvrusb2: Fix horizontal resolution setting problem for 24xxx ...Mike Isely1-26/+0
2006-12-02usb: pvrusb2-hdw free unlink urb cleanupMariusz Kozlowski1-6/+4
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-10-03V4L/DVB (4675): Pvrusb2: Fix VIDIOC_INT_[G|S]_REGISTER so that it actually wo...Mike Isely1-2/+7
2006-10-03V4L/DVB (4662): Pvrusb2: Implement VIDIOC_INT_[G|S]_REGISTERMike Isely1-0/+32
2006-09-26V4L/DVB (4597): Improve resolution limit enforcements in pvrusb2Mike Isely1-2/+28
2006-09-26V4L/DVB (4595): Remove CONFIG_VIDEO_PVRUSB2_24XXX from pvrusb2 driverMike Isely1-16/+0
2006-09-26V4L/DVB (4377): Force horizontal resolution limits in the pvrusb2 driverMike Isely1-0/+30
2006-09-26V4L/DVB (4372): Clean up some post mpeg-controls issues in pvrusb2Mike Isely1-6/+10
2006-07-30V4L/DVB (4337): Refine dead code elimination in pvrusb2Mike Isely1-2/+6
2006-06-30V4L/DVB (4288): Clean out a zillion sparse warnings in pvrusb2Mike Isely1-28/+28
2006-06-30V4L/DVB (4287): Pvrusb2/: possible cleanupsAdrian Bunk1-69/+45