summaryrefslogtreecommitdiffstats
path: root/drivers/media/video
Commit message (Expand)AuthorAgeFilesLines
...
* V4L/DVB (6696): pvrusb2: Miscellaneous tweaks for controlling tuner type and ...Mike Isely2008-01-252-3/+8
* V4L/DVB (6695): pvrusb2: Implement functions to pass descriptive hardware infoMike Isely2008-01-254-0/+79
* V4L/DVB (6694): pvrusb2: Remove obsolete global hardware type enumerationMike Isely2008-01-252-3/+2
* V4L/DVB (6693): pvrusb2: Add pvrusb2-devattr.o to driver buildMike Isely2008-01-251-1/+1
* V4L/DVB (6692): pvrusb2: Centralize device specific attributes into a single ...Mike Isely2008-01-258-94/+219
* V4L/DVB (6691): pvrusb2: Rework pipeline state controlMike Isely2008-01-2513-741/+944
* V4L/DVB (6688): V4L: fix copy and paste error in dprintk for videobuf-vmalloc.cBrandon Philips2008-01-251-1/+1
* V4L/DVB (6687): saa7134: add mute support for radio/analog-in on MD9717 and M...Hermann Pitton2008-01-251-0/+8
* V4L/DVB (6683): Fix DVB compatibilityMauro Carvalho Chehab2008-01-251-2/+7
* V4L/DVB (6679): tda8290: force tuner init after attachMichael Krufky2008-01-251-6/+6
* V4L/DVB (6677): Fix xc2028 driver for non OFDMMauro Carvalho Chehab2008-01-251-2/+0
* V4L/DVB (6676): Improve s-code supportMauro Carvalho Chehab2008-01-253-51/+66
* V4L/DVB (6675): Allow selecting the proper SCode table for DTVMauro Carvalho Chehab2008-01-252-0/+33
* V4L/DVB (6674): Add support for other DTV typesMauro Carvalho Chehab2008-01-251-15/+27
* V4L/DVB (6672): Add support for radioMauro Carvalho Chehab2008-01-252-2/+11
* V4L/DVB (6671): Avoids checking digital/analog at check_firmwareMauro Carvalho Chehab2008-01-251-56/+50
* V4L/DVB (6670): V4L: saa7134: tvaudio cleanupsMaxim Levitsky2008-01-253-40/+41
* V4L/DVB (6669): Add few missing bits of code to saa7134_resumeMaxim Levitsky2008-01-251-0/+3
* V4L/DVB (6668): Fix theoretical races between IRQ handler and .suspend/resumeMaxim Levitsky2008-01-251-1/+7
* V4L/DVB (6667): Fix access to configuration space while in D3Maxim Levitsky2008-01-251-3/+3
* V4L/DVB (6665a): finish the VID_HARDWARE_* removalAdrian Bunk2008-01-251-4/+0
* V4L/DVB (6665): Fix CodingStyleMauro Carvalho Chehab2008-01-251-90/+113
* V4L/DVB (6662): Fix standard selection for PALMauro Carvalho Chehab2008-01-251-0/+3
* V4L/DVB (6661): Remove firmware reload hack for analogMauro Carvalho Chehab2008-01-251-5/+10
* V4L/DVB (6660): Allow fully configuring xc3028 during xc2028_attachMauro Carvalho Chehab2008-01-252-1/+5
* V4L/DVB (6659): Convert MTS to bitfieldMauro Carvalho Chehab2008-01-254-11/+6
* V4L/DVB (6658): Sets a default std, if not specifiedMauro Carvalho Chehab2008-01-251-1/+5
* V4L/DVB (6657): Fix standard selection for PAL/M, PAL/N, PAL/Nc and NTSCMauro Carvalho Chehab2008-01-251-2/+8
* V4L/DVB (6652): xc2028: try non-8MHZ init1 firmwareChris Pascoe2008-01-251-0/+3
* V4L/DVB (6651): xc2028: mask off type correctly when searching for standard-s...Chris Pascoe2008-01-252-1/+5
* V4L/DVB (6650): xc2028: base firmwares should have std0Chris Pascoe2008-01-251-2/+5
* V4L/DVB (6648): xc2028: add sleep hookChris Pascoe2008-01-251-0/+23
* V4L/DVB (6647): xc2028: retry firmware load if tuner does not respondChris Pascoe2008-01-251-3/+34
* V4L/DVB (6646): xc2028: rework firmware (re)loading processChris Pascoe2008-01-253-97/+124
* V4L/DVB (6645): xc2028: allow selection of D2633 firmwareChris Pascoe2008-01-252-3/+5
* V4L/DVB (6644): xc2028: use correct offset into scode firmwareChris Pascoe2008-01-251-2/+10
* V4L/DVB (6643): xc2028: use best match instead of first partial match during ...Chris Pascoe2008-01-251-8/+38
* V4L/DVB (6642): xc2028: don't duplicate max_len in privChris Pascoe2008-01-251-21/+16
* V4L/DVB (6641): xc2028: correct tuner offset for 7MHz DTVChris Pascoe2008-01-251-1/+4
* V4L/DVB (6640): xc2028: correctly select 8MHz firmwareChris Pascoe2008-01-251-2/+4
* V4L/DVB (6639): xc2028: correct divisor lengthChris Pascoe2008-01-251-7/+5
* V4L/DVB (6638): xc2028: firmware loading cleanupChris Pascoe2008-01-251-44/+38
* V4L/DVB (6637): xc2028: add missing breakChris Pascoe2008-01-251-0/+1
* V4L/DVB (6636): xc2028: protect device listChris Pascoe2008-01-251-1/+13
* V4L/DVB (6635): xc2028: v4l2_std_id needs to be long long to display completelyChris Pascoe2008-01-251-5/+5
* V4L/DVB (6634): xc2028: error messages missing whitespaceChris Pascoe2008-01-251-2/+2
* V4L/DVB (6633): xc2028: make register reads atomicChris Pascoe2008-01-252-25/+43
* V4L/DVB (6632): xc2028: fix inverted logic in audio standard checkChris Pascoe2008-01-251-6/+6
* V4L/DVB (6631): xc2028: eliminate i2c macro side-effectsChris Pascoe2008-01-251-36/+46
* V4L/DVB (6623): remove saa7134-ossAdrian Bunk2008-01-254-1072/+3
OpenPOWER on IntegriCloud