summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/pvrusb2/pvrusb2-v4l2.c
AgeCommit message (Expand)Author
2006-12-30pvrusb2: Be smarter about mode restoration when /dev/radioX is closedMike Isely
2006-12-30pvrusb2: bug fix involving switch into radio modeMike Isely
2006-12-30pvrusb2: Stream configuration cleanupsMike Isely
2006-12-27pvrusb2: Remove stream claiming hack from /dev/radio implementationMike Isely
2006-12-27pvrusb2: v4l2 API implementation frequency tweaksMike Isely
2006-12-27pvrusb2: Fix heap corruption introduced by radio modsMike Isely
2006-12-27pvrusb2: Implement means to override vbi and radio device minor numbersMike Isely
2006-12-27pvrusb2: Use separate enumeration for get/store of minor numberMike Isely
2006-12-27pvrusb2: Use enumeration for minor number get / store codeMike Isely
2006-12-27pvrusb2: Implement /dev/radioXMike Isely
2006-12-27pvrusb2: Implement multiple minor device number handlingMike Isely
2006-10-29pvrusb2: use NULL instead of 0Mauro Carvalho Chehab
2006-09-28pvrusb2: Fix VIDIOC_INT_[G|S]_REGISTER so that it actually works nowMike Isely
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-01Fix VIDIOC_S_FMT min/max check in pvrusb2Hans Verkuil
2006-07-26Eliminate hardcoded limits in VIDIOC_[S|TRY]_FMT for pvrusb2Mike Isely
2006-06-30Clean out a zillion sparse warnings in pvrusb2Mauro Carvalho Chehab
2006-06-30Pvrusb2/: possible cleanupsMauro Carvalho Chehab
2006-06-29Always log pvrusb2 device register / unregister eventsMike Isely
2006-06-26Included required header for in-kernel compilationMauro Carvalho Chehab
2006-06-25Reduce the amount of pvrusb2-sourced noise going into the system logMike Isely
2006-06-25Exploit new V4L control features 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-25Clean up long-standing video format handling mess in pvrusb2-v4l2.cMike Isely
2006-06-08Remove last bits of V4L1 dependant codeMike Isely
2006-04-25Remove dead code.Mike Isely
2006-04-20Fix pvrusb2 bug involving bad return on V4L query control ioctlMike Isely
2006-04-19Another rework of pvrusb2 video standard handlingMike Isely
2006-04-19Rework pvrusb2 internal controls implementationMike Isely
2006-04-11Merge: from V4L1 treeMauro Carvalho Chehab
2006-04-02Delimit LOG_STATUS output with standardized linesHans Verkuil
2006-03-28Major pvrusb2 rework to remove translationsMike Isely
2006-03-26Propagate default control values out to V4L apps from within pvrusb2Mike Isely
2006-03-23Merge from mkrufky pvrusb2 treeMauro Carvalho Chehab
2006-03-18Implement mpeg2 garbage filter in pvrusb2Mike Isely
2006-03-18Implement V4L2_TUNER_MODE_LANG1_LANG2 audio modeHans Verkuil
2006-03-11pvrusb2: remove "ifdef notdef"Michael Krufky
2006-03-11pvrusb2: video device register/unregister message conformityMichael Krufky
2006-02-26moved pvrusb2 driver into the kernel treeMichael Krufky