summaryrefslogtreecommitdiffstats
path: root/drivers/media/video
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] struct path: convert v4lJosef Sipek2006-12-083-4/+4
* [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-074-2/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-0510-25/+24
|\
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2006-12-016-15/+10
| |\
| | * usb: zc0301_core free urb cleanupMariusz Kozlowski2006-12-011-1/+1
| | * usb: quickcam_messenger free urb cleanupMariusz Kozlowski2006-12-011-2/+1
| | * usb: sn9c102_core free urb cleanupMariusz Kozlowski2006-12-011-1/+1
| | * usb: pwc-if free urb cleanupMariusz Kozlowski2006-12-011-2/+1
| | * usb: pvrusb2-io free urb cleanupMariusz Kozlowski2006-12-011-1/+1
| | * usb: pvrusb2-hdw free unlink urb cleanupMariusz Kozlowski2006-12-011-6/+4
| | * USB: pwc-if loop fixMariusz Kozlowski2006-12-011-2/+1
| * | BUG_ON conversion for drivers/media/video/pwc/pwc-if.cEric Sesterhenn2006-11-301-2/+1
| * | Fix misc Kconfig typosMatt LaPlante2006-11-301-1/+1
| |/
| * V4L/DVB (4885): Improve saa711x checkHans Verkuil2006-11-261-2/+7
| * V4L/DVB (4865): Fix: Slot 0 not NULL on disconnecting SN9C10x PC CameraLuca Risolia2006-11-262-4/+2
| * V4L/DVB (4849): Add missing spin_unlock to saa6588 decoder driverIra Snyder2006-11-261-1/+3
* | WorkStruct: make allyesconfigDavid Howells2006-11-226-18/+42
|/
* [dvb saa7134] Fix missing 'break' for avermedia card caseLinus Torvalds2006-11-131-0/+1
* V4L/DVB (4817): Fix uses of "&&" where "&" was intendedJean Delvare2006-11-132-2/+2
* V4L/DVB (4816): Change tuner type for Avermedia A16ARpasky@ucw.cz2006-11-131-1/+1
* V4L/DVB (4815): Remote support for Avermedia A16ARpasky@ucw.cz2006-11-132-2/+2
* V4L/DVB (4814): Remote support for Avermedia 777pasky@ucw.cz2006-11-132-0/+9
* V4L/DVB (4804): Fix missing i2c dependency for saa7110Mauro Carvalho Chehab2006-11-131-1/+1
* V4L/DVB (4802): Cx88: fix remote control on WinFast 2000XP ExpertHermann Pitton2006-11-131-2/+8
* V4L/DVB (4770): Fix mode switch of Compro Videomate T300Hartmut Hackmann2006-11-021-0/+2
* V4L/DVB (4786): Pvrusb2: use NULL instead of 0Randy Dunlap2006-11-022-4/+4
* V4L/DVB (4744): The Samsung TCPN2121P30A does not have a tda9887Hans Verkuil2006-10-141-1/+0
* V4L/DVB (4743): Fix oops in VIDIOC_G_PARMJonathan Corbet2006-10-141-2/+9
* V4L/DVB (4742): Drivers/media/video: handle sysfs errorsJeff Garzik2006-10-143-32/+117
* V4L/DVB (4741): {ov511,stv680}: handle sysfs errorsJeff Garzik2006-10-142-21/+90
* V4L/DVB (4740): Fixed an if-block to avoid floating with debug-messagesEnrico Scholz2006-10-141-2/+3
* V4L/DVB (4739): SECAM support for saa7113 into saa7115Pádraig Brady2006-10-141-0/+2
* V4L/DVB (4731a): Kconfig: restore pvrusb2 menu itemsMichael Krufky2006-10-141-0/+2
* V4L/DVB (4729): Fix VIDIOC_G_FMT for NTSC in cx25840.Hans Verkuil2006-10-141-6/+19
* V4L/DVB (4727): Support status readout for saa713x based FM radioHartmut Hackmann2006-10-141-1/+5
* V4L/DVB (4725): Fix vivi compile on pariscMatthew Wilcox2006-10-141-6/+6
* V4L/DVB (4692): Add WinTV-HVR3000 DVB-T supportSteven Toth2006-10-143-0/+40
* [PATCH] em28xx NULL noise removalAl Viro2006-10-101-1/+1
* Various drivers' irq handlers: kill dead code, needless castsJeff Garzik2006-10-061-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-0532-44/+41
* V4L/DVB (4708): Add tveeprom support for Philips FM1236/FM1216ME MK5Hans Verkuil2006-10-041-2/+2
* V4L/DVB (4707): 4linux: complete conversion to hotplug safe PCI APIAlan Cox2006-10-042-13/+18
* V4L/DVB (4704): SAA713x: fixed compile warning in SECAM fixupHartmut Hackmann2006-10-041-3/+6
* V4L/DVB (4703): Add support for the ASUS EUROPA2 OEM boardHartmut Hackmann2006-10-043-0/+48
* V4L/DVB (4702): Fix: set antenna input for DVB-T for Asus P7131 Dual hybridHermann Pitton2006-10-041-2/+30
* V4L/DVB (4701): Saa713x audio fixesHartmut Hackmann2006-10-043-56/+95
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-10-033-4/+4
|\
| * Still more typo fixesMatt LaPlante2006-10-031-1/+1
| * Fix several typos in drivers/Matt LaPlante2006-10-031-1/+1
| * remove mentionings of devfs in documentationAdrian Bunk2006-10-031-2/+2
OpenPOWER on IntegriCloud