Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-12 | setup correct IF, reported by Dennis Noordsij <dennis.noordsij@wiral.com> | Holger Waechtler | |
- div = (freq + 36250000 + 31250) / 62500; + div = (freq + 36125000 + 31250) / 62500; | |||
2003-02-26 | fixed | Andreas 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-23 | Add support for dummy frontends for DVB-S/C/T, selectable by | Davor Emard | |
module paramter sct=0/1/2 respectively. | |||
2003-02-03 | get the (ftype == LG_TDQF_S001F || ftype == ALPS_BSRU6) thing right, thanks | Holger Waechtler | |
to Jack Thomasson <jkt@Helius.COM> for pointing this out... | |||
2003-02-03 | bugfix for Allps BSRU6 contributed by Matt Davis <matt@Helius.COM> | Holger Waechtler | |
2003-01-28 | - Removed some debug stuff | Florian Schirmer | |
- Bugfixes - Setup clock polarity properly | |||
2003-01-28 | - More autodetect code | Florian Schirmer | |
- Support BW 6 and 7 MHz modes - Bugfixes | |||
2003-01-27 | Lots of bugfixes and new features | Florian Schirmer | |
2003-01-21 | get in sync w/ DVB/ | Holger Waechtler | |
2003-01-21 | Nxt6000 based frontend driver | Florian Schirmer | |
2003-01-15 | update | Holger Waechtler | |
2003-01-02 | tiny code cleanup | Andreas Oberritter | |
2002-12-29 | Major cleanup: the goal is to get rid of the budget card <=> saa7146.o <=> ↵ | Michael Hunold | |
videodev.o dependency, so we can later split up the av7110 driver into a av7110 and budget card driver. I tested this on 2.4.18-3 (original RedHat 7.3 kernel) and 2.5.53. Changes in detail: saa7146: - fixed the unitialised timer warnings - split saa7146.o into saa7146.o and saa7146_vv.o: all videodev (ie. v4l) related stuff is now encapsulated in saa7146_vv.o. the extension (ie. mxb or dvb-ttpci) now has to make sure to register the v4l devices via helper functions provided by saa7146_vv mxb: - changes to make the driver compile with the new saa7146 and saa7146_vv parts - fix the vbi bypass issue for MXBs with saa7146, rev. 1 card av7110: - changes to make the driver compile with the new saa7146 and saa7146_vv parts - some changes related to the upcoming av7110 <=> budget splitup, but they are commented out - changed the saa7146 PAL values to experimental values that look good to me, but kept the old values as a comment. where are the original values from? there is a big black border on most channels on the left side which annoyed me... - changed from video/generic_usercopy() to dvb_usercopy() and put this into the source code, not into compat.c - moved the crc_32* stuff from compat.c to the source file where it is used - now compat.[ch] was removed completely, all references were deleted from all other files. other: - updated the README and TODO files - changed "makelinks" to remove alps_bsru6 stuff from kernel when making the symlinks - fixed the build files in "build-2.4" - fixed all other files needed for 2.5.x kernel build | |||
2002-12-23 | generic stv0299 driver by Peter Schildmann <peter.schildmann@web.de> | Holger Waechtler | |
replaces the old BSRU6 driver.. | |||
2002-12-17 | Some build fixes. Removed "makecrosslinks" because it won't work | Michael Hunold | |
anymore. | |||
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-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-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 | 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 | some stv0299 report bogus device id's after soft reboot, so we'll accept | Holger Waechtler | |
those too... | |||
2002-11-11 | new 2.5 style KConfig files | Holger Waechtler | |
2002-11-06 | disable DiSEqC by default | Holger Waechtler | |
2002-10-28 | close brace in email adress | Holger Waechtler | |
2002-10-24 | fix a typo | Holger Waechtler | |
2002-10-24 | include README in Config.help | Holger Waechtler | |
2002-10-24 | Alps TDLB7 DVB-T driver by Juergen Peitz <peitz@snafu.de> | Holger Waechtler | |
2002-10-24 | BER fixes by obi | Holger Waechtler | |
2002-10-21 | DiSEqC over i2c | Holger Waechtler | |
2002-10-21 | fix FE_HAS_SIGNAL bit | Holger Waechtler | |
2002-10-21 | follow HEAD changes | Holger Waechtler | |
2002-10-21 | less verbosity | Holger Waechtler | |
2002-10-21 | another frontend | Holger Waechtler | |
2002-10-21 | shift EEPROM adress | Holger Waechtler | |
2002-10-17 | make lowlevel drivers dependent on $CONFIG_DVB_CORE, minor help text changes | Holger Waechtler | |
2002-10-16 | more help texts | Holger Waechtler | |
2002-10-16 | the 2.5 tree | Holger Waechtler | |