summaryrefslogtreecommitdiffstats
path: root/drivers/media/video (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* V4L/DVB (6620): kconfig: VIDEO_SAA7134 must select VIDEO_TVEEPROMMichael Krufky2008-01-251-0/+1
* V4L/DVB (6619): Use MTS firmware for the HVR-900Aidan Thornton2008-01-252-2/+29
* V4L/DVB (6617): drivers/media/video: Add missing "space"Joe Perches2008-01-253-3/+3
* V4L/DVB (6614): Fix driver for i386 architecturesMauro Carvalho Chehab2008-01-252-11/+13
* V4L/DVB (6613): Fix: add a missing continue statementMauro Carvalho Chehab2008-01-251-0/+1
* V4L/DVB (6612): Allow RESET_CLK callback and avoids unneeded loadingMichel Ludwig2008-01-251-0/+20
* V4L/DVB (6611): Change xc2028_attach method to make easier for DVBMichel Ludwig2008-01-253-40/+44
* V4L/DVB (6610): Fix a wrong typecastMichel Ludwig2008-01-251-1/+1
* V4L/DVB (6607): saa7134: add support for reading Hauppauge eepromMichael Krufky2008-01-252-2/+33