summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bt8xx
Commit message (Expand)AuthorAgeFilesLines
...
* V4L/DVB (6409): Cleanup: removed i2c_vidiocschanNickolay V. Shmyrev2008-01-251-13/+5
* V4L/DVB (6408): Cleanup: Removed obsoleted code from bttv-cardsNickolay V. Shmyrev2008-01-251-0/+1
* V4L/DVB (6384): Replace TDA9887_SET_CONFIG by TUNER_SET_CONFIGMauro Carvalho Chehab2008-01-251-2/+6
* V4L/DVB (6944a): Fix Regression VIDIOCGMBUF ioctl hangs on bttv driverGregor Jasny2008-01-071-3/+1
* V4L/DVB (6797): bt8xx/ section fixesAdrian Bunk2007-12-112-3/+3
* V4L/DVB (6602): V4L: Convert videobuf drivers to videobuf_stopBrandon Philips2007-12-111-4/+1
* 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
* V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab2007-10-221-3/+0
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-2/+2
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-11/+11
* i2c: Remove NOP i2c_algorithm.algo_control() methodsDavid Brownell2007-10-131-7/+0
* V4L/DVB (6316): Change list_for_each+list_entry to list_for_each_entryTrent Piepho2007-10-101-4/+2
* V4L/DVB (6305): V4L: videobuf-core.c avoid NULL dereferences in videobuf-coreBrandon Philips2007-10-101-0/+2
* V4L/DVB (6293): V4L: convert struct class_device to struct deviceKay Sievers2007-10-101-5/+6
* V4L/DVB (6252): Adapt drivers to use the newer videobuf modulesMauro Carvalho Chehab2007-10-095-27/+34
* V4L/DVB (6249): Add Typhoon Tv-Tuner PCI to bttv-cards.cSascha Sommer2007-10-092-0/+19
* V4L/DVB (6125): whitespace cleanup: replace leading spaces with tabsMichael Krufky2007-10-091-11/+11
* V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab2007-10-095-5/+0
* V4L/DVB (5899): bttv: Fix Viewcast Osprey 440 supportTrent Piepho2007-07-301-104/+134
* V4L/DVB (5861): Use msecs_to_jiffies instead of HZ on bttv, cx88 and saa7134Mauro Carvalho Chehab2007-07-203-4/+4
* V4L/DVB (5819): Cleanup: reorder some includesMauro Carvalho Chehab2007-07-181-1/+1
* V4L/DVB (5807): Bttv: Add support for DBG_[SG]_REGISTER ioctlsTrent Piepho2007-07-181-0/+22
* V4L/DVB (5806): Bttv: Be consistent in using symbolic names instead of constantsTrent Piepho2007-07-181-182/+182
* V4L/DVB (5805): Bttv: Fix problems with probing for non-existent tunersTrent Piepho2007-07-181-14/+14
* V4L/DVB (5803): Bttv: add support for DViCO FusionHDTV 2Michael Krufky2007-07-182-0/+20
* V4L/DVB (5785): Revisited: 3dfx Voodoo TV 200 (US)Wade Berrier2007-07-183-5/+41
* V4L/DVB (5698): Input: drivers/media - switch to using input_dev->dev.parentDmitry Torokhov2007-07-181-1/+1
* V4L/DVB (5808): Bttv: fix v4l1 breaking the driverTrent Piepho2007-07-031-7/+6
* V4L/DVB (5497): Additional card support for bttv driverScott Alfter2007-04-272-0/+27
* V4L/DVB (5482): Bttv: automatically load dvb-bt8xx for bttv cards with dvbJarod Wilson2007-04-272-2/+25
* V4L/DVB (5479): Use ARRAY_SIZE instead of a magic numberMauro Carvalho Chehab2007-04-271-1/+1
* V4L/DVB (5477): CodingStyle cleanups on for loops at bttv-cards.cMauro Carvalho Chehab2007-04-271-12/+10
* V4L/DVB (5476): Fix gpiomux array sizeMauro Carvalho Chehab2007-04-271-3/+3
* V4L/DVB (5278): Bt8xx/: possible cleanupsAdrian Bunk2007-04-273-76/+0
* V4L/DVB (5156): Fix: dma free is being called with wrong argumentsMichael Schimek2007-02-212-2/+2
* V4L/DVB (5077): Bttv cropping supportMichael Schimek2007-02-214-238/+1278
* V4L/DVB (5061): Bt8xx: add support for Ultraview DVB-T LiteMichael Krufky2007-02-211-0/+1
* V4L/DVB (5025): Cleanup: switch to using msecs_to_jiffies() on bttvDmitry Torokhov2007-02-211-9/+5
* V4L/DVB (5017): DVB: fix compile errorAdrian Bunk2007-02-211-2/+2
* V4L/DVB (5012a): Remove some unused code from kernel mainstreamMauro Carvalho Chehab2007-02-211-22/+0
* V4L/DVB (4961): Add support for the ASUS P7131 remote controlHermann Pitton2007-02-213-151/+21
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] mark struct file_operations const 4Arjan van de Ven2007-02-121-2/+2
* V4L/DVB (4997): Bttv: delete duplicated ioremap()Akinobu Mita2006-12-271-2/+2
* Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2006-12-121-5/+1
|\
| * i2c: Discard the i2c algo del_bus wrappersJean Delvare2006-12-101-5/+1
* | V4L/DVB (4854): Handle errors from input_register_device()Dmitry Torokhov2006-12-101-44/+57
* | V4L/DVB (4825): FIX bug 5760: audio were not working on some bttv driversMauro Carvalho Chehab2006-12-101-1/+1
|/
OpenPOWER on IntegriCloud