summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885/cx23885-video.c
Commit message (Expand)AuthorAgeFilesLines
* [media] rename most media/video pci drivers to media/pciMauro Carvalho Chehab2012-08-151-1926/+0Star
* [media] cx23885: add support for HVR-1255 analog (cx23888 variant)Devin Heitmueller2012-07-071-1/+7
* [media] cx23885: make analog support work for HVR_1250 (cx23885 variant)Devin Heitmueller2012-07-071-0/+1
* [media] cx23885: handle errors from videobuf_dvb_get_frontend()Dan Carpenter2012-01-161-3/+4
* [media] cx23885: Query the CX25840 during enum_input for statusSteven Toth2012-01-111-0/+9
* [media] cx23885: Bugfix /sys/class/video4linux/videoX/name truncationSteven Toth2012-01-051-2/+2
* [media] cx23885: Hauppauge HVR1850 Analog driver supportSteven Toth2012-01-051-21/+132
* [media] cx25840 / cx23885: Fixing audio/volume regressionSteven Toth2012-01-041-3/+3
* [media] cx23885: add support for Mygica X8507Alfredo Jesús Delaiti2011-11-241-1/+2
* [media] cx23885: Stop the risc video fifo before reconfiguring itSteven Toth2011-10-141-0/+3
* [media] cx23885: Avoid incorrect error handling and reportingSteven Toth2011-10-141-10/+10
* [media] cx23885: Avoid stopping the risc engine during buffer timeoutSteven Toth2011-10-141-4/+0Star
* [media] cx23885: Removed a spurious function cx23885_set_scale()Steven Toth2011-10-141-8/+0Star
* [media] cx23885: v4l2 api compliance, set the audioset field correctlySteven Toth2011-10-141-0/+5
* [media] cx23885: hook the audio selection functions into the main driverSteven Toth2011-10-141-15/+25
* [media] cx23885: add generic functions for dealing with audio input selectionSteven Toth2011-10-141-0/+81
* [media] cx23885: fixes related to maximum number of inputs and range checkingSteven Toth2011-10-141-2/+5
* [media] cx23885: Initial support for the MPX-885 mini-cardSteven Toth2011-10-141-1/+2
* [media] cx23885: Enable audio line in support from the back panelSteven Toth2011-10-141-0/+76
* [media] cx23885: ensure video is streaming before allowing vbi to streamSteven Toth2011-10-141-0/+8
* [media] cx23885: Ensure the VBI pixel format is established correctlySteven Toth2011-10-141-3/+25
* [media] cx23885: add vbi buffer formatting, window changes and video core cha...Steven Toth2011-10-141-2/+4
* [media] cx23885: minor printk cleanups and device registrationSteven Toth2011-10-141-1/+14
* [media] cx23885: initialize VBI support in the core, add IRQ support, registe...Steven Toth2011-10-141-13/+55
* [media] cx23885: minor function renaming to ensure uniformitySteven Toth2011-10-141-2/+2
* [media] cx23885: convert call clients into subdevicesSteven Toth2011-10-141-0/+2
* [media] cx23885: Don't use memset on vidioc_ callbacksMauro Carvalho Chehab2011-10-141-1/+0Star
* [media] cx23885: hooks the alsa changes into the video subsystemMijhail Moreyra2011-10-141-7/+16
* [media] cx23885: correct the contrast, saturation and hue controlsMijhail Moreyra2011-10-141-6/+6
* [media] Stop using linux/version.h on most video driversMauro Carvalho Chehab2011-07-271-1/+0Star
* [media] cx23885: implement tuner_bus parameter for cx23885_board structureIgor M. Liplianin2011-03-221-3/+4
* [media] v4l: fix handling of v4l2_input.capabilitiesHans Verkuil2010-12-301-1/+0Star
* [media] V4L: remove V4L1 compatibility modeHans Verkuil2010-12-291-32/+0Star
* [media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functionsLaurent Pinchart2010-11-221-2/+2
* [media] v4l: kill the BKLArnd Bergmann2010-11-091-5/+0Star
* [media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev*Laurent Pinchart2010-10-231-3/+3
* V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil2010-10-211-1/+1
* V4L/DVB: drivers/media/video: Adjust confusing if indentationJulia Lawall2010-10-211-1/+2
* V4L/DVB: cx23885: Protect PCI interrupt mask manipulations with a spinlockAndy Walls2010-08-091-3/+4
* V4L/DVB: cx23885: Add a VIDIOC_LOG_STATUS ioctl function for analog video dev...Andy Walls2010-08-091-0/+16
* V4L/DVB: cx23885: convert to s_mbus_fmtHans Verkuil2010-06-011-1/+4
* V4L/DVB: V4L2: Replace loops for finding max buffers in VIDIOC_REQBUFS callbacksAndreas Bombe2010-05-191-2/+2
* V4L/DVB: cx23885: Add support for LEADTEK WinFast PxTV1200Kusanagi Kouichi2010-02-261-0/+13
* V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2009-12-161-2/+0Star
* V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor numberLaurent Pinchart2009-12-161-3/+2Star
* V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart2009-12-161-27/+17Star
* V4L/DVB (13553): v4l: Use the video_is_registered function in device driversLaurent Pinchart2009-12-161-1/+1
* V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart2009-12-161-2/+2
* V4L/DVB (13211): cx23885: card Mygica X8506 analog TV supportDavid T.L. Wong2009-12-051-0/+8
* V4L/DVB (13208): cx23885: fix uninitialized member bugDavid T.L. Wong2009-12-051-0/+1