summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
Commit message (Expand)AuthorAgeFilesLines
* byteorder: remove direct includes of linux/byteorder/swab[b].hHarvey Harrison2008-10-201-1/+1
* V4L/DVB (9296): Patch to remove warning message during cx88-dvb compilationIgor M. Liplianin2008-10-173-14/+26
* V4L/DVB (9275): dvb: input data pointer of cx24116_writeregN() should be constGeert Uytterhoeven2008-10-171-1/+1
* V4L/DVB (9274): Remove spurious messages and turn into debug.Steven Toth2008-10-171-37/+22
* V4L/DVB (9270): cx24116: optimise emulated auto-pilotChristophe Thommeret2008-10-171-1/+4
* V4L/DVB (9264): MFE: bugfix: multi-frontend mutual exclusion parallel openDarron Broad2008-10-171-21/+28
* V4L/DVB (9260): cx24123: Checkpatch complianceSteven Toth2008-10-172-105/+133
* V4L/DVB (9259): s5h1411: Checkpatch complianceSteven Toth2008-10-171-4/+4
* V4L/DVB (9258): s5h1409: Checkpatch complianceSteven Toth2008-10-172-75/+78
* V4L/DVB (9257): cx24116: Checkpatch compliance #3Steven Toth2008-10-171-40/+65
* V4L/DVB (9256): cx22702: Checkpatch complianceSteven Toth2008-10-172-209/+317
* V4L/DVB (9255): tda10048: Checkpatch complianceSteven Toth2008-10-171-27/+73
* V4L/DVB (9254): cx24116: Checkpatch compliance #2Steven Toth2008-10-172-246/+266
* V4L/DVB (9253): cx24116: Checkpatch complianceSteven Toth2008-10-171-1/+1
* V4L/DVB (9248): sms1xxx: support two new revisions of the Hauppauge WinTV Min...Michael Krufky2008-10-171-0/+4
* V4L/DVB (9227): MFE: Add multi-frontend mutual exclusionDarron Broad2008-10-173-1/+49
* V4L/DVB (9222): S2API: Add Multiple-frontend on a single adapter support.Steven Toth2008-10-172-11/+14
* V4L/DVB (9195): Frontend API Fix: 32APSK is a valid modulation for the DVB-S2...Manu Abraham2008-10-171-0/+1
* device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-1/+1
* V4L/DVB (9184): cx24116: Change the default SNR units back to percentage by d...Steven Toth2008-10-131-2/+2
* V4L/DVB (9183): S2API: Return error of the caller provides 0 commands.Steven Toth2008-10-131-2/+2
* V4L/DVB (9182): S2API: Added support for DTV_HIERARCHYSteven Toth2008-10-131-0/+16
* V4L/DVB (9181): S2API: Add support fot DTV_GUARD_INTERVAL and DTV_TRANSMISSIO...Steven Toth2008-10-131-0/+32
* V4L/DVB (9180): S2API: Added support for DTV_CODE_RATE_HP/LPSteven Toth2008-10-131-0/+32
* V4L/DVB (9178): cx24116: Add module parameter to return SNR as ESNO.Steven Toth2008-10-131-3/+36
* V4L/DVB (9177): S2API: Change _8PSK / _16APSK to PSK_8 and APSK_16Steven Toth2008-10-132-28/+29
* V4L/DVB (9176): Add support for DvbWorld USB cards with STV0288 demodulator.Igor M. Liplianin2008-10-133-4/+254
* V4L/DVB (9175): Remove NULL pointer in stb6000 driver.Igor M. Liplianin2008-10-131-1/+2
* V4L/DVB (9174): Allow custom inittab for ST STV0288 demodulator.Igor M. Liplianin2008-10-132-4/+18
* V4L/DVB (9173): S2API: Remove the hardcoded command limit during validationSteven Toth2008-10-131-2/+1
* V4L/DVB (9172): S2API: Bugfix related to DVB-S / DVB-S2 tuning for the legacy...Darron Broad2008-10-131-0/+2
* V4L/DVB (9171): S2API: Stop an OOPS if illegal commands are dumped in S2API.Darron Broad2008-10-131-0/+7
* V4L/DVB (9170): cx24116: Sanity checking to data input via S2API to the cx241...Darron Broad2008-10-131-21/+68
* V4L/DVB (9149): hvr950q: led feedback based on snrMichael Krufky2008-10-132-0/+150
* V4L/DVB (9147): af9015: Add USB ID for MSI DIGIVOX mini IIIHerbert Graeber2008-10-132-1/+8
* V4L/DVB (9146): af901x: fix some compiler errors and warningsAntti Palosaari2008-10-132-7/+7
* V4L/DVB (9145): af901x: clean-upAntti Palosaari2008-10-132-4/+0
* V4L/DVB (9144): af9015: enable Maxlinear mxl5005s tuner RSSIAntti Palosaari2008-10-131-2/+2
* V4L/DVB (9143): af9015: fix wrong GPIOAntti Palosaari2008-10-131-1/+0
* V4L/DVB (9141): anysee: support for Anysee E30 Combo PlusAntti Palosaari2008-10-131-3/+23
* V4L/DVB (9140): anysee: unlock I2C-mutex in error caseAntti Palosaari2008-10-131-2/+2
* V4L/DVB (9114): dib0700: fix bad assignment of dib0700_xc5000_tuner_callback ...Devin Heitmueller2008-10-121-8/+13
* V4L/DVB (9108): cinergyT2: add remote key repeat featureThierry MERLE2008-10-121-7/+45
* V4L/DVB (9107): Alternative version of Terratec Cinergy T2 driverTomi Orava2008-10-1210-1195/+689
* V4L/DVB (9105): correct Makefile symbol for stv0288 frontendJanne Grunau2008-10-121-1/+1
* V4L/DVB (9072): S2API: Add DTV_API_VERSION commandSteven Toth2008-10-121-0/+9
* V4L/DVB (9071): S2API: Implement result codes for individual commandsSteven Toth2008-10-121-4/+8
* V4L/DVB (9068): Kconfig dependency fix for DW2002 card with ST STV0288 demodu...Igor M. Liplianin2008-10-121-0/+2
* V4L/DVB (9067): Kconfig correction for USB card modification with SI2109/2110...Igor M. Liplianin2008-10-121-0/+1
* V4L/DVB (9051): dib0700: use dvb_frontend->callback for xc5000 gpio resetMichael Krufky2008-10-121-3/+6
OpenPOWER on IntegriCloud