summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/pvrusb2
AgeCommit message (Expand)Author
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
2006-06-18Add CX2341X MPEG encoder module.Hans Verkuil
2006-06-11pvrusb2 is now a V4L2 driver. Fixed Kconfig.Mauro Carvalho Chehab
2006-06-08Remove last bits of V4L1 dependant codeMike Isely
2006-05-07bug-fix: pvrusb2 must #include <linux/config.h> for compile-time optionsMichael Krufky
2006-05-04pvrusb2: use encoder firmware filename defined in cx2341x.hMichael Krufky
2006-04-25Remove pvrusb2 video standard adjustment logicMike Isely
2006-04-25Various pvrusb2 video standard cleanupsMike Isely
2006-04-25Remove dead code.Mike Isely
2006-04-20Fix critical typo in wm8775 support within pvrusb2Mike Isely
2006-04-20Update operation of wm8775 in pvrusb2 to use new routing APIMike Isely
2006-04-20Need to compile two more sources in pvrusb2Mike Isely
2006-04-20Bracket a pvrusb2 24xxx-only structure correctlyMike Isely
2006-04-20Make PAL-N a supported standard if other PAL standards are present in pvrusb2Mike Isely
2006-04-20Fix pvrusb2 bug involving bad return on V4L query control ioctlMike Isely
2006-04-20Fix off-by-1 problem in pvrusb2 video standard enumerationMike Isely
2006-04-20Keep the cx25840 I2C filter around in pvrusb2Mike Isely
2006-04-20Log a warning message on a too-large I2C read attempt in pvrusb2Mike Isely
2006-04-20Change pvrusb2 module request behavior to be more conservativeMike Isely
2006-04-20Implement I2C filter in pvrusb2 for cx25840Mike Isely
2006-04-20Fix pvrusb2 eeprom retrieval bugMike Isely
2006-04-20Implement I2C transaction filtering in pvrusb2Mike Isely
2006-04-20Include linux/mutex.h not asm/mutex.h in pvrusb2Mike Isely
2006-04-20cx23416 fix in pvrusb2 to allow xawtv to function againMike Isely
2006-04-20Make NTSC-Mj available in pvrusb2 when hardware reports NTSC-M availabilityMike Isely
2006-04-20Change pvrusb2 subsystem definition bits for easier handlingMike Isely
2006-04-19Another rework of pvrusb2 video standard handlingMike Isely
2006-04-19Rework pvrusb2 internal controls implementationMike Isely
2006-04-19Get rid of redundant inclusion of videodev2.hMike Isely
2006-04-11Merge: from V4L1 treeMauro Carvalho Chehab
2006-04-05kbuild: VIDEO_PVRUSB2_24XXX must select VIDEO_CX25840 and VIDEO_WM8775Michael Krufky
2006-04-05kbuild: drivers/media/video/pvrusb2: remove $(src) from include pathMichael Krufky
2006-04-02Delimit LOG_STATUS output with standardized linesHans Verkuil
2006-04-02Merge from http://linuxtv.org/hg/~hverkuil/v4l-dvbMauro Carvalho Chehab
2006-04-01Split out PVR USB2 model 24xxx hardware support to a config optionMike Isely
2006-04-01Make msp3400 routing defines more consistentHans Verkuil
2006-03-31Kconfig: add menu options for pvrusb2 sysfs and debug interface supportMichael Krufky
2006-03-30Clean up comments in pvrusb2-eeprom.cMike Isely
2006-03-30pvrusb2 driver initialization tweakMike Isely
2006-03-30Make parts of pvrusb2 compile-time options (sysfs and debugifc)Mike Isely
2006-03-31Move cx2341x.h to media/cx2341x.hHans Verkuil