Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-30 | - FIELD_ALTERNATE capture was broken, add a "wait for vbi" command before | Michael Hunold | |
actually waiting for the field change. | |||
2003-07-29 | Kconfig un-obfuscation, contributed by Roman Zippel | Michael Hunold | |
2003-07-29 | Remove Makefile, all changes have gone into 2.6-test2 | Michael Hunold | |
2003-07-26 | show i2c read errors only for registered frontends | Andreas Oberritter | |
2003-07-24 | bend only for different adapters... | Holger Waechtler | |
2003-07-23 | fix Makefile | Andreas Oberritter | |
2003-07-22 | fix DMX_GET_STC for video-only playback | Johannes Stezenbach | |
2003-07-22 | - really fix get_stc | Michael Hunold | |
2003-07-21 | Patch by Michael Glaum, code by Metzler Bros.: | Johannes Stezenbach | |
correctly read MAC from eeprom on TT and KNC1 cards | |||
2003-07-19 | Hand off all processing of urb data to a tasklet | Alex Woods | |
2003-07-17 | Fix build for 2.4. | Michael Hunold | |
2003-07-17 | [V4L] - fix static build for hexium_gemini and hexium_orion drivers (Thanks ↵ | Michael Hunold | |
to Adrian Bunk <bunk@fs.tum.de> for reporting this) [V4L] - set debug verbosity to 0 for hexium_gemini and hexium_orion drivers [V4L] - make hexium_gemini and hexium_orion drivers depdend on i2c module [V4L] - make saa7146 module depend on hexium_gemini and hexium_orion drivers [V4L] - let the saa7146 i2c bus report itself as I2C_ADAP_CLASS_TV_ANALOG | |||
2003-07-16 | Fix compilation with 2.5 | Michael Hunold | |
2003-07-16 | - change function return values from u32 to int where possible | Michael Hunold | |
- make all functions static - comment out unused functions - fix return values of some functions - ... | |||
2003-07-16 | - crap removal | Michael Hunold | |
2003-07-16 | - change comments | Michael Hunold | |
2003-07-16 | - Use c99 initializers | Michael Hunold | |
2003-07-15 | - indentation fixes | Michael Hunold | |
- use c99 initializers - remove blank lines - remove bt848.h -- it's already in driver/media/video (this probably breaks 2.4 compilation) | |||
2003-07-15 | Add "skystar2" driver. Please review the Kconfig files. | Michael Hunold | |
2003-07-15 | - "indent -kr -i8" | Michael Hunold | |
- remove unnecessary blank lines - disable debug by default - use c99 initializers | |||
2003-07-14 | - indented the source properly | Michael Hunold | |
- removed some bogus separation comments - changed the default debug level to 0 | |||
2003-07-13 | Check more reliable field to decide on whether to upload firmware or not. | Alex Woods | |
2003-07-12 | Resolve problem with first tuning under kernel 2.5 | Alex Woods | |
Prevent urbs being resubmitted if streaming isn't running under kernel 2.5 | |||
2003-07-12 | Changed microcode location comment | Andrew de Quincy | |
2003-07-12 | Beautify code (hopefully - it's in the eye of the beholder after all) | Alex Woods | |
Stop oops on redetection of dec after firmware upload | |||
2003-07-11 | Fixed a stupid bug in tuning | Andrew de Quincy | |
2003-07-10 | Change the temporal order of the fields for the ALTERNATE mode, ie. wait | Michael Hunold | |
for an even frame to start with, not an odd frame. This makes applications happy that expect this (ie. tvtime), but don't specify the correct mode instead. We behave now like bttv... | |||
2003-07-09 | new av7110 firmware version 0x261a which fixes: | Johannes Stezenbach | |
- section filter outputs data from previous TS after zapping with hw_sections=0 - output of low bandwidth section data (TDT or TOT with hw_sections=0) is delayed | |||
2003-07-08 | Read SP8870 status reg to clear pending irqs in FE_SET_FRONTEND, | Johannes Stezenbach | |
as suggested by Ragnar Sundblad to avoid frontend hang-ups. | |||
2003-07-07 | Make the "ext_vv_data" informations a per-device information instead | Michael Hunold | |
of a per-extension information. This is needed for the DVB-C cards, which seem to have swapped field order and need to propagate some video4linux specific stuff for the analog module to work. | |||
2003-07-04 | fix DMX_GET_STC to get the msb right | Johannes Stezenbach | |
2003-07-04 | remove trailing ';' | Holger Waechtler | |
2003-07-04 | don't include <linux/crc32.h>, this is done by dvb_compat.h | Holger Waechtler | |
2003-07-01 | report EINTR if dvr write gets interrupted | Johannes Stezenbach | |
2003-07-01 | Holger: | Michael Hunold | |
Kannst Du das bitte ändern und die EXPORT_SYMBOL*()-Gesichten in ein saa7146_ksyms.c oder wie auch immer kapseln? "saa7146_core.c" has all dependencies for the "saa7146_core.o" module (saa7146_core.c and saa7146_i2c.c) The dependencies for the "saa7146_vv.o" module have been moved from the source files to "saa7146_vv_ksyms.c", the Makefiles habe been changed accordingly. Ok? | |||
2003-07-01 | - capturing alternating fields to different buffers works now | Michael Hunold | |
2003-07-01 | - fix a capture problem (fields got lost accidentaly, fields belonging | Michael Hunold | |
to different frames were sometimes mixed) - first try to get alternating field capture running - add/change some debug messages | |||
2003-06-29 | - remove obsolete fields from struct bt878 | Holger Waechtler | |
- make DMA block pointer volatile - use one local tasklet per card - remove spinlock bt->s_lock, it protected an atomic variable only - remove obsolete waitqueue code, the waitqueue was not used anymore | |||
2003-06-29 | add some sanity checks and additional locking in synchronizer code | Holger Waechtler | |
2003-06-29 | clear net_device struct using memset(net, 0, ...) before initializing | Holger Waechtler | |
2003-06-27 | Final cleanup of tda10045h support | Andrew de Quincy | |
2003-06-27 | Firmware location can now be specified through v2.5 Kconfig. | Andrew de Quincy | |
2003-06-27 | Make fixes for tda1004x renaming. | Andrew de Quincy | |
2003-06-27 | Renamed tda10045h.c to tda1004x.c | Andrew de Quincy | |
2003-06-27 | Implemented status readouts. Reorganised driver to allow easy implementation ↵ | Andrew de Quincy | |
of related frontends | |||
2003-06-27 | flush work queues on deinitialisation, restart feeds in set_mac in work queue | Holger Waechtler | |
2003-06-27 | Don't complain when an app tries to turn *off* overlay, but | Michael Hunold | |
there are no overlay informations. | |||
2003-06-27 | import skystar2 driver. The author does not responds to emails, but since he ↵ | Holger Waechtler | |
released the driver under the terms of the LGPL it should be ok to incorporate it into theLinuxDVB project... | |||
2003-06-27 | improved help | Holger Waechtler | |
2003-06-26 | vp310 should be configured to 90Mhz, too... | Andreas Oberritter | |
skystar2 driver with bugfixed master_xfer() should probably work now. patch url: http://www.saftware.de/skystar2.c.diff big thanks to Lovec for providing the needed patches, and testing |