summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
Commit message (Expand)AuthorAgeFilesLines
...
* | V4L/DVB (5956): Add remote control support for the Hauppauge Nova-T 500Janne Grunau2007-10-091-11/+15
* | V4L/DVB (5955): Add support for DiB7070-based devicesPatrick Boettcher2007-10-0911-33/+974
* | V4L/DVB (5954): Sync with DiBcom Driver Release 2.1.3 + some improvementsPatrick Boettcher2007-10-098-693/+1277
* | V4L/DVB (5950): whitespace cleanup for mt2131 and s5h1409Michael Krufky2007-10-095-41/+88
* | V4L/DVB (5949): s5h1409: use ARRAY_SIZE macro when appropriateMichael Krufky2007-10-091-4/+4
* | V4L/DVB (5948): Adding support for the S5H1409/CX24227 8VSB/QAM demodulator.Steven Toth2007-10-094-0/+792
* | V4L/DVB (5947): Adding support for the MT2131 tuner.Steven Toth2007-10-095-0/+409
* | V4L/DVB (5946): Use mutex instead of semaphore in the DVB frontend tuning int...Matthias Kaehlcke2007-10-092-6/+7
* | V4L/DVB (5942): Usb/vp7045.c: ARRAY_SIZE()Andi Drebes2007-10-091-1/+1
* | V4L/DVB (5941): Ttpci/budget-av.c: ARRAY_SIZE()Andi Drebes2007-10-091-1/+1
* | V4L/DVB (5936): tda10023: Remove range check of symbol rateOliver Endriss2007-10-091-6/+0
* | V4L/DVB (5935): dvb_frontend: Range check of frequency and symbol rateOliver Endriss2007-10-091-0/+46
* | V4L/DVB (5934): dvb-ttpci/saa7146: Replace saa7146_i2c_transfer by generic i2...Oliver Endriss2007-10-091-2/+4
* | V4L/DVB (5914): Add initial support for Dual-DVB-T stickOlivier DANET2007-10-0911-5/+609
* | V4L/DVB (5897): dtt200u: add support for the Miglia TVMini USB DVB-T adapterRasmus Rohde2007-10-092-3/+26
|/
* V4L/DVB (6070): Fix a warning at dvb_netMauro Carvalho Chehab2007-08-231-2/+3
* V4L/DVB (6042): b2c2-flexcop: fix Airstar HD5000 tuning regressionTrent Piepho2007-08-231-0/+7
* V4L/DVB (5991): dvb-pll: Set minimum and maximum frequency properlyTrent Piepho2007-08-201-1/+1
* V4L/DVB (5939): dvb-pll: make struct dvb_pll_fcv1236d staticAdrian Bunk2007-07-301-1/+1
* V4L/DVB (5933): Dvb-usb/af9005-fe.c: error check fixesAdrian Bunk2007-07-301-6/+4
* V4L/DVB (5932): Af9005 fix tuner module unloadLuca Olivetti2007-07-301-25/+12
* V4L/DVB (5848): Av7110: fix typoYoann Padioleau2007-07-201-1/+1
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* V4L/DVB (5840): fix dst and cx24123: tune() callback changed signess for delayMauro Carvalho Chehab2007-07-182-2/+2
* V4L/DVB (5838): dvb-core: Fix signedness warnings (gcc 4.1.1, kernel 2.6.22)Oliver Endriss2007-07-184-9/+9
* V4L/DVB (5837): stv0299: Fix signedness warning (gcc 4.1.1, kernel 2.6.22)Oliver Endriss2007-07-181-1/+1
* V4L/DVB (5836): dvb-ttpci: re-initialize aspect ratio and pan scan after arm ...Oliver Endriss2007-07-183-8/+18
* V4L/DVB (5835): saa7146/dvb-ttpci: Fix signedness warnings (gcc 4.1.1, kernel...Oliver Endriss2007-07-185-12/+12
* V4L/DVB (5834): dvb-core: fix signedness warnings and const strippingTrent Piepho2007-07-181-2/+3
* V4L/DVB (5829): Firmware extract and loading for opera dvb-usb updateMarco Gittler2007-07-181-7/+10
* V4L/DVB (5820): Cleanup on cinergyT2: Remove unneeded if(1)Mauro Carvalho Chehab2007-07-181-10/+7
* V4L/DVB (5814): Unexport dvb_pll_configureAdrian Bunk2007-07-181-1/+0
* V4L/DVB (5799): Or51211: remove hardcoded fcv1236d tuner programmingMichael Krufky2007-07-182-28/+6
* V4L/DVB (5798): Dvb-pll: add support for Philips fcv1236dMichael Krufky2007-07-182-0/+20
* V4L/DVB (5795): Fix: remove unused struct that could avoiding load the firmwareMarco Gittler2007-07-181-5/+3
* V4L/DVB (5784): Dibusb-mb: fix tuner autodetection regressionMichael Krufky2007-07-181-1/+1
* V4L/DVB (5780): Dvb: Remove static dependencies on dvb-pllMichael Krufky2007-07-1815-110/+124
* V4L/DVB (5779): Dibusb-mb: fix broken 'tuner_pass_ctrl' functionalityMichael Krufky2007-07-183-8/+24
* V4L/DVB (5778): Dvb-usb: kill unused tuner/i2c functionsMichael Krufky2007-07-182-67/+0
* V4L/DVB (5777): Dvb-pll digitv dvb-usb: Eliminate last user of dvb_pll_configureTrent Piepho2007-07-186-32/+23
* V4L/DVB (5745): Dvb: use '+=' instead of '=' for EXTRA_CFLAGSTrent Piepho2007-07-189-9/+9
* V4L/DVB (5739): Replace C code with calls to ARRAY_SIZE macro.Robert P. J. Day2007-07-181-1/+1
* V4L/DVB (5698): Input: drivers/media - switch to using input_dev->dev.parentDmitry Torokhov2007-07-184-4/+4
* V4L/DVB (5696): M920x: add missing error handling to prevent syslog spammingAapo Tahkola2007-07-181-9/+18
* V4L/DVB (5695): M920x: enable second adapter on LifeView TV Walker TwinAapo Tahkola2007-07-181-3/+3
* V4L/DVB (5694): M920x: fix for Dposh devicesAapo Tahkola2007-07-181-16/+22
* V4L/DVB (5693): M920x: second endpoint also needs to be changed to alt settingAapo Tahkola2007-07-181-14/+17
* V4L/DVB (5692): M920x: attempt to fix hw pid filters on second endpointAapo Tahkola2007-07-182-21/+41
* V4L/DVB (5669): Budget-av: Add support for EasyWatch DVB-S (0x1894:0x001b)Oliver Endriss2007-07-181-0/+4
* V4L/DVB (5636): Integrate all users of the fmd1216 tuner with dvb-pllTrent Piepho2007-07-182-8/+10
OpenPOWER on IntegriCloud