aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ttpci/budget-ci.c
Commit message (Expand)AuthorAgeFilesLines
* [media] budget-ci: Add support for TT S-1500 with BSBE1-D01A tunerOliver Endriss2011-05-201-0/+21
* [media] remove the old RC_MAP_HAUPPAUGE_NEW RC mapMauro Carvalho Chehab2011-03-221-3/+12
* [media] DVB: Set scanmask for Budget/SAA7146 cardsDavid Henningsson2010-12-291-0/+1
* [media] Rename all public generic RC functions from ir_ to rc_Mauro Carvalho Chehab2010-12-291-1/+1
* [media] rc: rename the remaining things to rc_coreMauro Carvalho Chehab2010-12-291-1/+1
* [media] ir-core: make struct rc_dev the primary interfaceDavid Härdeman2010-12-291-27/+22
* Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
* V4L/DVB: Technotrend S2-3200 ships with a TT 1500 remoteHermann Gausterer2010-06-011-0/+1
* V4L/DVB: Convert drivers/media/dvb/ttpci/budget-ci.c to use ir-coreDavid Härdeman2010-05-191-37/+3
* V4L/DVB: ir-core: Make use of the new IR keymap modulesMauro Carvalho Chehab2010-05-191-5/+5
* V4L/DVB: ir: prepare IR code for a parameter change at register functionMauro Carvalho Chehab2010-05-191-1/+1
* V4L/DVB: ir: use IR_KEYTABLE where an IR table is neededMauro Carvalho Chehab2010-05-191-3/+3
* V4L/DVB: ir-core: export driver name used by IR via ueventMauro Carvalho Chehab2010-05-181-1/+3
* V4L/DVB (13634): ir-core: allow passing IR device parameters to ir-coreMauro Carvalho Chehab2010-02-261-1/+1
* V4L/DVB (13617): ir: move input_register_device() to happen inside ir_input_r...Mauro Carvalho Chehab2009-12-161-35/+15
* V4L/DVB (13616): IR: rename ir_input_free as ir_input_unregisterMauro Carvalho Chehab2009-12-161-2/+2
* V4L/DVB (13537): ir: Prepare the code for dynamic keycode table allocationMauro Carvalho Chehab2009-12-051-3/+11
* V4L/DVB (13533): ir: use dynamic tables, instead of static onesMauro Carvalho Chehab2009-12-051-1/+1
* V4L/DVB (13361): stv090x: fix TS corruption with High Symbol Rate streamsManu Abraham2009-12-051-1/+1
* V4L/DVB (12595): common/ir: use a struct for keycode tablesMauro Carvalho Chehab2009-09-121-3/+3
* V4L/DVB (11236): tda827x: fix locking issues with DVB-Cklaas de waal2009-03-301-1/+5
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-01-071-1/+1
|\
| * V4L/DVB (10180): drivers/media: Fix a number of sparse warningsMauro Carvalho Chehab2009-01-071-1/+1
* | trivial: replace last usages of __FUNCTION__ in kernelHarvey Harrison2009-01-071-1/+1
|/
* V4L/DVB (9442): Revert back previous change to 90MHzManu Abraham2008-12-301-1/+1
* V4L/DVB (9425): Initialize at 90MHz itselfManu Abraham2008-12-301-1/+1
* V4L/DVB (9572): Whitespace cleanupMauro Carvalho Chehab2008-12-291-5/+5
* V4L/DVB (9462): Allow specifying clock per deviceManu Abraham2008-12-291-0/+3
* V4L/DVB (9461): Initialize SYSREG registerManu Abraham2008-12-291-2/+1
* V4L/DVB (9457): Optimization, Fix a BugManu Abraham2008-12-291-1/+1
* V4L/DVB (9450): Code Review: #4 Consolidate configurationsManu Abraham2008-12-291-368/+19
* V4L/DVB (9444): Initialize post process events to NULLManu Abraham2008-12-291-1/+3
* V4L/DVB (9442): Revert back previous change to 90MHzManu Abraham2008-12-291-1/+1
* V4L/DVB (9425): Initialize at 90MHz itselfManu Abraham2008-12-291-1/+1
* V4L/DVB (9424): Deviation from the reference, pullup is 12k insteadManu Abraham2008-12-291-1/+1
* V4L/DVB (9422): Bug: Fix a typoManu Abraham2008-12-291-2/+2
* V4L/DVB (9421): We must wait for the PLL to stabilizeManu Abraham2008-12-291-0/+23
* V4L/DVB (9417): DVB_ATTACH for STB0899, STB6100, TDA8261Manu Abraham2008-12-291-9/+6
* V4L/DVB (9410): Bug: Missing reference clock definitionManu Abraham2008-12-291-1/+2
* V4L/DVB (9409): Bug! inverted logicManu Abraham2008-12-291-1/+1
* V4L/DVB (9406): Really silly bug, setting bandwidth into frequencyMarko Schluessler2008-12-291-2/+2
* V4L/DVB (9405): Practical tests show that the TT S2 3200 has I/Q inputs inver...Manu Abraham2008-12-291-1/+1
* V4L/DVB (9403): Fix the CA module not working issueManu Abraham2008-12-291-1/+1
* V4L/DVB (9402): TT S2 3200 shouldn't need Inversion ON and Inversion AUTO at ...Manu Abraham2008-12-291-1/+1
* V4L/DVB (9401): Code SimplificationManu Abraham2008-12-291-1/+1
* V4L/DVB (9399): some cleanups at budget-ciManu Abraham2008-12-291-11/+135
* V4L/DVB (9398): Initial support for the Technotrend TT S2 3200Marko Schluessler2008-12-291-0/+511
* V4L/DVB (8964): dvb/budget: push adapter_nr mod option down to individual dri...Janne Grunau2008-10-121-1/+4
* V4L/DVB: follow lspci device/vendor styleBjorn Helgaas2008-10-121-1/+1
* V4L/DVB (8076): budget-ci: Support the bundled remote control of the TT DVB-C...Oliver Endriss2008-07-201-0/+1