aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-01-13V4L/DVB (3357): Build cx88-alsa when CONFIG_VIDEO_CX88_ALSA is selected.Michael Krufky1-0/+1
2006-01-13V4L/DVB (3356): Include missing MODULE_* macrosMauro Carvalho Chehab1-0/+4
2006-01-13V4L/DVB (3354e): bttv semaphore to mutex conversionIngo Molnar2-32/+33
2006-01-13V4L/DVB (3354a): Remove old MODULE_PARM in media/video/Eric Sesterhenn / snakebyte4-11/+11
2006-01-13V4L/DVB (3355): removed uneeded init on structs like static int foo=0Mauro Carvalho Chehab9-31/+30
2006-01-12V4L/DVB (3354): VIDEO_SAA7134_ALSA shouldn't select SND_PCM_OSSAdrian Bunk1-1/+1
2006-01-12V4L/DVB (3352): Some fixes to compat_ioctl32Guy Martin1-112/+259
2006-01-12V4L/DVB (3349): Add PCI ID for UltraView DVB-T Plus, rebranded DViCO FusionHDTV DVB-T PlusMichael Krufky1-0/+5
2006-01-12V4L/DVB (3348): debug renamed to cx25840_debugHans Verkuil1-8/+8
2006-01-11V4L/DVB (3347): Fixes some bad global variablesHans Verkuil3-14/+14
2006-01-11V4L/DVB (3345): Fixes some bad global variablesMauro Carvalho Chehab10-179/+179
2006-01-11V4L/DVB (3344f): Stradis Kconfig url changedJiri Slaby1-1/+1
2006-01-11V4L/DVB (3344e): Stradis LindentJiri Slaby1-414/+389
2006-01-11V4L/DVB (3344d): Stradis video little cleanupJiri Slaby1-102/+68
2006-01-11V4L/DVB (3344c): Pci probing for stradis driverJiri Slaby2-85/+113
2006-01-11V4L/DVB (3344b): don't ignore return from i2c_add_driver() for tuner-3036Arthur Othieno1-2/+1
2006-01-11V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris59-186/+87
2006-01-11V4L/DVB (3344): Enable microtune for Pinnacle 300i boardsRicardo Cerqueira1-1/+1
2006-01-11V4L/DVB (3342): More whitespace cleanup in bttv-cards.cMichael Krufky1-1/+1
2006-01-11V4L/DVB (3341): whitespace cleanup: insert missing space before curly bracketsMichael Krufky1-141/+141
2006-01-11V4L/DVB (3340): Add bttv card MagicTV (rebranded MachTV)Julian Calaby3-0/+30
2006-01-11V4L/DVB (3339): Activate remote control on HVR1100Chris Pascoe1-0/+1
2006-01-09V4L/DVB (3329): cx88_subids whitespace cleanupChris Pascoe1-4/+4
2006-01-09V4L/DVB (3326): Fix stereo and standard reporting of msp3400 (esp. for radio)Hans Verkuil4-59/+100
2006-01-09V4L/DVB (3324): msp3400 audio handling bug fixes.Hans Verkuil3-80/+156
2006-01-09V4L/DVB (3317): msp3400: use v4l2_std_id and determine chip capabilities.Hans Verkuil3-78/+98
2006-01-09V4L/DVB (3315): Use correct AGC settings for DNTV Live! DVB-T ProChris Pascoe1-3/+26
2006-01-09V4L/DVB (3311): DViCO FusionHDTV DVB-T Dual Digital PCI supportChris Pascoe3-0/+58
2006-01-09V4L/DVB (3309): SAA7134: GPIO IRQ improvementsPeter Missel2-28/+72
2006-01-09V4L/DVB (3307): Some cleanups at I2C modulesMauro Carvalho Chehab16-43/+30
2006-01-09V4L/DVB (3305): Replaces old debug msgs to newer onesMauro Carvalho Chehab2-52/+49
2006-01-09V4L/DVB (3303): Both AverTV Studio 303 cards #6 and #36 use the same IR programming.George Gazurkoff1-0/+1
2006-01-09V4L/DVB (3296): Fixes a bug at compat_ioctl32 kernel moduleGuy Martin1-1/+1
2006-01-09V4L/DVB (3295): Add analog support for LifeView FlyDVB Trio.Peter Missel2-0/+42
2006-01-09V4L/DVB (3294): Add Kworld/Vstream Xpert DVB-T card with cx22702 tuner.Manenti Marco3-1/+30
2006-01-09V4L/DVB (3293): Added digital support for cx88 (cx88-alsa)Mauro Carvalho Chehab4-6/+872
2006-01-09V4L/DVB (3292): Fix signed/unsigned bug in brightness handling of cx25840Hans Verkuil1-1/+1
2006-01-09V4L/DVB (3291): Fix signed/unsigned bug in hue handlingHans Verkuil1-1/+1
2006-01-09V4L/DVB (3280): Added VIDIOC_QUERYCTRL to saa7115Hans Verkuil1-0/+55
2006-01-09V4L/DVB (3279): Added VIDIOC_QUERYCTRL to cx25840.Hans Verkuil4-19/+117
2006-01-09V4L/DVB (3278): convert diagnostics over to the new v4l2-common.h macros.Hans Verkuil13-264/+183
2006-01-09V4L/DVB (3277): Fix incorrect filename reference in top commentsMichael Krufky1-1/+1
2006-01-09V4L/DVB (3276): Added new diagnositics macros, convert msp3400 to the new macros.Hans Verkuil3-65/+1046
2006-01-09V4L/DVB (3275): Split msp3400.c into msp3400-driver.c and msp3400-kthreads.cHans Verkuil4-2296/+1266
2006-01-09V4L/DVB (3271): more cleanups, simplify volume/balance/bass/treble handlingHans Verkuil1-370/+272
2006-01-09V4L/DVB (3269): ioctls cleanups.Michael Krufky26-276/+240
2006-01-09V4L/DVB (3261): msp3400.c cleanup (almost all cosmetic)Hans Verkuil1-697/+709
2006-01-09V4L/DVB (3257): Add missing audiochip.h include.Hans Verkuil1-0/+1
2006-01-09V4L/DVB (3256): When in radio mode ignore VIDIOC_G_TUNERHans Verkuil3-21/+32
2006-01-09V4L/DVB (3255): When in radio mode don't do anything with VIDIOC_G_TUNER.Hans Verkuil1-2/+2