Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-22 | - remove SAA7146_EXT_SWAP_ODD_EVEN flag + handling | Michael Hunold | |
- hopefully fix field handling for DVB-S cards with progressive mpeg | |||
2003-10-20 | make firmware static and *not* __initdata, so recover_arm() can work | Johannes Stezenbach | |
2003-10-17 | - add missing VBI line decoding initialization to saa7113 code | Michael Hunold | |
2003-10-16 | - fix usage of firmware location Kconfig option (Thanks Jamie!) | Michael Hunold | |
2003-10-16 | - change all occurences of crc32_le to crc32_be | Michael Hunold | |
Please test if the kernel-version of crc32_be (2.6.0-testX) works for DVB crc checking. Feedback appreciated! | |||
2003-10-16 | - fix compilation error in dvb_net.c | Michael Hunold | |
2003-10-16 | - add missing #include <linux/version> to fix compilation | Michael Hunold | |
2003-10-15 | fixed the bug found by this portuguese girl. | Holger Waechtler | |
Michael: Please test if your code compiles before you commit! | |||
2003-10-15 | Explicit cast of "floating point" number (IMHO the compiler makes | Michael Hunold | |
this automatically) as suggested by Linus Torvalds. | |||
2003-10-15 | Remove bogux BUG() that I inserted to track down a driver oops. | Michael Hunold | |
2003-10-14 | Pass thorugh return value of register_chrdev() | Michael Hunold | |
2003-10-14 | In 2.6, the networking code has changed. Unfortunately, we | Michael Hunold | |
now have to keep 2 versions of the device register/unregister functions. | |||
2003-10-14 | Backfeed whitespace changes from linux-2.6.0-test7, so this won't | Michael Hunold | |
drive me insane anymore. No other changes: whitespace tolerant diff shows no differences. | |||
2003-10-14 | Include 2.6 kernel janitor cleanups (eliminate #include duplication, shift | Michael Hunold | |
includes around) -- I don't care much about this... | |||
2003-10-13 | Fixed distortions when switching channel while recording | Klaus Schmidinger | |
2003-10-13 | Patches are no longer needer for dvb-bt8xx support, | Michael Hunold | |
have a look at README.bt8xx in the top-level directory. | |||
2003-10-13 | Packet size 204 for dst. | Jamie Honan | |
2003-10-13 | DVB_TWINHAN_DST | Jamie Honan | |
2003-10-13 | CONFIG_DVB_TWINHAN_DST | Jamie Honan | |
2003-10-13 | Added bt8xx directory as option. | Jamie Honan | |
2003-10-13 | Changes to support dst and bttv > 0.9.12 and for kernel >= 2.6.0-test7 | Jamie Honan | |
This has support for i2c doen by bttv. Tested and working in 2.4, clean compile 2.6. Expect changes to get working under 2.6. Patches directory no longer needed. | |||
2003-10-13 | Initial dst.h | Jamie Honan | |
2003-10-13 | Initial dst.c | Jamie Honan | |
2003-10-13 | dvb_dmx_swfilter_204 for DST-CI. | Jamie Honan | |
2003-10-13 | Added Brad Campbell's dvb_dmx_swfilter_204 routine to handle data from | Jamie Honan | |
DST-CI. | |||
2003-10-13 | Added Brad Campbell's dvb_dmx_swfilter_204 for data from dst-ci. | Jamie Honan | |
2003-10-09 | dvb_dmx_swfilter_section_feed: check CRC only when | Johannes Stezenbach | |
section_syntax_indicator is set (to match hardware demux behaviour) | |||
2003-10-09 | - backfeed patches from 2.6.0-test7, which have not gone through our cvs: | Michael Hunold | |
- janitorial fixes (mostly return code handling) - spelling fixes in Kconfig files - line breaks to re-formatting | |||
2003-10-09 | This file is not used anymore. | Michael Hunold | |
2003-10-09 | Add the proper vertical line offset again, I changed this for some | Michael Hunold | |
vbi experiments. This should fix the gargabe lines at the top of the picture with the analog module. Sorry! | |||
2003-10-08 | avoid "redefinition of bla bla" errors when building with patched kernels | Andreas Oberritter | |
(e.g. mtd cvs) | |||
2003-10-08 | - allow private data to be associated with i2c devices | Andreas Oberritter | |
- fixed some return values in i2c device attach functions | |||
2003-10-08 | fixed fe_count | Andreas Oberritter | |
2003-10-08 | replaced alps_bsrv2 driver by generic ves1893 & ves1993 driver | Andreas Oberritter | |
2003-10-08 | misc bugfixes and performance improvements | Andreas Oberritter | |
2003-10-07 | applied latest changes by Juergen Peitz, namely: | Holger Waechtler | |
- As a workaround for the lockup problem the data valid signal is checked after every channel switch. If it is not set FEC parameters are set again. - Disabled autoprobing if FEC settings are known (from sp887x). - Added support for FE_READ_UNCORRECTED_BLOCKS (from sp887x). - Added support for FE_SLEEP (from sp887x). - Bit error rate is now not only read from register 0xC07 but also from 0xC08 (from sp887x). - I2C feedthrough to the tuner is now only enabled when needed (from sp887x). - Added FE_CAN_QAM_AUTO and FE_CAN_HIERARCHY_AUTO to dvb_frontend_info. - Removed obsolete setting of default frontend parameters in sp8870_init. - Made firmware location configurable (maybe useful for dvb-kernel). - Removed obsolete module parameter 'loadcode' because changes in the saa7146 driver made firmware loading very fast. - Renamed module parameter 'mcfile' to 'firmware_file'. | |||
2003-10-06 | - add some debug and safety checks for video/vbi capture buffer handling | Michael Hunold | |
- fix init/exit of vbi capable devices - add new flag SAA7146_USE_PORT_B_FOR_VBI, so we can distinguish on which video port to apply the vbi workaround - add del_timer(...) for vbi capture queue and vbi_read timers, otherwise the kernel timer schedule oopses - add vbi device handling for dvb-c cards with analog module (does not work yet, have to setup the saa7113 decoder differently) | |||
2003-10-06 | Rule 1: always compile check even the smallest change. | Michael Hunold | |
2003-10-05 | Use "dev->has_analog_tuner" to decide when special dvb-c handling is | Michael Hunold | |
required, instead of parsing the subsystem id all the time. The dvb-c detection has to be fixed nevertheless... | |||
2003-10-05 | Fix DD1_INIT handling of DVB-C w/ analog module installed. Thanks to Jon Burgess | Michael Hunold | |
for spotting this! | |||
2003-10-01 | - didn't mean to wipe out sp887x driver entry | Michael Hunold | |
2003-10-01 | - clean up Kconfig files, use the new SELECT facility | Michael Hunold | |
- split up saa7146 compilation in core and video part | |||
2003-10-01 | replace algo->master_xfer() by i2c_transfer() | Holger Waechtler | |
2003-09-28 | some work for DVB-C analog module: | Johannes Stezenbach | |
- experimentally fix frequency offset - initialize msp3400 for analog TV sound | |||
2003-09-26 | fixed detection of stv0299 if chip is in standby mode | Oliver Endriss | |
2003-09-24 | allow PWM (tuner calibaration) value from EEPROM to be overridden | Johannes Stezenbach | |
on command line (based on patch by Peter Bieringer) New module paramters: "pwm" (max 4 ints, range -1..0xff) and "verbose" (to print AFC value aftger tuning). | |||
2003-09-24 | - patch by Peter Bieringer: nicer log output | Johannes Stezenbach | |
- removed whitespace at eol | |||
2003-09-19 | patch by Jon Burgess: | Johannes Stezenbach | |
Reduce the number of dropped TS packets when an error is detected. | |||
2003-09-11 | include dvb_functions.h, not dvb_compat.h | Holger Waechtler | |
2003-09-11 | add entry for sp887x | Holger Waechtler | |