summaryrefslogtreecommitdiffstats
path: root/drivers/media/video
Commit message (Expand)AuthorAgeFilesLines
* fix wrong sized spinlock flags argumentDaniel Walker2008-01-171-2/+1
* V4L/DVB (6999): ivtv: stick to udelay=10 after allHans Verkuil2008-01-111-4/+0
* V4L/DVB (6916): ivtv: udelay has to be changed *after* the eeprom was read, n...Hans Verkuil2008-01-072-4/+5
* V4L/DVB (6944a): Fix Regression VIDIOCGMBUF ioctl hangs on bttv driverGregor Jasny2008-01-071-3/+1
* V4L/DVB (6876): ivtv: mspx4xx needs a longer i2c udelayHans Verkuil2007-12-241-0/+3
* V4L/DVB (6871): Kconfig: VIDEO_CX23885 must select DVB_LGDT330XMichael Krufky2007-12-241-0/+1
* V4L/DVB (6819): i2c: fix drivers/media/video/bt866.cAndrew Morton2007-12-131-1/+0
* V4L/DVB (6798): saa7134: enable LNA in analog mode for Hauppauge WinTV HVR-1110Michael Krufky2007-12-131-0/+1
* V4L/DVB (6803): buf-core.c locking fixesAdrian Bunk2007-12-131-2/+2
* V4L/DVB (6609): Re-adds lock safe videobuf_read_startMauro Carvalho Chehab2007-12-121-1/+13
* V4L/DVB (6797): bt8xx/ section fixesAdrian Bunk2007-12-112-3/+3
* V4L/DVB (6796): ivtv/ section fixAdrian Bunk2007-12-112-2/+2
* V4L/DVB (6746): saa7134-dvb: fix tuning for WinTV HVR-1110Benoit Istin2007-12-111-0/+1
* V4L/DVB (6751): V4L: Memory leak! Fix count in videobuf-vmalloc mmapBrandon Philips2007-12-111-3/+3
* V4L/DVB (6690): saa7134: fix ignored interruptsHeikki Lindholm2007-12-112-11/+13
* V4L/DVB (6686): saa7134: fix composite over s-video input on the Tevion MD 9717Hermann Pitton2007-12-111-1/+1
* V4L/DVB (6684): Complement va_start() with va_end() + style fixesRichard Knutsson2007-12-112-7/+11
* V4L/DVB (6666): saa7134-alsa: fix period handlingHeikki Lindholm2007-12-111-3/+10
* V4L/DVB (6602): V4L: Convert videobuf drivers to videobuf_stopBrandon Philips2007-12-116-20/+6
* V4L/DVB (6601): V4L: videobuf-core locking fixes and commentsBrandon Philips2007-12-111-89/+158
* V4L/DVB (6581): Fix: avoids negative vma usage countMauro Carvalho Chehab2007-12-111-1/+3
* V4L/DVB (6542): Fix S-video mode on tvp5150Mauro Carvalho Chehab2007-12-111-0/+11
* V4L/DVB (6540): em28xx: fix failing autodetection after the rebootSascha Sommer2007-12-111-1/+2
* V4L/DVB (6485): ivtv: fix compile warningHans Verkuil2007-12-111-1/+1
* V4L/DVB (6548): pvrusb2: Fix oops on module removalMike Isely2007-11-041-3/+2
* V4L/DVB (6547): V4L: remove PCI from VIDEO_VIVI dependsBrandon Philips2007-11-041-1/+1
* V4L/DVB (6532): Add the remaining addresses for tda9887Mauro Carvalho Chehab2007-11-041-2/+3
* V4L/DVB (6531): Fix a regression caused by commit 153962364dc6fa4a24571885fbe...Ludovico Cavedon2007-11-041-0/+1
* V4L/DVB (6518): Fix tvp5150 default valuesMauro Carvalho Chehab2007-11-041-8/+8
* V4L/DVB (6514): em28xx: Include linux/mm.hTrent Piepho2007-11-041-0/+1
* V4L/DVB (6506): saa7134-alsa: Fix mmap supportAlexander E. Patrakov2007-11-041-1/+15
* V4L/DVB (6504): pvrusb2: Remove dead sysfs codeMike Isely2007-11-041-8/+0
* V4L/DVB (6503): pvrusb2: Fix associativity logic errorRoel Kluin2007-11-041-1/+1
* V4L/DVB (6479): use input functions, should depend on INPUTRandy Dunlap2007-11-044-4/+4
* V4L/DVB (6432): tuner: fix CONFIG_TUNER_TEA5761=mAdrian Bunk2007-11-041-5/+1
* V4L/DVB (6407): planb: fix obvious interrupt handling bugsJeff Garzik2007-11-041-4/+4
* V4L/DVB (6406): saa7134: fix analog audio in on medion md8800 quadrohermann pitton2007-11-041-2/+2
* V4L/DVB (6395): cafe_ccic: Add a pointer to the data sheetJonathan Corbet2007-11-041-0/+3
* V4L/DVB (6394): Fix a cafe_ccic resume bugJonathan Corbet2007-11-041-0/+3
* V4L/DVB (6392): bttv: Update initial image size when set via V4L1 VIDIOCMCAPTURETrent Piepho2007-11-041-0/+2
* V4L/DVB (6391): bttv: SPICT ioctl doesn't work with vlcTrent Piepho2007-11-041-4/+0
* cleanup asm/scatterlist.h includesAdrian Bunk2007-11-021-1/+1
* [MEDIA] IVTV: exit_ivtv_i2c() cannot be __devexitDavid Miller2007-10-312-2/+2
* SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-242-11/+5
* [PATCH] Fix breakage after SG cleanupsRalf Baechle2007-10-232-0/+2
* Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2007-10-2260-629/+490
|\
| * V4L/DVB (6382): saa7134: fix NULL dereference at suspend time for cards witho...Matthias Schwarzott2007-10-221-1/+3
| * V4L/DVB (6380): ivtvfb: Removal of the 'osd_compat' module optionIan Armstrong2007-10-221-55/+18
| * V4L/DVB (6379): patch which improves GotView Saa7135 remote controlPedro2007-10-221-3/+22
| * V4L/DVB (6357): pvrusb2: Improve encoder chip health trackingMike Isely2007-10-223-5/+15
OpenPOWER on IntegriCloud