summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* V4L/DVB (5479): Use ARRAY_SIZE instead of a magic numberMauro Carvalho Chehab2007-04-275-5/+6
* V4L/DVB (5478): Use ARRAY_SIZE and a cleaner logic for initializing tunerMauro Carvalho Chehab2007-04-271-5/+14
* 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 (5474): SN9C1xx driver updatesLuca Risolia2007-04-2717-237/+1223
* V4L/DVB (5471): Cpia_pp.c: convert to module_{init,exit}Adrian Bunk2007-04-271-40/+6
* V4L/DVB (5469): Add raw bayer support to the ov7670 driverJonathan Corbet2007-04-271-6/+24
* V4L/DVB (5469a): Copyright and maintainer tweaksJonathan Corbet2007-04-273-0/+15
* V4L/DVB (5468): Don't mirror ov7670 images by defaultJonathan Corbet2007-04-271-1/+1
* V4L/DVB (5467): Add suspend/resume support to the Cafe CCICJonathan Corbet2007-04-271-1/+44
* V4L/DVB (5466): Fix up some Cafe CCIC delay issuesJonathan Corbet2007-04-271-6/+13
* V4L/DVB (5465): Remove an obsolete PCI IDJonathan Corbet2007-04-271-1/+0
* V4L/DVB (5464): Set the PCI device in the V4L2 deviceJonathan Corbet2007-04-271-0/+1
* V4L/DVB (5462): Add Logitech ViewPort AV 100Mauro Carvalho Chehab2007-04-271-3/+7
* V4L/DVB (5461): Pwc: cisco VT Camera supportJean Tourrilhes2007-04-271-0/+4
* V4L/DVB (5459): M920x: add support for Anubis Electronics / MSI Digi Vox Mini IIPierre Willenbrock2007-04-272-1/+84
* V4L/DVB (5458): Tda1004x: add ts_mode option to config structHartmut Hackmann2007-04-272-2/+17
* V4L/DVB (5457): Dvb-pll: Replace sleep function with a more capable oneTrent Piepho2007-04-272-30/+26
* V4L/DVB (5456): Dvb-pll: Move IF frequency from per-band data to per-tuner dataTrent Piepho2007-04-272-105/+124
* V4L/DVB (5455): Dvb-pll: Adjust rounding to be consistentTrent Piepho2007-04-271-73/+75
* V4L/DVB (5452): Cx88: merge identical boardsTrent Piepho2007-04-271-18/+2
* V4L/DVB (5449): M920x: add error messages for debugging purposesPierre Willenbrock2007-04-271-2/+8
* V4L/DVB (5448): M920x: rename megasky_identify_state to m920x_identify_stateAapo Tahkola2007-04-271-5/+5
* V4L/DVB (5446): Renamed ASUStek P7131 card [1043:4876]Hartmut Hackmann2007-04-274-10/+10
* V4L/DVB (5445): Added / corrected support for some ASUS hybrid boardsHartmut Hackmann2007-04-274-2/+111
* V4L/DVB (5444): Saa7134-dvb fix sleep function of the fmd1216 tuner.Hartmut Hackmann2007-04-271-1/+1
* V4L/DVB (5443): Saa7134: put tuner to sleep mode after board initializationHartmut Hackmann2007-04-271-0/+3
* V4L/DVB (5440): Dvb-ttpci: Infrared remote initialization fixOliver Endriss2007-04-271-1/+1
* V4L/DVB (5438): Fix ivtv yuv threshold handlingIan Armstrong2007-04-273-5/+7
* V4L/DVB (5437): Update cx23415 documentationIan Armstrong2007-04-272-7/+17
* V4L/DVB (5436): Fix TV output initializationHans Verkuil2007-04-271-1/+1
* V4L/DVB (5434): Updates to the tveeprom tuner, video decoder and audio chipSteven Toth2007-04-271-3/+40
* V4L/DVB (5432): Cx88: whitespace cleanupMichael Krufky2007-04-271-4/+4
* V4L/DVB (5431): Cx88: autodetect ADS Tech InstantTV DVB-SMichael Krufky2007-04-272-1/+5
* V4L/DVB (5428): M920x: Detect zero-length I2C messages and fix a typoTrent Piepho2007-04-271-2/+7
* V4L/DVB (5427): M920x: Improve I2C operationsTrent Piepho2007-04-272-33/+47
* V4L/DVB (5426): M920x: remove unneeded codeAapo Tahkola2007-04-271-1/+0
* V4L/DVB (5425): M920x: rework driver code to allow for different devicesAapo Tahkola2007-04-271-23/+28
* V4L/DVB (5424): Fix i2c implementation for gl861 and au6610Aapo Tahkola2007-04-272-6/+6
* V4L/DVB (5423): M920x: i2c cleanupsAapo Tahkola2007-04-272-50/+51
* V4L/DVB (5420): Initialize the inputs before registering the devices.Hans Verkuil2007-04-271-40/+37
* V4L/DVB (5419): Add comment how the speed field is interpreted.Hans Verkuil2007-04-271-0/+5
* V4L/DVB (5418): Speed is a signed 32-bit integer, not unsigned.Hans Verkuil2007-04-271-1/+1
* V4L/DVB (5417): First unregister the driver, and then free the memory.Hans Verkuil2007-04-271-1/+2
* V4L/DVB (5416): Use pci_register_driver instead of pci_module_init in ivtv.Hans Verkuil2007-04-271-1/+1
* V4L/DVB (5414): Add missing kfree in early exit of saa7115.Hans Verkuil2007-04-271-0/+1
* V4L/DVB (5413): Use spin_lock_init to fix lockdep warnings.Hans Verkuil2007-04-271-2/+2
* V4L/DVB (5412): Fix VIDIOC_TRY_ENCODER_CMD and VIDEO_TRY_COMMANDHans Verkuil2007-04-271-0/+19
* V4L/DVB (5411): Use v4l_printk_ioctl for debugHans Verkuil2007-04-271-152/+104
* V4L/DVB (5410): Add VIDIOC_G/S_PRIORITY support to ivtv.Hans Verkuil2007-04-273-0/+42
OpenPOWER on IntegriCloud