aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-07-02[PATCH] irq-flags: media: Use the new IRQF_ constantsThomas Gleixner15-15/+15
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds38-38/+4
2006-06-30V4L/DVB (4290): Add support for the TCL M2523_3DB_E tuner.Hans Verkuil1-1/+1
2006-06-30V4L/DVB (4289): Missing statement in drivers/media/dvb/frontends/cx22700.cEric Sesterhenn1-0/+1
2006-06-30V4L/DVB (4288): Clean out a zillion sparse warnings in pvrusb2Mike Isely19-105/+105
2006-06-30V4L/DVB (4287): Pvrusb2/: possible cleanupsAdrian Bunk11-195/+74
2006-06-30V4L/DVB (4285): Cx88: add support for Geniatech Digistar / Digiwave 103gSaqeb Akhter3-0/+48
2006-06-30V4L/DVB (4284): Cx24123: fix set_voltage function according to the specsSaqeb Akhter1-2/+2
2006-06-30V4L/DVB (4282): Fix: use swzigzag for swalgoManu Abraham1-1/+2
2006-06-30V4L/DVB (4281): TDA9887_SET_CONFIG should only be handled by the tda9887.Hans Verkuil1-5/+5
2006-06-30V4L/DVB (4277): Fix CI interface on PRO KNC1 cardsAndrew de Quincey1-5/+1
2006-06-30V4L/DVB (4276): Fix CI on old KNC1 DVBC cardsAndrew de Quincey1-0/+9
2006-06-30V4L/DVB (4275): The FE_SET_FRONTEND_TUNE_MODE ioctl always returns EOPNOTSUPPTrent Piepho1-0/+1
2006-06-30V4L/DVB (4274): Eliminate use of tda9887 from pvrusb2 driverMike Isely5-173/+1
2006-06-30V4L/DVB (4273): Always log pvrusb2 device register / unregister eventsMike Isely1-6/+4
2006-06-30V4L/DVB (4272): Fix tveeprom supported standardsMauro Carvalho Chehab1-8/+8
2006-06-30V4L/DVB (4270): Add tda9887-specific tuner configurationHans Verkuil4-13/+105
2006-06-30V4L/DVB (4269): Subject: videocodec: make 1-bit fields unsignedRandy Dunlap2-10/+10
2006-06-30V4L/DVB (4267): Remove all instances of request_module("tda9887")Michael Krufky4-11/+0
2006-06-30V4L/DVB (4264): Cx88-blackbird: implement VIDIOC_QUERYCTRL and VIDIOC_QUERYMENUMichael Krufky3-13/+91
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel34-34/+0
2006-06-30typo fixes: aquire -> acquireAdrian Bunk1-1/+1
2006-06-30typo fixes: bandwith -> bandwidthAdrian Bunk3-3/+3
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds7-38/+1
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds6-18/+20
2006-06-27[PATCH] 64bit resource: fix up printks for resources in video driversGreg Kroah-Hartman6-18/+20
2006-06-27V4L/DVB (4263): Fix warning when compiling on 64 bit machinesMauro Carvalho Chehab1-3/+3
2006-06-27V4L/DVB (4261): Included required header for in-kernel compilationMauro Carvalho Chehab1-0/+1
2006-06-27V4L/DVB (4260): Stradis.c: make 2 functions staticAdrian Bunk1-2/+2
2006-06-27V4L/DVB (4259): Pass an explicit log prefix to cx2341x_log_statusHans Verkuil3-21/+26
2006-06-27V4L/DVB (4257): Fix 64-bit compile warnings.Hans Verkuil2-3/+3
2006-06-27V4L/DVB (4255): Tda9887 default TOP value is 0x10Hans Verkuil1-14/+13
2006-06-27V4L/DVB (4254): Remove obsoleted tuner_debug option.Hans Verkuil1-8/+0
2006-06-27V4L/DVB (4253): IVTV VBI format description too long.Hans Verkuil1-1/+1
2006-06-27V4L/DVB (4252): Remove duplicate 'tda9887' in info messages.Hans Verkuil1-2/+2
2006-06-27V4L/DVB (4245): Reduce the amount of pvrusb2-sourced noise going into the system logMike Isely3-14/+6
2006-06-27V4L/DVB (4244): Implement use of cx2341x module in pvrusb2 driverMike Isely6-295/+304
2006-06-27V4L/DVB (4243): Exploit new V4L control features in pvrusb2Mike Isely2-2/+76
2006-06-27V4L/DVB (4242): Don't suspend encoder when changing its attributes (in pvrusb2)Mike Isely1-11/+1
2006-06-27V4L/DVB (4241): Fix faulty encoder error recovery in pvrusb2Mike Isely1-3/+4
2006-06-27V4L/DVB (4240): Various V4L control enhancements in pvrusb2Mike Isely6-3/+71
2006-06-27V4L/DVB (4239): Handle boolean controls in pvrusb2Mike Isely5-12/+83
2006-06-27V4L/DVB (4238): Make sure flags field is initialized when quering a control in pvrusb2Mike Isely1-0/+1
2006-06-27V4L/DVB (4237): Move LOG_STATUS bracketing to a different part of the pvrusb2 driverMike Isely2-4/+3
2006-06-27V4L/DVB (4236): Rearrange things in pvrusb2 driver in preparation for using cx2341x moduleMike Isely3-70/+83
2006-06-27V4L/DVB (4235): Increase the maximum number of controls that pvrusb2-sysfs.c can handle.Mike Isely1-0/+52
2006-06-27V4L/DVB (4234): Clean up long-standing video format handling mess in pvrusb2-v4l2.cMike Isely1-24/+11
2006-06-27V4L/DVB (4233): Don't print empty enum values in pvrusb2-sysfs.cMike Isely1-0/+1
2006-06-27V4L/DVB (4232): Rearrange things in pvrusb2-encoder in preparation for use of cx2341x moduleMike Isely1-86/+138
2006-06-27V4L/DVB (4231): Include some extra headers that we need.Mike Isely2-1/+3