Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-29 | fix VIDIOC_S_FBUF for v4l1 backward compatility with xfree86 / v4l_drv | Johannes Stezenbach | |
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 | |
2003-09-10 | changed #ifdef to #if again... | Andreas Oberritter | |
2003-09-10 | Use iminor() instead of minor(), add a macro to provide 2.4 | Michael Hunold | |
backward compatibility. | |||
2003-09-10 | Make sure void* arguments get converted in two steps: | Michael Hunold | |
first cast to long, then cast to the destination type (mostly int) to avoid endianess bugs | |||
2003-09-10 | - add missing #include for usb header file | Michael Hunold | |
- give back real error code instead of -1 in module init | |||
2003-09-10 | C99 initializer fixes. | Michael Hunold | |
2003-09-10 | - add missing #includes | Michael Hunold | |
- change io-variables from u32 to unsigned long - fix printk outputs | |||
2003-09-10 | Change #if to #ifdef | Michael Hunold | |
2003-09-10 | Add missing #include | Michael Hunold | |
2003-09-10 | Changes from 2.6.0-test5, although I don't know what they do... | Michael Hunold | |
2003-09-10 | C99 initializer fixes backported from 2.6.0-test5 | Michael Hunold | |
2003-09-10 | Fix typo in file description. | Michael Hunold | |
2003-09-10 | Remove analog saa7146 driver for "Hexium" cards from "dvb-kernel" | Michael Hunold | |
CVS. It has been included to 2.6.0-test4, so no need to have it hanging around here. I'll add it to the "analog-2.4" directory later. | |||
2003-09-07 | - apply Avermedia DVB-T related patches contributed by Mark Edwards ↵ | Holger Waechtler | |
<mark@edwards.homelinux.net> - add a workaround for the bogus no-ack returvalue of the kernel-i2c bitbanging driver - add sp887x.o to the Makefile | |||
2003-09-07 | move DTF7202 driver to dvb-kernel for the avermedia DVB-T cards | Holger Waechtler | |
2003-09-05 | apply patch by Jon Burgess to fix DMA issues | Holger Waechtler | |
2003-09-01 | fixed debugging #ifdef | Andreas Oberritter | |
2003-08-31 | use budget-ci driver for new TT DVB-T cards with onboard MSP430. | Holger Waechtler | |
budget-ci is now getting a pretty misleading name, so let's start the poll: "how shall we call the module? Can we distinguish the cards by revision number?" | |||
2003-08-30 | applied 64bit fixes by Pedro Miguel Teixeira <pmsjt@warner.homeip.net> | Holger Waechtler | |
2003-08-26 | added missing initialization of '.readers' | Oliver Endriss | |
2003-08-26 | Fix bytesperline-calculation for | Michael Hunold | |
V4L2_FIELD_ALTERNATE vs. V4L2_FIELD_INTERLACED captures | |||
2003-08-24 | - * dvb-core.h | Andreas Oberritter | |
+ * dvb_frontend.h | |||
2003-08-24 | Fix copyright stuff in various files: | Michael Hunold | |
- remove e-mail addresses that don't exist anymore, but of course keep the names - change license from GPL to LGPL in dvb_i2c.h - change license from GPL to LGPL in dvb_ringbuffer.h (needs any ack by Oliver Endriss, no reply yet) - add LGPL license to GPL (was destilled by me, extracted from av7110.o and dvb_compat.h) | |||
2003-08-22 | - play_iframe may be used to play stillpicture frames, that can either | Michael Hunold | |
by complete i-frames or partial p-frames. In any case, the av7110 needs about 400kB of video data, before the internal video decoder starts displaying anything. for stillframes, this is bad, so we *always* loop writing the frame until the magic amount is reached. stupid, but works... | |||
2003-08-21 | Patch from Lauri Pesonen: Use correct IF for TT-Budget card. | Johannes Stezenbach | |
2003-08-21 | fix (int)<->(void*) compile warning, there are many more, especially in the ↵ | Holger Waechtler | |
DEBI and SAA code |