aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'for-2.6.22' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2007-04-301-1/+4
|\
| * Merge branch 'linux-2.6' into for-2.6.22Paul Mackerras2007-04-30133-1966/+17585
| |\
| * | [POWERPC] Remove old interface find_devicesStephen Rothwell2007-04-241-1/+4
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-04-293-35/+35
|\ \ \ | |_|/ |/| |
| * | meye: make meye use sony-laptop instead of sonypimalattia@linux.it2007-04-283-35/+35
| |/
* | V4L/DVB (5560): Ivtv: fix incorrect bitwise-and for command flags.Hans Verkuil2007-04-271-3/+3
* | V4L/DVB (5557): Cafe_ccic: check return value of pci_enable_deviceTrent Piepho2007-04-271-1/+5
* | V4L/DVB (5554): Fix: vidioc_g_parm were not zeroing the memoryMauro Carvalho Chehab2007-04-271-2/+5
* | V4L/DVB (5552): Plan-b: Switch to refcounting PCI APIAlan Cox2007-04-271-1/+5
* | V4L/DVB (5551): Plan-b: header changeAlan Cox2007-04-271-0/+1
* | V4L/DVB (5548): Fix v4l2 buffer to the lengthLuc Saillard2007-04-271-1/+1
* | V4L/DVB (5547): Add ENUM_FRAMESIZES and ENUM_FRAMEINTERVALS ioctlsLuc Saillard2007-04-279-11/+168
* | V4L/DVB (5530): Usbvision: remove CustomDevice facilityThierry MERLE2007-04-273-223/+64
* | V4L/DVB (5529): Usbvision: remove not needed TUNER_SET_TYPE_ADDR callThierry MERLE2007-04-271-10/+1
* | V4L/DVB (5528): Usbvision: reverting some i2c cleanupsThierry MERLE2007-04-271-23/+40
* | V4L/DVB (5526): Cx88-alsa.c: Use kzallocvignesh.babu@wipro.com2007-04-271-3/+1
* | V4L/DVB (5525): Usbvision: fix confusion over 7-bit vs 8-bit TDDA9887 addressesTrent Piepho2007-04-271-3/+4
* | V4L/DVB (5524): Usbvision: fix TDA9887 detectionThierry MERLE2007-04-271-0/+1
* | V4L/DVB (5523): Usbvision: fix a debug message in usb probe functionThierry MERLE2007-04-271-1/+1
* | V4L/DVB (5522): Usbvision: i2c function cleanupsThierry MERLE2007-04-274-90/+66
* | V4L/DVB (5521): Usb_get_dev were called twice. Removing the extra call.Mauro Carvalho Chehab2007-04-271-2/+0
* | V4L/DVB (5518): Fix a bug on device detectionMauro Carvalho Chehab2007-04-273-0/+7
* | V4L/DVB (5517): Usbvision: store the device database more efficientlyTrent Piepho2007-04-274-182/+89
* | V4L/DVB (5516): Reduce usbvision data sizeMauro Carvalho Chehab2007-04-273-9/+8
* | V4L/DVB (5515): Use a better format to represent usbvision supported boardsMauro Carvalho Chehab2007-04-274-161/+1258
* | V4L/DVB (5507): Pvrusb2: Gather USB bus address info and report itMike Isely2007-04-275-0/+49
* | V4L/DVB (5504): Sn9c102: Make driver V4L2 not V4L1Trent Piepho2007-04-272-16/+16
* | V4L/DVB (5503): Sn9c102: declare constant byte sequences as static constTrent Piepho2007-04-271-3/+3
* | V4L/DVB (5502): Sn9c102: more efficient register writing codeTrent Piepho2007-04-2713-537/+320
* | V4L/DVB (5497): Additional card support for bttv driverScott Alfter2007-04-272-0/+27
* | V4L/DVB (5492): Remove useless includes of i2c-algo-bit.hJean Delvare2007-04-273-3/+0
* | V4L/DVB (5491): Cx88: Support the DTV1000 T analog inputsJean Delvare2007-04-271-0/+6
* | V4L/DVB (5490): Drivers/media/video/se401.c: check kmalloc() return value.Amit Choudhary2007-04-271-2/+34
* | V4L/DVB (5489): Codec.c: check kmalloc() return value.Amit Choudhary2007-04-271-0/+3
* | V4L/DVB (5488): Replace DMA magic mask for its aliasesMauro Carvalho Chehab2007-04-273-3/+3
* | V4L/DVB (5486): Add support for remote of Asustech P7131 Hybrid LNAEd Vipas2007-04-271-0/+1
* | V4L/DVB (5485): Tda827x: delayed probing of tuner versionHartmut Hackmann2007-04-271-0/+2
* | V4L/DVB (5484): Set tda8290 to analog mode after initHartmut Hackmann2007-04-271-2/+6
* | V4L/DVB (5482): Bttv: automatically load dvb-bt8xx for bttv cards with dvbJarod Wilson2007-04-272-2/+25
* | V4L/DVB (5481): Fix audio input for AverTv Go 007Damian Minkov2007-04-271-2/+2
* | V4L/DVB (5480): Fix cx88_print_irqbits calls to use ARRAY_SIZEMauro Carvalho Chehab2007-04-275-8/+11
* | 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-2715-210/+1184
* | 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-272-0/+3
* | V4L/DVB (5468): Don't mirror ov7670 images by defaultJonathan Corbet2007-04-271-1/+1