summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/pvrusb2
AgeCommit message (Expand)Author
2006-10-15pvrusb2: Implement IR reception for 24xxx devicesMike Isely
2006-09-28pvrusb2: Fix VIDIOC_INT_[G|S]_REGISTER so that it actually works nowMike Isely
2006-09-28use NULL instead of 0 for ptrsMauro Carvalho Chehab
2006-09-23pvrusb2: Don't use videodev.h; use v4l2-dev.h in its placeMike Isely
2006-09-23pvrusb2: Get rid of private global context array brain damageMike Isely
2006-09-23pvrusb2: Implement VIDIOC_INT_[G|S]_REGISTERMike Isely
2006-09-23pvrusb2: improve 24XXX config option descriptionMike Isely
2006-09-03Fix broken pvrusb2 buildMike Isely
2006-09-02Improve resolution limit enforcements in pvrusb2Mike Isely
2006-09-02Remove CONFIG_VIDEO_PVRUSB2_24XXX from pvrusb2 driverMike Isely
2006-09-02Remove some dead data elements from pvrusb2 driverMike Isely
2006-09-02Partially reverting last patchMauro Carvalho Chehab
2006-09-02Fixes some troubles on saa7115Mauro Carvalho Chehab
2006-09-01Fix VIDIOC_S_FMT min/max check in pvrusb2Hans Verkuil
2006-08-30Fix a typo.Mauro Carvalho Chehab
2006-08-26Add u32 argument to VIDIOC_INT_RESET.Hans Verkuil
2006-08-22Allow manually selecting the proper helper driversMauro Carvalho Chehab
2006-08-08Fix a warning on PPC64Mauro Carvalho Chehab
2006-07-27Force horizontal resolution limits in the pvrusb2 driverMike Isely
2006-07-27Make it possible for run-time calculation of control min/max in pvrusb2Mike Isely
2006-07-26Eliminate hardcoded limits in VIDIOC_[S|TRY]_FMT for pvrusb2Mike Isely
2006-07-22Correctly handle sysfs error leg file removal in pvrusb2Mike Isely
2006-07-22Clean up some post mpeg-controls issues in pvrusb2Mike Isely
2006-07-19Removed the remaining config.h stuffMauro Carvalho Chehab
2006-07-18Refine dead code elimination in pvrusb2Mike Isely
2006-07-18pvrusb2: check the return value of class_device_create_fileMichael Krufky
2006-07-18pvrusb2: check the return value of class_device_registerMichael Krufky
2006-06-30Clean out a zillion sparse warnings in pvrusb2Mauro Carvalho Chehab
2006-06-30Pvrusb2/: possible cleanupsMauro Carvalho Chehab
2006-06-29Eliminate use of tda9887 from pvrusb2 driverMike Isely
2006-06-29Always log pvrusb2 device register / unregister eventsMike Isely
2006-06-27Fix warning when compiling on 64 bit machinesMauro Carvalho Chehab
2006-06-26Included required header for in-kernel compilationMauro Carvalho Chehab
2006-06-26Pass an explicit log prefix to cx2341x_log_statusHans Verkuil
2006-06-26SYSFS support marked as experimentalMauro Carvalho Chehab
2006-06-25Reduce the amount of pvrusb2-sourced noise going into the system logMike Isely
2006-06-25Implement use of cx2341x module in pvrusb2 driverMike Isely
2006-06-25Exploit new V4L control features in pvrusb2Mike Isely
2006-06-25Don't suspend encoder when changing its attributes (in pvrusb2)Mike Isely
2006-06-25Fix faulty encoder error recovery in pvrusb2Mike Isely
2006-06-25Various V4L control enhancements in pvrusb2Mike Isely
2006-06-25Handle boolean controls in pvrusb2Mike Isely
2006-06-25Make sure flags field is initialized when quering a control in pvrusb2Mike Isely
2006-06-25Move LOG_STATUS bracketing to a different part of the pvrusb2 driverMike Isely
2006-06-25Rearrange things in pvrusb2 driver in preparation for using cx2341x moduleMike Isely
2006-06-25Increase the maximum number of controls that pvrusb2-sysfs.c can handle.Mike Isely
2006-06-25Clean up long-standing video format handling mess in pvrusb2-v4l2.cMike Isely
2006-06-25Don't print empty enum values in pvrusb2-sysfs.cMike Isely
2006-06-25Rearrange things in pvrusb2-encoder in preparation for use of cx2341x moduleMike Isely
2006-06-25Include some extra headers that we need.Mike Isely