summaryrefslogtreecommitdiff
path: root/drivers/media/video/bt8xx
AgeCommit message (Expand)AuthorFilesLines
2008-01-26V4L/DVB (6416): Split hooks on volume and audio mode and rework their handlingNickolay V. Shmyrev6-206/+144
2008-01-26V4L/DVB (6415): Restructurize volume hook and drop unused mute hookNickolay V. Shmyrev2-43/+17
2008-01-26V4L/DVB (6414): Remove bass, treble and balance from audio hook since they ar...Nickolay V. Shmyrev1-30/+0
2008-01-26V4L/DVB (6413): Forward VIDIOCGAUDIO and VIDIOCSAUDIO through v4l1-compatNickolay V. Shmyrev1-41/+0
2008-01-26V4L/DVB (6412): Audio hooks moved to another fileMauro Carvalho Chehab6-399/+420
2008-01-26V4L/DVB (6411): remove V4L1 from being compiled when V4L2 only is selectedMauro Carvalho Chehab2-72/+24
2008-01-26V4L/DVB (6410): Partial conversion from V4L1 to V4L2Nickolay V. Shmyrev3-538/+131
2008-01-26V4L/DVB (6409): Cleanup: removed i2c_vidiocschanNickolay V. Shmyrev1-13/+5
2008-01-26V4L/DVB (6408): Cleanup: Removed obsoleted code from bttv-cardsNickolay V. Shmyrev1-0/+1
2008-01-26V4L/DVB (6384): Replace TDA9887_SET_CONFIG by TUNER_SET_CONFIGMauro Carvalho Chehab1-2/+6
2008-01-07V4L/DVB (6944a): Fix Regression VIDIOCGMBUF ioctl hangs on bttv driverGregor Jasny1-3/+1
2007-12-12V4L/DVB (6797): bt8xx/ section fixesAdrian Bunk2-3/+3
2007-12-11V4L/DVB (6602): V4L: Convert videobuf drivers to videobuf_stopBrandon Philips1-4/+1
2007-11-05V4L/DVB (6392): bttv: Update initial image size when set via V4L1 VIDIOCMCAPTURETrent Piepho1-0/+2
2007-11-05V4L/DVB (6391): bttv: SPICT ioctl doesn't work with vlcTrent Piepho1-4/+0
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+1
2007-10-22V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab1-3/+0
2007-10-20Convert files to UTF-8 and some cleanupsJan Engelhardt1-2/+2
2007-10-20Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-11/+11
2007-10-14i2c: Remove NOP i2c_algorithm.algo_control() methodsDavid Brownell1-7/+0
2007-10-10V4L/DVB (6316): Change list_for_each+list_entry to list_for_each_entryTrent Piepho1-4/+2
2007-10-10V4L/DVB (6305): V4L: videobuf-core.c avoid NULL dereferences in videobuf-coreBrandon Philips1-0/+2
2007-10-10V4L/DVB (6293): V4L: convert struct class_device to struct deviceKay Sievers1-5/+6
2007-10-10V4L/DVB (6252): Adapt drivers to use the newer videobuf modulesMauro Carvalho Chehab5-27/+34
2007-10-10V4L/DVB (6249): Add Typhoon Tv-Tuner PCI to bttv-cards.cSascha Sommer2-0/+19
2007-10-10V4L/DVB (6125): whitespace cleanup: replace leading spaces with tabsMichael Krufky1-11/+11
2007-10-10V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab5-5/+0
2007-07-30V4L/DVB (5899): bttv: Fix Viewcast Osprey 440 supportTrent Piepho1-104/+134
2007-07-21V4L/DVB (5861): Use msecs_to_jiffies instead of HZ on bttv, cx88 and saa7134Mauro Carvalho Chehab3-4/+4
2007-07-18V4L/DVB (5819): Cleanup: reorder some includesMauro Carvalho Chehab1-1/+1
2007-07-18V4L/DVB (5807): Bttv: Add support for DBG_[SG]_REGISTER ioctlsTrent Piepho1-0/+22
2007-07-18V4L/DVB (5806): Bttv: Be consistent in using symbolic names instead of constantsTrent Piepho1-182/+182
2007-07-18V4L/DVB (5805): Bttv: Fix problems with probing for non-existent tunersTrent Piepho1-14/+14
2007-07-18V4L/DVB (5803): Bttv: add support for DViCO FusionHDTV 2Michael Krufky2-0/+20
2007-07-18V4L/DVB (5785): Revisited: 3dfx Voodoo TV 200 (US)Wade Berrier3-5/+41
2007-07-18V4L/DVB (5698): Input: drivers/media - switch to using input_dev->dev.parentDmitry Torokhov1-1/+1
2007-07-03V4L/DVB (5808): Bttv: fix v4l1 breaking the driverTrent Piepho1-7/+6
2007-04-27V4L/DVB (5497): Additional card support for bttv driverScott Alfter2-0/+27
2007-04-27V4L/DVB (5482): Bttv: automatically load dvb-bt8xx for bttv cards with dvbJarod Wilson2-2/+25
2007-04-27V4L/DVB (5479): Use ARRAY_SIZE instead of a magic numberMauro Carvalho Chehab1-1/+1
2007-04-27V4L/DVB (5477): CodingStyle cleanups on for loops at bttv-cards.cMauro Carvalho Chehab1-12/+10
2007-04-27V4L/DVB (5476): Fix gpiomux array sizeMauro Carvalho Chehab1-3/+3
2007-04-27V4L/DVB (5278): Bt8xx/: possible cleanupsAdrian Bunk3-76/+0
2007-02-21V4L/DVB (5156): Fix: dma free is being called with wrong argumentsMichael Schimek2-2/+2
2007-02-21V4L/DVB (5077): Bttv cropping supportMichael Schimek4-238/+1278
2007-02-21V4L/DVB (5061): Bt8xx: add support for Ultraview DVB-T LiteMichael Krufky1-0/+1
2007-02-21V4L/DVB (5025): Cleanup: switch to using msecs_to_jiffies() on bttvDmitry Torokhov1-9/+5
2007-02-21V4L/DVB (5017): DVB: fix compile errorAdrian Bunk1-2/+2
2007-02-21V4L/DVB (5012a): Remove some unused code from kernel mainstreamMauro Carvalho Chehab1-22/+0
2007-02-21V4L/DVB (4961): Add support for the ASUS P7131 remote controlHermann Pitton3-151/+21