summaryrefslogtreecommitdiffstats
path: root/drivers/media/video
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (3123a): remove uneeded #if from V4L subsystemMauro Carvalho Chehab2006-01-0916-92/+0
* V4L/DVB (3123): include reorder to be in sync with V4L treeMauro Carvalho Chehab2006-01-092-4/+4
* V4L/DVB (3118): Enable remote control on AVERTV STUDIO 303George Gazurkoff2006-01-091-0/+55
* V4L/DVB (3117): Fix broken TV standard check.Hans Verkuil2006-01-091-3/+4
* V4L/DVB (3116): tda9887 improvements: better defaults, better configurability.Hans Verkuil2006-01-091-32/+132
* V4L/DVB (3115): Add missing VIDEO_ADV_DEBUG config option.Hans Verkuil2006-01-091-1/+8
* V4L/DVB (3112): Several fixes for Hauppauge Roselyn Design (blackbird)Steven Toth2006-01-094-3/+24
* V4L/DVB (3110): Replace all uses of pci_module_init with pci_register_driverOtavio Salvador2006-01-092-2/+2
* V4L/DVB (3108): tveeprom cleanup of hardcoded tuner format values.Steven Toth2006-01-091-12/+12
* V4L/DVB (3105): Remove AUDC_CONFIG_PINNACLE horror, fix mt20xx radio support.Hans Verkuil2006-01-096-62/+20
* V4L/DVB (3104): MSP3400 miscelaneous fixesMauro Carvalho Chehab2006-01-091-56/+20
* V4L/DVB (3103): Add VIDIOC_LOG_STATUS to tuner-core.cHans Verkuil2006-01-092-1/+36
* V4L/DVB (3100): fix compile error, remove dead code and volume scalingHans Verkuil2006-01-092-23/+2
* V4L/DVB (3099): Fixed device controls for em28xx on WinTV USB2 devicesMauro Carvalho Chehab2006-01-093-74/+327
* V4L/DVB (3092): Add support for another Nova-T-PCI PCI subdevice 0x9001Steven Toth2006-01-091-0/+4
* V4L/DVB (3090): Cleanup check for dvb.Michael Krufky2006-01-091-6/+3
* V4L/DVB (3089): Adding support for the Hauppauge HVR1100 and HVR1100-LP produ...Steven Toth2006-01-095-6/+95
* V4L/DVB (3084): Added a new debug msg to help identifying tuner ProblemsMauro Carvalho Chehab2006-01-091-0/+7
* V4L/DVB (3081): added offset parameter for adjusting tuner offset by handMauro Carvalho Chehab2006-01-091-1/+5
* V4L/DVB (3065): Fix gcc-4.0.2 compile error in msp3400.cHans Verkuil2006-01-091-127/+165
* V4L/DVB (3064): Some cleanups on msp3400Hans Verkuil2006-01-091-38/+34
* V4L/DVB (3062): Fix wrong tuner.h define for tuner 46Hans Verkuil2006-01-091-1/+1
* V4L (1021): Tuner description now follows the same CodingStyle as the othersMauro Carvalho Chehab2006-01-091-137/+609
* V4L (0988): Tuner cleanups by removing Video IF from tuners structMauro Carvalho Chehab2006-01-091-145/+161
* V4L (1007): Add support for KWorld DVB-S 100Vadim Catana2006-01-093-2/+52
* V4L (0990): Enable IR support for the Nova-S-PlusSteven Toth2006-01-092-1/+9
* V4L (0979): Added V4L support for the Nova-S-Plus and Nova-SE2 DVB-S productsSteven Toth2006-01-096-0/+84
* V4L (1023): Added Hauppauge ImpactVCB boardSteven Toth2006-01-092-0/+35
* V4L (1019): Added basic support (tv + radio) for TerraTec Cinergy 250 PCIJörg Schummer2006-01-092-0/+35
* V4L (0987): Added Secam L' std on tda9887 and common macros moved to videodev2.hMauro Carvalho Chehab2006-01-092-6/+9
* V4L/DVB (3152): Fixes some troubles at v4l2 compat stuffPhilippe De Muyter2006-01-091-8/+54
* V4L/DVB (3120): Adds 32-bit compatibility for v4l2 framegrabber ioctls.Philippe De Muyter2006-01-091-12/+376
* V4L (0978): 64-bit fixes for removing warnings on compat_ioctl32Hans Verkuil2006-01-092-3/+3
* V4L (0973): Another build fix for compat_ioctl32.cMishalÅ Pytasz2006-01-091-0/+1
* V4L (0972): More build fixes for compat_ioctl32.cNickolay V. Shmyrev2006-01-091-1/+2
* V4L (963): Explicit compat_ioctl32 handler to em28xxMauro Carvalho Chehab2006-01-091-0/+2
* V4L (957): Compat ioctl32 license fixRicardo Cerqueira2006-01-091-0/+2
* V4L (926_2): Moves compat32 functions from fs to v4l subsystemArnd Bergmann2006-01-0916-1/+336
* [PATCH] remove gcc-2 checksAndrew Morton2006-01-081-2/+0
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6Linus Torvalds2006-01-0643-186/+148
|\
| * Merge ../torvalds-2.6/Greg Kroah-Hartman2006-01-061-17/+13
| |\
| * | [PATCH] i2c: drop empty i2c_driver.command implementationsLaurent Riffard2006-01-052-14/+0
| * | [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman2006-01-0537-37/+0
| * | [PATCH] i2c: Drop i2c_driver.{owner,name}, 5 of 11Laurent Riffard2006-01-0542-106/+185
| * | [PATCH] i2c: Rework client usage count, 2 of 3Jean Delvare2006-01-0525-25/+0
| * | [PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare2006-01-0537-37/+0
| * | [PATCH] i2c: Drop i2c_driver.flags, 1 of 3Jean Delvare2006-01-051-4/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2006-01-063-3/+3
|\ \ \ | |_|/ |/| |
| * | kbuild: un-stringnify KBUILD_MODNAMESam Ravnborg2006-01-063-3/+3
| |/
* | [PATCH] parport: phase fixesMarko Kohtala2006-01-061-17/+13
|/
OpenPOWER on IntegriCloud