summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ivtv
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (8171): ivtv: put back full device name, people relied on it in udev ...Hans Verkuil2008-07-201-2/+2
* V4L/DVB (8164): cx18/ivtv: choose a better initial TV standard for cards with...Hans Verkuil2008-07-201-0/+6
* V4L/DVB (8113): ivtv/cx18: remove s/g_ctrl, now all controls are handled thro...Hans Verkuil2008-07-203-12/+33
* V4L/DVB (8111): ivtv/cx18: fix compile error when CONFIG_VIDEO_ADV_DEBUG is n...Hans Verkuil2008-07-201-28/+31
* V4L/DVB (8106): ivtv/cx18: improve tuner std check in card definitions.Hans Verkuil2008-07-201-17/+17
* V4L/DVB (8105): cx2341x: add TS capabilityHans Verkuil2008-07-201-1/+3
* V4L/DVB (8104): cx18/ivtv: ioctl debugging improvementsHans Verkuil2008-07-204-23/+21
* V4L/DVB (8090): ivtv: yuv decoder lock fix (2)Ian Armstrong2008-07-201-1/+1
* V4L/DVB (8088): ivtv: yuv decoder lock fixIan Armstrong2008-07-201-12/+13
* V4L/DVB (8086): ivtv/cx18: fix video_temporal_filter handlingHans Verkuil2008-07-201-9/+0
* V4L/DVB (8085): ivtv: fill in all v4l2_framebuffer fields in VIDIOC_G/S_FBUFHans Verkuil2008-07-201-2/+9
* V4L/DVB (8084): ivtv/cx18: remove unnecessary memsets & KERNEL_VERSION testsHans Verkuil2008-07-201-15/+7
* V4L/DVB (8081): ivtv: remove obsolete arrays.Hans Verkuil2008-07-201-31/+0
* V4L/DVB (8080): ivtv: make sure all v4l2_format fields are filled inHans Verkuil2008-07-201-45/+67
* V4L/DVB (8079): ivtv: Convert to video_ioctl2.Hans Verkuil2008-07-206-1087/+1228
* V4L/DVB (7927): ivtv: simplify gpio initialization for XCeive tuners.Hans Verkuil2008-07-202-7/+10
* V4L/DVB (7926): ivtv: add support for the Buffalo PC-MV5L/PCI card.Hans Verkuil2008-07-203-1/+40
* V4L/DVB (7924): ivtv/cx18: snprintf fixesJean Delvare2008-07-201-1/+1
* V4L/DVB (7886): ivtvfb: Use DMA for write()Ian Armstrong2008-07-201-0/+82
* V4L/DVB (7963): ivtv: trivial annotationsAl Viro2008-06-056-10/+16
* V4L/DVB (7930): ivtv: bump version to 1.3.0.Hans Verkuil2008-06-051-2/+2
* V4L/DVB (7885): ivtv/cx18: add compat_ioctl entriesHans Verkuil2008-06-051-14/+16
* i2c: Convert remaining new-style drivers to use module aliasingJean Delvare2008-05-181-7/+6
* V4L/DVB (7891): cx18/ivtv: fix open() kernel oopsAndy Walls2008-05-141-0/+2
* V4L/DVB (7854): cx18/ivtv: improve and fix out-of-memory handlingHans Verkuil2008-05-146-16/+23
* V4L/DVB (7853): ivtv/cx18: fix compile warningsHans Verkuil2008-05-141-0/+4
* V4L/DVB (7852): ivtv: prefix ivtv external functions with ivtv_Hans Verkuil2008-05-144-14/+15
* V4L/DVB (7851): Fix FW_LOADER depencency at v4l/dvbMauro Carvalho Chehab2008-05-141-0/+2
* V4L/DVB (7846): Re-creates VIDEO_TUNERMauro Carvalho Chehab2008-05-141-1/+1
* V4L/DVB (7792): ivtv: correct misspelled "HIMEM4G" to "HIGHMEM4G" in error me...Robert P. J. Day2008-04-301-3/+3
* V4L/DVB (7791): ivtv: POLLHUP must be returned on eofHans Verkuil2008-04-301-1/+3
* Rename common tuner Kconfig names to use the sameMauro Carvalho Chehab2008-04-292-2/+2
* V4L/DVB(7767): Move tuners to common/tunersMauro Carvalho Chehab2008-04-291-0/+1
* V4L/DVB (7763): ivtv: add tuner support for the AverMedia M116Hans Verkuil2008-04-293-12/+18
* V4L/DVB (7762): ivtv: fix tuner detection for PAL-N/NcHans Verkuil2008-04-291-16/+18
* V4L/DVB (7761): ivtv: increase the DMA timeout from 100 to 300 msHans Verkuil2008-04-291-2/+2
* V4L/DVB (7759): ivtv: increase version number to 1.2.1Hans Verkuil2008-04-291-1/+1
* V4L/DVB (7758): ivtv: fix oops when itv->speed == 0 and VIDEO_CMD_PLAY is calledHans Verkuil2008-04-291-10/+21
* V4L/DVB (7757): ivtv: add autodetect for the AVermedia M104 cardHans Verkuil2008-04-293-1/+39
* V4L/DVB (7756): ivtv: use strlcpy instead of strcpyHans Verkuil2008-04-294-13/+15
* V4L/DVB (7755): ivtv: add support for card comments and detected but unsuppor...Hans Verkuil2008-04-293-0/+10
* V4L/DVB (7754): ivtv: change initialization order to fix an oops when device ...Hans Verkuil2008-04-291-17/+16
* media: fix integer as NULL pointer warningsHarvey Harrison2008-04-281-2/+2
* V4L/DVB (7729): Fix VIDIOCGAP corruption in ivtvAlan Cox2008-04-241-1/+2
* V4L/DVB (7591): drivers/media/video: use time_before, time_before_eq, etcJulia Lawall2008-04-243-6/+12
* V4L/DVB (7558): videobuf: Improve command output for debug purposesMauro Carvalho Chehab2008-04-241-0/+3
* V4L/DVB (7535): saa717x: add new audio/video decoder i2c driverHans Verkuil2008-04-242-0/+3
* V4L/DVB (7534): ivtv: the upd* modules have to be probed to properly autodete...Hans Verkuil2008-04-241-3/+9
* V4L/DVB (7378): cleanup variable initializationGuennadi Liakhovetski2008-04-241-2/+2
* V4L/DVB (7341): ivtv: rename tunerhz to tunertypeHans Verkuil2008-04-241-23/+23
OpenPOWER on IntegriCloud