summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/pvrusb2/pvrusb2-v4l2.c
AgeCommit message (Expand)Author
2007-11-25pvrusb2: Implement functions to pass descriptive hardware infoMike Isely
2007-11-25pvrusb2: Rework pipeline state controlMike Isely
2007-10-15v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab
2007-04-07pvrusb2: Gather USB bus address info and report itMike Isely
2007-04-07pvrusb2: Use NULL instead of 0 for null pointer values (trivial)Mike Isely
2007-02-24Improve chip matching in v4l2_register for VIDIOC_DBG_G/S_REGISTERHans Verkuil
2007-02-21Backport: make file_operations constMauro Carvalho Chehab
2007-02-19compat: Add -include linux/version.h to cflagsTrent Piepho
2007-01-28pvrusb2: VIDIOC_DBG_[S|G]_REGISTER fixupsMike Isely
2007-01-28Merge from v4l-dvbMike Isely
2007-01-23Make VIDIOC_INT_[SG]_REGISTER ioctls no longer internal onlyTrent Piepho
2007-01-21pvrusb2: Add comment for why G_TUNER only looks at index zeroMike Isely
2007-01-21Fix: VIDIOC_G_TUNER were returning an endless number of tunersMauro Carvalho Chehab
2007-01-19pvrusb2: Allow VIDIOC_S_FMT with -1 for resolution valuesMike Isely
2007-01-19pvrusb2: Introduce fake audio input selectionMike Isely
2007-01-19pvrusb2: V4L EXT_CTRLS fixupMike Isely
2007-01-19pvrusb2: Minor dead code / comment cleanupsMike Isely
2007-01-19pvrusb2: Fix missing break statement which had broken VIDIOC_S_TUNERMike Isely
2007-01-19pvrusb2: VIDIOC_G_TUNER cleanupMike Isely
2007-01-19pvrusb2: Allow streaming from /dev/radioXMike Isely
2007-01-19pvrusb2: Use kzalloc instead of kmalloc+memset pairsMike Isely
2007-01-19pvrusb2: It's safe to kfree() a null pointerMike Isely
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