summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c
AgeCommit message (Expand)Author
2007-04-28pvrusb2: use mutex instead of semaphoreMike Isely
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-27pvrusb2: (trivial) Fix too-wide source lineMike Isely
2007-02-27pvrusb2: Fix compilation warning for amd64 builds (use %zu instead of %u)Mike Isely
2007-02-24Improve chip matching in v4l2_register for VIDIOC_DBG_G/S_REGISTERHans Verkuil
2007-02-19compat: Add -include linux/version.h to cflagsTrent Piepho
2007-02-07pvrusb2: Be more forgiving about encoder firmware sizeMike Isely
2007-01-28pvrusb2: VIDIOC_DBG_[S|G]_REGISTER fixupsMike Isely
2007-01-28pvrusb2: Control protocol cleanupMike Isely
2007-01-28Merge from v4l-dvbMike Isely
2007-01-23Make VIDIOC_INT_[SG]_REGISTER ioctls no longer internal onlyTrent Piepho
2007-01-21pvrusb2: Use macro names for FX2 commandsMike Isely
2007-01-19pvrusb2: Use ARRAY_SIZE wherever possibleMike Isely
2007-01-19pvrusb2: Use kzalloc in place of kmalloc/memset pairsMike Isely
2007-01-19pvrusb2: A patch to use ARRAY_SIZE macro when appropriateMike Isely
2007-01-19pvrusb2: Stop hardcoding frequency rangesMike Isely
2007-01-19pvrusb2: Remove automodeswitch controlMike Isely
2007-01-19pvrusb2: Slight debug printing efficiency fixupMike Isely
2007-01-19pvrusb2: VIDIOC_G_TUNER cleanupMike Isely
2007-01-07merge: http://linuxtv.org/hg/~mcisely/pvrusb2Mauro Carvalho Chehab
2007-01-07Pvrusb2-hdw kfree cleanupMauro Carvalho Chehab
2006-12-30pvrusb2: Stream configuration cleanupsMike Isely
2006-12-30pvrusb2: Fix cut/paste bug in auto_mode_switch controlMike Isely
2006-12-27pvrusb2: Change default volume to something saneMike Isely
2006-12-27pvrusb2: Better radio versus tv frequency handlingMike Isely
2006-12-27pvrusb2: Newer frequency range checkingMike Isely
2006-12-27pvrusb2: Make units uniform when tracking tuning frequencyMike 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 multiple minor device number handlingMike Isely
2006-12-27pvrusb2: Enable radio mode round #2Mike Isely
2006-12-27pvrusb2: Enable radio mode round #1Mike Isely
2006-12-19Removed unimplemented cx2341x API commandsHans Verkuil
2006-12-16Backported several changes from kernel 2.6.19-git seriesMauro Carvalho Chehab
2006-11-19pvrusb2: Fix horizontal resolution setting problem for 24xxx devicesMike Isely
2006-10-21IRQ: Maintain regs pointer globally rather than passing to IRQ handlersMauro Carvalho Chehab
2006-09-28pvrusb2: Fix VIDIOC_INT_[G|S]_REGISTER so that it actually works nowMike Isely
2006-09-23pvrusb2: Implement VIDIOC_INT_[G|S]_REGISTERMike Isely
2006-09-02Improve resolution limit enforcements in pvrusb2Mike Isely
2006-09-02Remove CONFIG_VIDEO_PVRUSB2_24XXX from pvrusb2 driverMike Isely
2006-09-02Partially reverting last patchMauro Carvalho Chehab
2006-09-02Fixes some troubles on saa7115Mauro Carvalho Chehab
2006-07-27Force horizontal resolution limits in the pvrusb2 driverMike Isely
2006-07-22Clean up some post mpeg-controls issues in pvrusb2Mike Isely
2006-07-18Refine dead code elimination in pvrusb2Mike Isely
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-26Pass an explicit log prefix to cx2341x_log_statusHans Verkuil