Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-15 | Added support for Air2PC/AirStar 2 ATSC 3rd generation (HD5000) | Michael Krufky | |
Signed-off-by: Taylor Jacob <rtjacob@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net> | |||
2005-06-22 | no-data (IRQ-stop) problem (partially) fixed by resetting register 0x300 at ↵ | Patrick Boettcher | |
each data_rcv-stop small change in register-struct restructured code in dma-handling (added some comments regarding FCIIb limitations) debug-messages and irq-watchdog (disabled by default, but maybe needed later) added Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-04-28 | - rewrote the i2c-reading-part (no more ack-error ignoring, which was ↵ | Patrick Boettcher | |
inherited from the skystar2-driver) - some minor cleanups | |||
2005-04-15 | Corrected the THIS_MODULE handling for the flexcop-stuff and dvb-usb which ↵ | Patrick Boettcher | |
lead to oopses because of misorganized module dependencies. | |||
2005-03-31 | reading MAC address directly into dvb_adapter->proposed_mac | Patrick Boettcher | |
2005-03-17 | b2c2: follow dvb_register_adapter changes in dvbdev.[ch] | Andreas Oberritter | |
2005-03-09 | - kfree(NULL) is safe | Kenneth Aafloy | |
2005-03-09 | - moved the flexcop-driver-suite to linux/drivers | Patrick Boettcher | |
- adapted build-2.6 (removed skystar2 from insmod.sh) - corrected some bugs in Kconfig - tried compilation with linux 2.6.11 (as module and as compiled-in-driver) |