aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-13i2c: Declare more i2c_adapter parent devicesJean Delvare1-0/+1
2007-02-12[PATCH] mark struct file_operations const 4Arjan van de Ven1-1/+1
2006-12-10V4L/DVB (4852): Pvrusb2: Fix horizontal resolution setting problem for 24xxx devicesMike Isely2-26/+16
2006-12-10V4L/DVB (4763): Pvrusb2: Implement IR reception for 24xxx devicesMike Isely1-4/+77
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells2-7/+5
2006-12-01usb: pvrusb2-io free urb cleanupMariusz Kozlowski1-1/+1
2006-12-01usb: pvrusb2-hdw free unlink urb cleanupMariusz Kozlowski1-6/+4
2006-11-22WorkStruct: make allyesconfigDavid Howells1-4/+9
2006-11-02V4L/DVB (4786): Pvrusb2: use NULL instead of 0Randy Dunlap2-4/+4
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2-3/+3
2006-10-03V4L/DVB (4675): Pvrusb2: Fix VIDIOC_INT_[G|S]_REGISTER so that it actually works nowMike Isely2-3/+8
2006-10-03V4L/DVB (4674): Use NULL instead of 0 for ptrsRandy Dunlap1-1/+3
2006-10-03V4L/DVB (4664): Pvrusb2: Don't use videodev.h; use v4l2-dev.h in its placeMike Isely1-1/+1
2006-10-03V4L/DVB (4663): Pvrusb2: Get rid of private global context array brain damageMike Isely1-75/+36
2006-10-03V4L/DVB (4662): Pvrusb2: Implement VIDIOC_INT_[G|S]_REGISTERMike Isely3-0/+54
2006-10-03V4L/DVB (4661): Pvrusb2: improve 24XXX config option descriptionMike Isely1-9/+4
2006-09-26V4L/DVB (4604): Fix broken pvrusb2 buildMike Isely1-5/+1
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 Isely4-28/+0
2006-09-26V4L/DVB (4594): Remove some dead data elements from pvrusb2 driverMike Isely1-2/+0
2006-09-26V4L/DVB (4584): Fix VIDIOC_S_FMT min/max check in pvrusb2Hans Verkuil1-7/+7
2006-09-26V4L/DVB (4556): Fix a typo.Mauro Carvalho Chehab1-2/+2
2006-09-26V4L/DVB (4546): Add u32 argument to VIDIOC_INT_RESET.Hans Verkuil1-1/+1
2006-09-26V4L/DVB (4518): Allow manually selecting the proper helper driversMauro Carvalho Chehab1-2/+16
2006-09-26V4L/DVB (4485): Fix a warning on PPC64Mauro Carvalho Chehab1-1/+1
2006-09-26V4L/DVB (4377): Force horizontal resolution limits in the pvrusb2 driverMike Isely1-0/+30
2006-09-26V4L/DVB (4376): Make it possible for run-time calculation of control min/max in pvrusb2Mike Isely2-6/+17
2006-09-26V4L/DVB (4375): Eliminate hardcoded limits in VIDIOC_[S|TRY]_FMT for pvrusb2Mike Isely1-17/+19
2006-09-26V4L/DVB (4372): Clean up some post mpeg-controls issues in pvrusb2Mike Isely2-32/+10
2006-09-26V4L/DVB (4339): Removed the remaining config.h stuffMauro Carvalho Chehab3-3/+0
2006-07-29V4L/DVB (4373): Correctly handle sysfs error leg file removal in pvrusb2Mike Isely1-12/+50
2006-07-29V4L/DVB (4337): Refine dead code elimination in pvrusb2Mike Isely4-7/+17
2006-07-29V4L/DVB (4316): Check __must_check warningsMichael Krufky1-5/+28
2006-06-30V4L/DVB (4288): Clean out a zillion sparse warnings in pvrusb2Mike Isely19-105/+105
2006-06-30V4L/DVB (4287): Pvrusb2/: possible cleanupsAdrian Bunk11-195/+74
2006-06-30V4L/DVB (4274): Eliminate use of tda9887 from pvrusb2 driverMike Isely5-173/+1
2006-06-30V4L/DVB (4273): Always log pvrusb2 device register / unregister eventsMike Isely1-6/+4
2006-06-27V4L/DVB (4263): Fix warning when compiling on 64 bit machinesMauro Carvalho Chehab1-3/+3
2006-06-27V4L/DVB (4261): Included required header for in-kernel compilationMauro Carvalho Chehab1-0/+1
2006-06-27V4L/DVB (4259): Pass an explicit log prefix to cx2341x_log_statusHans Verkuil1-1/+1
2006-06-27V4L/DVB (4245): Reduce the amount of pvrusb2-sourced noise going into the system logMike Isely3-14/+6
2006-06-27V4L/DVB (4244): Implement use of cx2341x module in pvrusb2 driverMike Isely6-295/+304
2006-06-27V4L/DVB (4243): Exploit new V4L control features in pvrusb2Mike Isely2-2/+76
2006-06-27V4L/DVB (4242): Don't suspend encoder when changing its attributes (in pvrusb2)Mike Isely1-11/+1
2006-06-27V4L/DVB (4241): Fix faulty encoder error recovery in pvrusb2Mike Isely1-3/+4
2006-06-27V4L/DVB (4240): Various V4L control enhancements in pvrusb2Mike Isely6-3/+71
2006-06-27V4L/DVB (4239): Handle boolean controls in pvrusb2Mike Isely5-12/+83
2006-06-27V4L/DVB (4238): Make sure flags field is initialized when quering a control in pvrusb2Mike Isely1-0/+1
2006-06-27V4L/DVB (4237): Move LOG_STATUS bracketing to a different part of the pvrusb2 driverMike Isely2-4/+3
2006-06-27V4L/DVB (4236): Rearrange things in pvrusb2 driver in preparation for using cx2341x moduleMike Isely3-70/+83