Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2003-06-26 | set up data output for skystar2 | Andreas Oberritter | |
2003-06-26 | - fix usage of "v4l2_common_std()" from v4l2-common.c in saa7146_video.c | Michael Hunold | |
- change saa7146_vv.h the way described earlier - follow these changes in budget-av and hexium driver | |||
2003-06-26 | EXPORT_SYMBOL(ttpci_eeprom_parse_mac); | Holger Waechtler | |
2003-06-25 | better support for vp310 on skystar2 cards | Andreas Oberritter | |
2003-06-25 | cvs sucks! | Holger Waechtler | |
2003-06-25 | Same here: indentation fixes etc. | Michael Hunold | |
2003-06-25 | - follow kernel coding style, mostly indentation fixes, don't put static | Michael Hunold | |
on a separate line, use "real" tab - get rid of "mt312_reg_addr_t" use "enum mt312_reg_addr" instead I know this is annoying, but I get bashed regularly on lkml because of the coding style some of our files have. | |||
2003-06-24 | - set check-CRC flag on section filter to drop broken packets | Johannes Stezenbach | |
- some more debug prints in filter handling code - cleaned up and commented packet reception handler - formatting fixes | |||
2003-06-24 | support for Mitel VP310 (untested) | Andreas Oberritter | |
2003-06-24 | Remove firmware header from cvs :) | Alex Woods | |
Include fdump and modify build system to create firmware header from firmware binary file. Twiddle checksum value for firmware upload to current firmware's value. | |||
2003-06-23 | Now forced to use auto for as many parameters as possible | Andrew de Quincy | |
2003-06-23 | Removed unneeded FE_RESET code. | Andrew de Quincy | |
2003-06-23 | FEC index limit mask has to be 0x07 - not 0x3 | Holger Waechtler | |
2003-06-23 | remove bogus out-of-range check, FEC table index is limited to 0...7 due to ↵ | Holger Waechtler | |
&= ~0x07 anyway... | |||
2003-06-23 | don't enable voltage on init + inversion bugfix | Andreas Oberritter | |
2003-06-23 | Zarlink MT312 satellite channel decoder driver | Andreas Oberritter | |
2003-06-23 | - prevent interface from being removed while it is in use | Johannes Stezenbach | |
- allow add/remove only for the superuser - fix formatting | |||
2003-06-23 | get rid of trailing whitespace | Johannes Stezenbach | |
2003-06-23 | use proposed mac where possible, fix the uninitialized net->addr_len bug, ↵ | Holger Waechtler | |
make sume printk() dprintk() | |||
2003-06-23 | Fixed getting CI slot status for CiMAX 2.0 chips; firmware version 0x2619 | Holger Waechtler | |
2003-06-22 | Rollback to munges and split usb compat stuff out to fix building | Alex Woods | |
against 2.4 and 2.5 kernels. | |||
2003-06-21 | - compile and documentation fixes, enable bt8xx usb USB driver builds | Holger Waechtler | |
there is no reason not to submit the bt8xx driver with the next patchset, right? | |||
2003-06-21 | 2.5 compile fixes | Holger Waechtler | |
2003-06-21 | fix compile warning | Holger Waechtler | |
2003-06-21 | - 2.5 API changes for bt878 | Holger Waechtler | |
- remove flush_workqueue(wq) from dvb_net.c -- don't we have to ensure that the handler has finished? all other drivers don't do this as well...? | |||
2003-06-21 | Better fix for errorchecking bug in read_ucblocks | Andrew de Quincy | |
2003-06-21 | Small errorchecking bug fixed | Andrew de Quincy | |
2003-06-21 | remove card_num and dev_num from struct dvb_net | Holger Waechtler | |
2003-06-21 | code review, use adap->num instead of card_num field, card_num and dev_num ↵ | Holger Waechtler | |
are deprecated -- to be removed. register network device for bt8xx cards | |||
2003-06-21 | 2.5 portability code to task queues | Holger Waechtler | |