summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (9885): drivers/media Kconfig's: fix bugzilla #12204Mauro Carvalho Chehab2008-12-164-26/+26
* V4L/DVB (9781): [PATCH] Cablestar 2 I2C retries (fix CableStar2 support)Antti Seppälä2008-12-162-1/+7
* V4L/DVB (9780): dib0700: Stop repeating after user stops pushing buttonDevin Heitmueller2008-12-161-3/+3
* V4L/DVB (9732): sms1xxx: use new firmware for Hauppauge WinTV MiniStickMichael Krufky2008-11-241-1/+1
* V4L/DVB (9664): af9015: don't reconnect device in USB-busJose Alberto Reguero2008-11-201-6/+2
* V4L/DVB (9639): Make dib0700 remote control support work with firmware v1.20Devin Heitmueller2008-11-163-2/+158
* V4L/DVB (9634): Make sure the i2c gate is open before powering down tunerDevin Heitmueller2008-11-161-0/+2
* V4L/DVB (9631): Make s2api work for ATSC supportDevin Heitmueller2008-11-161-1/+2
* V4L/DVB (9608): Fix section mismatch warning for dm1105 during makeIgor M. Liplianin2008-11-161-1/+1
* V4L/DVB (9605): usb-urb: fix memory leakDouglas Schilling Landgraf2008-11-161-5/+14
* V4L/DVB (9604): ttusb_dec: fix memory leakDouglas Schilling Landgraf2008-11-161-0/+1
* V4L/DVB (9603): dvb-ttusb-budget: Add validation for ttusb_alloc_iso_urbsDouglas Schilling Landgraf2008-11-161-1/+8
* V4L/DVB (9602): dvb-ttusb-budget: Add NULL pointer validationDouglas Schilling Landgraf2008-11-161-0/+6
* V4L/DVB (9601): ttusb_dec: Add NULL pointer validationDouglas Schilling Landgraf2008-11-161-0/+6
* V4L/DVB (9527): af9015: fix compile warningsAntti Palosaari2008-11-112-8/+7
* V4L/DVB (9524): af9013: fix bug in status readingroel kluin2008-11-111-3/+3
* V4L/DVB (9494): anysee: initialize anysee_usb_mutex staticallyAkinobu Mita2008-11-111-3/+1
* V4L/DVB (9492): unplug oops from dvb_frontend_init...Daniel J Blueman2008-11-111-3/+3
* V4L/DVB (9358): CinergyT2: fix Kconfig typoThierry MERLE2008-11-111-1/+1
* V4L/DVB (9348): dtv5100: add dependency on zl10353Antoine Jacquet2008-11-111-0/+1
* V4L/DVB (9346): Optimization: Enable gate in a symmetric/disciplined way,Manu Abraham2008-11-111-0/+2
* V4L/DVB (9316): s5h1411: Power down s5h1411 when not in useDevin Heitmueller2008-10-211-2/+8
* V4L/DVB (9315): s5h1411: Skip reconfiguring demod modulation if already at th...Devin Heitmueller2008-10-211-0/+13
* V4L/DVB (9314): s5h1411: Perform s5h1411 soft reset after tuningDevin Heitmueller2008-10-211-3/+4
* V4L/DVB (9313): s5h1411: Add the #define for an existing supporting I/FSteven Toth2008-10-211-0/+1
* V4L/DVB (9312): s5h1411: Remove meaningless codeSteven Toth2008-10-211-2/+0
* V4L/DVB (9311): s5h1411: bugfix: Setting serial or parallel mode could destro...Steven Toth2008-10-211-2/+16
* V4L/DVB (9310): s5h1411: read_status() locking detection fixes.Steven Toth2008-10-211-14/+15
* V4L/DVB (9309): s5h1411: I/F related bugfix for 3.25 and remove spurious defineSteven Toth2008-10-212-2/+1
* V4L/DVB (9308): s5h1411: Improvements to the default registersSteven Toth2008-10-211-2/+1
* 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
OpenPOWER on IntegriCloud