summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb
AgeCommit message (Collapse)Author
2003-03-12setup correct IF, reported by Dennis Noordsij <dennis.noordsij@wiral.com>Holger Waechtler
- div = (freq + 36250000 + 31250) / 62500; + div = (freq + 36125000 + 31250) / 62500;
2003-03-07added ioctl DMX_GET_STCJohannes Stezenbach
2003-03-06another attempt to get the poll() thing right...Holger Waechtler
2003-03-05new firmware version 0x2610Johannes Stezenbach
2003-03-02s/av7710/av7110/;Andreas Oberritter
2003-02-27- fix some bugs that appeared in system with both analog and digitalMichael Hunold
based saa7146 cards - change the initialization order to allow static builds of the mxb driver
2003-02-26fixed slot_typeAndreas Oberritter
2003-02-26fixedAndreas Oberritter
dvb_dummy_fe.c:94: warning: function declaration isn't a prototype dvb_dummy_fe.c:27: warning: `debug' defined but not used
2003-02-26fixed build for kernel versions < 2.5.63Andreas Oberritter
2003-02-26small fix to audio playback poll() ringbufferJohannes Stezenbach
(untested, please review)
2003-02-26- Compile fixes against 2.5.63 (daemonize() has been changed)Michael Hunold
- Fix various warnings against 2.5.63 (export-objs has been removed) - Fix Kconfig/Makefiles - add the "dpc7146" driver for the analog Philips reference design - Removed unnecessary "Config.in"
2003-02-24pes_play(): apply fix provided by Regis Bossut <rbossut(at)auchan(dot)com>:Oliver Endriss
do not sync on (invalid) stream ids 0xf0..0xff
2003-02-23Add support for dummy frontends for DVB-S/C/T, selectable byDavor Emard
module paramter sct=0/1/2 respectively.
2003-02-23Before changing promiscuous/multi state (and temporarily stoppingDavor Emard
the network feed), check if there's any difference compared to previous setting which is already set
2003-02-20ensure that poll_wait() is always called in poll()Holger Waechtler
2003-02-19- don't use etags target for default builds -- I don't have etags installed. ↵Holger Waechtler
You can still explictily run 'make tags' - fixed a type in av7110.c introduced in my previous commit
2003-02-19add vendor/device id for nexus cardsHolger Waechtler
2003-02-18ring buffer cleanupOliver Endriss
2003-02-17replaced pid2feed array by linked list, allow multipleAndreas Oberritter
clients to use the same pid
2003-02-15Replacing tabs with spaces and some code beautifyingDavor Emard
2003-02-15added av7110_ir_init/exit calls to make remote control work againOliver Endriss
2003-02-15Module name string typo fixesDavor Emard
2003-02-15Some cleanup and struct namesDavor Emard
2003-02-15Removing budget patch support from dvb-core.c because it'sDavor Emard
all in budget-patch.c and adjusting Makefile's and Kconfig accordingly to properly compile.
2003-02-15Complete support for budget patch in single fileDavor Emard
2003-02-14removed Metzlerbros from MODULE_AUTHOR list, there is no code left frmo them...Holger Waechtler
Add Jack Thomasson.
2003-02-14add budget_ci link rule and fixed an unitialized variable warningHolger Waechtler
2003-02-14created a new budget_ci.o module, add msp430 IR supportHolger Waechtler
2003-02-13outcom sanity checks and code readability reviewHolger Waechtler
2003-02-13fidbirq() is obsolete. Here is removal of saa7146 interruptDavor Emard
enable bits for fidbirq, tasklet code and some defines that belong to fidbirq
2003-02-12Vpeirq is rewritten for readability, keeping all the logic and functionalityDavor Emard
the same. Now it will be easier for someone to review it and understand what vpeirq() does.
2003-02-11firmware update from DVB HEAD (CI link layer, new FW version number,Johannes Stezenbach
"too old" warning)
2003-02-11- restructured build-2.4 stuff so it is no longer necessary toJohannes Stezenbach
copy videodev.h and videodev2.h to /usr/src/linux/include/ - merged av7110.c error message and COM_DEBUG stuff from DVB-HEAD - added a insmod.sh which uses modules from pwd, to avoid 'make install'
2003-02-11apply fix ring_buffer_free() logic in ci_ll_reset() contributed by Oliver ↵Holger Waechtler
Endriss <o.endriss@gmx.de>
2003-02-10link layer firmwareHolger Waechtler
2003-02-09fixed a missing 'return' statement (reported by Oliver Endriss ↵Klaus Schmidinger
<o.endriss@gmx.de>)
2003-02-07apply new irq handler for Nova cards contributed by Marian Durkovic <md@bts.sk>,Holger Waechtler
ported by Emard <emard@softhome.net> to the 2.5 kernel tree
2003-02-07Fixed overwriting slot number in CA_GET_SLOT_INFO.Klaus Schmidinger
2003-02-03get the (ftype == LG_TDQF_S001F || ftype == ALPS_BSRU6) thing right, thanksHolger Waechtler
to Jack Thomasson <jkt@Helius.COM> for pointing this out...
2003-02-03NET_GET_IF ioctl implementation contributed by <lymes@tiscalinet.it>Holger Waechtler
2003-02-03bugfix for Allps BSRU6 contributed by Matt Davis <matt@Helius.COM>Holger Waechtler
2003-02-03update for RPS1 square generation programHolger Waechtler
2003-02-03new fidbirq() by <emard@softhome.net> w/ heuristic recovery code forHolger Waechtler
lost interrupts. Let's see how it works... CPU and PCI can be heavy loaded and not properly configured, VSYNC trigger timing can be inaccurate. Two DVB cards can share the same interrupt, sometimes even whole interrupt can be lost.
2003-02-02Support more than one cardFlorian Schirmer
2003-02-02Add licenseFlorian Schirmer
2003-01-31Remove some debug outputsFlorian Schirmer
2003-01-28- Removed some debug stuffFlorian Schirmer
- Bugfixes - Setup clock polarity properly
2003-01-28- More autodetect codeFlorian Schirmer
- Support BW 6 and 7 MHz modes - Bugfixes
2003-01-27Lots of bugfixes and new featuresFlorian Schirmer
2003-01-27Adjusted the versioning for the "get_user_pages()" function,Michael Hunold
changed the README for the 2.4.x build -- use a kernel >= 2.4.20.