Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-28 | don't hang uninterruptibly when opening the frontend device | Johannes Stezenbach | |
and something goes very wrong with the kdvb-fe thread | |||
2002-12-23 | generic stv0299 driver by Peter Schildmann <peter.schildmann@web.de> | Holger Waechtler | |
replaces the old BSRU6 driver.. | |||
2002-12-23 | Removed some leftover bogus debugging messages, cleaned up the TODO | Michael Hunold | |
file to reflect the latest changes. | |||
2002-12-23 | For some unobvious reason, analog cards (ie. the MXB) and digital cards | Michael Hunold | |
(ie. the av7110) handle the odd/even fields differently. I added a new field to the extension, which holds special flags of the extension and the device. I declared the MXB way of handling fields as "normal", so the av7110 extension sets SAA7146_EXT_SWAP_ODD_EVEN here. @Holger: I added some superfluous "struct saa7146_dev *dev" variables back to some functions. These cause ugly warnings at compile time, I admit, but they are necessary if you want to use the debug macros to trace a saa7146 register for example. Please leave them in for now -- I need this when I switch between old-DVB / old-MXB <=> new-DVB / new-MXB drivers and try to hack out the differences. | |||
2002-12-23 | Changed the debug messages to use a similar system like saa7146, it's | Michael Hunold | |
possible to create a complete call trace now. (You can #if 0 this out, if you are concerned about runtime drawbacks...) | |||
2002-12-23 | Official patch for "get_ac3_info()" by Holger. | Michael Hunold | |
(applied by me because he's already at home...) | |||
2002-12-22 | Fixed one wrong IER_DISABLE (look at the commented out version below, | Michael Hunold | |
copy & paste error), removed duplicate dvb_register_i2c_bus() call, removed all references to RPS0, it's not used at all. (this fixes the capturing problems) | |||
2002-12-22 | Changed i2c_writeout() and the irq handler to use a waitqueue | Michael Hunold | |
instead of busy waiting for an i2c transaction to finish. Left the old method in there. if you need it (or if i screwed up), set "use_i2c_irq" to zero in saa7146_i2c.c to get the old behaviour. | |||
2002-12-22 | "get_ac3info" is referenced by av7110.o, but the symbol is not | Michael Hunold | |
exported. Holger, you made a change a few days ago, introducing av7110_ipack.c and this. If this is intended, you should give it a new name with the "dvb" prefix. | |||
2002-12-20 | Reintroduce video_copy - it's still needed by dvb-core | Florian Schirmer | |
2002-12-20 | Compat stuff for 2.4 | Florian Schirmer | |
2002-12-20 | Remove stale exports | Florian Schirmer | |
2002-12-20 | - move ipack handling into av7110_ipack.[hc] | Holger Waechtler | |
- more namespace cleaning | |||
2002-12-20 | - fix the not-checked-return value at start_feed() bug | Holger Waechtler | |
- code review + simplification - use const pointers in section and ts callbacks | |||
2002-12-20 | Removed the dependecy to i2c-core from saa7146 and av7110, | Michael Hunold | |
changed mxb to (un)register the i2c adapter by itself | |||
2002-12-19 | Necessary changes for static build. | Michael Hunold | |
2002-12-19 | make 'standard' static | Holger Waechtler | |
2002-12-17 | stop fe thread without FE_SLEEP if shutdown timeout is 0 | Andreas Oberritter | |
2002-12-17 | Some build fixes. Removed "makecrosslinks" because it won't work | Michael Hunold | |
anymore. | |||
2002-12-17 | Remove most of the compatiblilty crap from "compat.h", the new | Michael Hunold | |
saa7146 does not need the stuff any more. Propagate these changes to some of the files. Remove unnecessary stuff from the Makefile, | |||
2002-12-17 | Change the av7110 to use the new saa7146 core, necessary changes | Michael Hunold | |
to the Makefile. | |||
2002-12-17 | Remove old saa7146 driver core used for the av7110. | Michael Hunold | |
2002-12-09 | audio status patch by Honza Petrous <hop@unibase.cz> | Holger Waechtler | |
2002-12-06 | - rename kdvb-fe to kdvb-fe-%i:%i (adapter/id) | Holger Waechtler | |
- rename arm_mon thread to kdvb-av7110 - don't start high priority frontend thread before first tuning | |||
2002-12-05 | get the fe->thread thing right | Holger Waechtler | |
2002-12-05 | applied patch suggested by Oliver Endriss <o.endriss@gmx.de> in order to avoid | Holger Waechtler | |
race conditions while starting threads | |||
2002-12-04 | call reparent_to_init() after daemonize () | Holger Waechtler | |
2002-11-27 | apply fix by Micael Beronius <micael.beronius@telia.com> in order to release the | Holger Waechtler | |
reset bit in autoinversion code | |||
2002-11-26 | one more parenthesis bug fix | Holger Waechtler | |
2002-11-26 | also set FE_HAS_LOCK if frontend has agc1 lock | Andreas Oberritter | |
2002-11-26 | add explicit parentheses to ensure the correct operator precedence | Holger Waechtler | |
2002-11-26 | add new vendor/device id pair reported by Rolf Schillinger <rolf@sir-wum.de> | Holger Waechtler | |
2002-11-22 | export symbols for vmalloc_to_page() and generic_usercopy() | Holger Waechtler | |
2002-11-21 | CRC handling / seeding changes | Florian Schirmer | |
2002-11-21 | CRC handling / seeding changes | Florian Schirmer | |
2002-11-21 | - set up BLK_OUT stream mode, the demodulator works more reliable in this | Holger Waechtler | |
mode - now we don't need to clear the interrupt bits anymore - use one frequency divisor for all bands - use high PLL charge pump current all the time | |||
2002-11-21 | replaced down_interruptible() by non-interruptible down() and changed | Holger Waechtler | |
kdvb-fe thread exit code - hopefully this resolves the problems reported with occasional oopses at deinitialisation time... | |||
2002-11-20 | applied patch by Juergen Peitz <peitz@snafu.de> | Holger Waechtler | |
2002-11-20 | load microcode only once at attach time. Patch by Juergen Paitz <peitz@snafu.de> | Holger Waechtler | |
2002-11-19 | fixed a stupid bug regarding FE_CAN_CLEAN_SETUP | Holger Waechtler | |
2002-11-19 | removed unused MODULE_PARM(debug,"i") | Holger Waechtler | |
2002-11-19 | Atmel AT76C651 DVB-C demodulator driver | Andreas Oberritter | |
2002-11-18 | code review and cleanup, dynamic demod i2c address probing, autoinversion | Holger Waechtler | |
2002-11-18 | add FE_CAN_CLEAN_SETUP bit to avoid unnecessairy zigzag delay when using | Holger Waechtler | |
demodulators which can set new parameters without artifacts | |||
2002-11-18 | make i2c messages const pointers | Holger Waechtler | |
2002-11-18 | removed debug+test code | Holger Waechtler | |
2002-11-18 | implemented inversion auto detection, the voodoo "i am a LG and not an ↵ | Holger Waechtler | |
Alps"-#define is gone... | |||
2002-11-18 | fixed a stupid bug introduced by the 2.5.48 changes | Holger Waechtler | |
2002-11-18 | some stv0299 report bogus device id's after soft reboot, so we'll accept | Holger Waechtler | |
those too... | |||
2002-11-18 | keymap fix | Holger Waechtler | |