summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2
Commit message (Expand)AuthorAgeFilesLines
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-052-3/+3
* V4L/DVB (4675): Pvrusb2: Fix VIDIOC_INT_[G|S]_REGISTER so that it actually wo...Mike Isely2006-10-032-3/+8
* V4L/DVB (4674): Use NULL instead of 0 for ptrsRandy Dunlap2006-10-031-1/+3
* 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/+36
* V4L/DVB (4662): Pvrusb2: Implement VIDIOC_INT_[G|S]_REGISTERMike Isely2006-10-033-0/+54
* V4L/DVB (4661): Pvrusb2: improve 24XXX config option descriptionMike Isely2006-10-031-9/+4
* V4L/DVB (4604): Fix broken pvrusb2 buildMike Isely2006-09-261-5/+1
* V4L/DVB (4597): Improve resolution limit enforcements in pvrusb2Mike Isely2006-09-261-2/+28
* V4L/DVB (4595): Remove CONFIG_VIDEO_PVRUSB2_24XXX from pvrusb2 driverMike Isely2006-09-264-28/+0
* V4L/DVB (4594): Remove some dead data elements from pvrusb2 driverMike Isely2006-09-261-2/+0
* V4L/DVB (4584): Fix VIDIOC_S_FMT min/max check in pvrusb2Hans Verkuil2006-09-261-7/+7
* V4L/DVB (4556): Fix a typo.Mauro Carvalho Chehab2006-09-261-2/+2
* V4L/DVB (4546): Add u32 argument to VIDIOC_INT_RESET.Hans Verkuil2006-09-261-1/+1
* V4L/DVB (4518): Allow manually selecting the proper helper driversMauro Carvalho Chehab2006-09-261-2/+16
* V4L/DVB (4485): Fix a warning on PPC64Mauro Carvalho Chehab2006-09-261-1/+1
* V4L/DVB (4377): Force horizontal resolution limits in the pvrusb2 driverMike Isely2006-09-261-0/+30
* V4L/DVB (4376): Make it possible for run-time calculation of control min/max ...Mike Isely2006-09-262-6/+17
* V4L/DVB (4375): Eliminate hardcoded limits in VIDIOC_[S|TRY]_FMT for pvrusb2Mike Isely2006-09-261-17/+19
* V4L/DVB (4372): Clean up some post mpeg-controls issues in pvrusb2Mike Isely2006-09-262-32/+10
* V4L/DVB (4339): Removed the remaining config.h stuffMauro Carvalho Chehab2006-09-263-3/+0
* V4L/DVB (4373): Correctly handle sysfs error leg file removal in pvrusb2Mike Isely2006-07-291-12/+50
* V4L/DVB (4337): Refine dead code elimination in pvrusb2Mike Isely2006-07-294-7/+17
* V4L/DVB (4316): Check __must_check warningsMichael Krufky2006-07-291-5/+28
* V4L/DVB (4288): Clean out a zillion sparse warnings in pvrusb2Mike Isely2006-06-3019-105/+105
* V4L/DVB (4287): Pvrusb2/: possible cleanupsAdrian Bunk2006-06-3011-195/+74
* V4L/DVB (4274): Eliminate use of tda9887 from pvrusb2 driverMike Isely2006-06-305-173/+1
* V4L/DVB (4273): Always log pvrusb2 device register / unregister eventsMike Isely2006-06-301-6/+4
* V4L/DVB (4263): Fix warning when compiling on 64 bit machinesMauro Carvalho Chehab2006-06-271-3/+3
* V4L/DVB (4261): Included required header for in-kernel compilationMauro Carvalho Chehab2006-06-271-0/+1
* V4L/DVB (4259): Pass an explicit log prefix to cx2341x_log_statusHans Verkuil2006-06-271-1/+1
* V4L/DVB (4245): Reduce the amount of pvrusb2-sourced noise going into the sys...Mike Isely2006-06-273-14/+6
* V4L/DVB (4244): Implement use of cx2341x module in pvrusb2 driverMike Isely2006-06-276-295/+304
* V4L/DVB (4243): Exploit new V4L control features in pvrusb2Mike Isely2006-06-272-2/+76
* V4L/DVB (4242): Don't suspend encoder when changing its attributes (in pvrusb2)Mike Isely2006-06-271-11/+1
* V4L/DVB (4241): Fix faulty encoder error recovery in pvrusb2Mike Isely2006-06-271-3/+4
* V4L/DVB (4240): Various V4L control enhancements in pvrusb2Mike Isely2006-06-276-3/+71
* V4L/DVB (4239): Handle boolean controls in pvrusb2Mike Isely2006-06-275-12/+83
* V4L/DVB (4238): Make sure flags field is initialized when quering a control i...Mike Isely2006-06-271-0/+1
* V4L/DVB (4237): Move LOG_STATUS bracketing to a different part of the pvrusb2...Mike Isely2006-06-272-4/+3
* V4L/DVB (4236): Rearrange things in pvrusb2 driver in preparation for using c...Mike Isely2006-06-273-70/+83
* V4L/DVB (4235): Increase the maximum number of controls that pvrusb2-sysfs.c ...Mike Isely2006-06-271-0/+52
* V4L/DVB (4234): Clean up long-standing video format handling mess in pvrusb2-...Mike Isely2006-06-271-24/+11
* V4L/DVB (4233): Don't print empty enum values in pvrusb2-sysfs.cMike Isely2006-06-271-0/+1
* V4L/DVB (4232): Rearrange things in pvrusb2-encoder in preparation for use of...Mike Isely2006-06-271-86/+138
* V4L/DVB (4231): Include some extra headers that we need.Mike Isely2006-06-272-1/+3
* V4L/DVB (4228a): pvrusb2 to kernel 2.6.18Mike Isely2006-06-2746-0/+12945
OpenPOWER on IntegriCloud