summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/pvrusb2
AgeCommit message (Expand)Author
2007-05-13Backport kernel changeset e63340ae6b6205fef26b40a75673d1c9c0c8bb90Mauro Carvalho Chehab
2007-05-02Use menuconfig objects II - V4LMauro Carvalho Chehab
2007-05-03Backed out changeset d130e8e1eb762e055371d5e3e1724d7735bad244Mauro Carvalho Chehab
2007-05-02Use menuconfig objects II - V4LMauro Carvalho Chehab
2007-04-28pvrusb2: Implement ability to disable IR receiverMike Isely
2007-04-28pvrusb2: Improve handling of PAL-60 video standardMike Isely
2007-04-28pvrusb2: kill unnecessary attribute->ownerMike Isely
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-21make pvr2_encoder_prep_config() staticMauro Carvalho Chehab
2007-02-21backport git changeset c5a69d57eb48e36f84c0737b5b24ec277d7dbfbaMauro Carvalho Chehab
2007-02-21Backport: make file_operations constMauro Carvalho Chehab
2007-02-19compat: Add -include linux/version.h to cflagsTrent Piepho
2007-02-07pvrusb2: Register I2C adapter (more) correctlyMike Isely
2007-02-07pvrusb2: Be more forgiving about encoder firmware sizeMike Isely
2007-02-07pvrusb2: Follow coding style convention for "#if 0" blocksMike Isely
2007-02-07pvrusb2: Fix printk format typoMike Isely
2007-02-02Http://linuxtv.org/hg/~mcisely/pvrusb2
2007-01-28pvrusb2: VIDIOC_DBG_[S|G]_REGISTER fixupsMike Isely
2007-01-28pvrusb2: video corruption fixesMike Isely
2007-01-28pvrusb2: encoder comm protocol cleanupMike 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: Add boilerplate to new header fileMike Isely
2007-01-21pvrusb2: Use macro names for FX2 commandsMike Isely
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-21Remove some warnings when compiling on x86_64Mauro 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: Emit VIDIOC_S_TUNER correctlyMike 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: V4L EXT_CTRLS fixupMike Isely
2007-01-19pvrusb2: Minor dead code / comment cleanupsMike Isely
2007-01-19pvrusb2: Fix sizeof() calculation foul-upMike Isely
2007-01-19pvrusb2: Fix missing break statement which had broken VIDIOC_S_TUNERMike Isely
2007-01-19pvrusb2: trace print addedMike 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-19pvrusb2: Allow streaming from /dev/radioXMike Isely
2007-01-19pvrusb2: Use kzalloc instead of kmalloc+memset pairsMike Isely