summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (13287): ce6230 - saa7164-cmd: Fix wrong sizeofJean Delvare2009-11-071-1/+1
* V4L/DVB (13240): firedtv: fix regression: tuning fails due to bogus error returnStefan Richter2009-11-071-7/+1
* V4L/DVB (13237): firedtv: length field corrupt in ca2host if length>127Henrik Kurelid2009-11-071-18/+20
* V4L/DVB (13202): smsusb: add autodetection support for three additional Haupp...Michael Krufky2009-11-071-0/+6
* V4L/DVB (13167): pt1: Fix a compile error on armHIRANO Takahito2009-11-071-0/+1
* V4L/DVB (13079): dib0700: fixed xc2028 firmware loading kernel oopsMartin Samek2009-11-071-0/+5
* V4L/DVB (13050): DIB0700: fix-up USB device ID for Terratec/LeadtekPatrick Boettcher2009-11-071-9/+6
* V4L/DVB (13048): dib0070: fix build dependency when driver is disabledMichael Krufky2009-11-072-2/+7
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-042-0/+2
* const: constify remaining file_operationsAlexey Dobriyan2009-10-012-2/+2
* V4L/DVB (13039): dib0700: not building CONFIG_DVB_TUNER_DIB0070 breaks compil...Mauro Carvalho Chehab2009-09-221-1/+1
* V4L/DVB (13038): dvbdev: Remove an anoying/uneeded warningMauro Carvalho Chehab2009-09-221-3/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-222-3/+3
|\
| * trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig2009-09-212-3/+3
* | drivers/media/dvb/pt1/pt1.c needs vmalloc.hAndrew Morton2009-09-221-0/+1
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-09-2134-434/+7151
|\ \ | |/ |/|
| * V4L/DVB (13033): pt1: Don't use a deprecated DMA_BIT_MASK macroMauro Carvalho Chehab2009-09-191-1/+1
| * V4L/DVB (13018): kzalloc failure ignored in au8522_probe()Roel Kluin2009-09-191-0/+5
| * V4L/DVB (13016): kmalloc failure ignored in lgdt3304_attach() and s921_attach()Roel Kluin2009-09-192-0/+4
| * V4L/DVB (13015): kmalloc failure ignored in m920x_firmware_download()Roel Kluin2009-09-191-0/+2
| * V4L/DVB (13000): add driver for 774 Friio White USB ISDB-T receiverAkihiro Tsukada2009-09-196-0/+1118
| * V4L/DVB (12999): Add a driver for Earthsoft PT1Mauro Carvalho Chehab2009-09-199-1/+2284
| * V4L/DVB (12997): Add the DTV_ISDB_TS_ID property for ISDB_SHIRANO Takahito2009-09-192-0/+11
| * V4L/DVB (12962): ce6230: increase BULK transfer size from 512 to 8192Antti Palosaari2009-09-191-1/+1
| * V4L/DVB (12960): anysee: coding style fixAntti Palosaari2009-09-191-6/+6
| * V4L/DVB (12959): anysee: increase BULK transfer size from 512 to 8192Antti Palosaari2009-09-191-1/+1
| * V4L/DVB (12906): dib0700: Add support for Prolink SBTVDMauro Carvalho Chehab2009-09-192-1/+8
| * V4L/DVB (12903): DiB8000: fix channel search parameter initializationPatrick Boettcher2009-09-191-13/+11
| * V4L/DVB (12901): DiB0700: add support for STK807XP and STK807XPVRPatrick Boettcher2009-09-192-1/+368
| * V4L/DVB (12900): DiB8000: added support for DiBcom ISDB-T/ISDB-Tsb demodulato...Patrick Boettcher2009-09-197-47/+2449
| * V4L/DVB (12899): DiB0070: Indenting driver with indent -linuxPatrick Boettcher2009-09-192-394/+405
| * V4L/DVB (12898): DiB0070: Update to latest internal releasePatrick Boettcher2009-09-193-284/+407
| * V4L/DVB (12896): ISDB-T: add mapping of LAYER_ENABLED to frontend-cachePatrick Boettcher2009-09-191-0/+8
| * V4L/DVB (12892): DVB-API: add support for ISDB-T and ISDB-Tsb (version 5.1)Patrick Boettcher2009-09-192-5/+211
| * V4L/DVB (12889): DIB0700: added USB IDs for a Terratec DVB-T XXSPatrick Boettcher2009-09-192-5/+10
| * V4L/DVB (12888): STK7770P: Add support for STK7770POlivier Grenie2009-09-192-0/+77
| * V4L/DVB (12887): DIB7000P: SNR calcuation forr DiB7000POlivier Grenie2009-09-191-1/+32
| * V4L/DVB (12886): Added new Pinnacle USB devicesOlivier Grenie2009-09-192-1/+42
| * V4L/DVB (12756): af9015: fix typo in register compareAntti Palosaari2009-09-181-1/+1
| * V4L/DVB (12755): af9015: improve usb control message function slightlyAntti Palosaari2009-09-181-8/+24
| * V4L/DVB (12754): af9015: [2/2] fix USB TS configurationAntti Palosaari2009-09-181-3/+5
| * V4L/DVB (12753): af9015: [1/2] fix USB TS configurationJose Alberto Reguero2009-09-181-4/+4
* | Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-2/+2
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-09-1562-1637/+2917
|\
| * V4L/DVB (12686): dvb-core: check supported QAM modulationsJanne Grunau2009-09-121-0/+9
| * V4L/DVB (12685): dvb-core: check fe->ops.set_frontend return valueJanne Grunau2009-09-121-5/+21
| * V4L/DVB (12684): DVB: make DVB_MAX_ADAPTERS configurableJanne Grunau2009-09-122-0/+18
| * V4L/DVB (12600): dvb-usb-remote: return KEY_RESERVED if there's free space fo...Mauro Carvalho Chehab2009-09-121-0/+13
| * V4L/DVB (12599): dvb-usb-remote: Allow dynamically replacing the IR keycodesMauro Carvalho Chehab2009-09-121-0/+56
OpenPOWER on IntegriCloud