Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-11 | Wolfram Joost's Patches for the AVerMedia DVB-T 771 | Holger Waechtler | |
2004-05-03 | - remove 2.4 compat code, expect for ttusb_dec.c | Michael Hunold | |
(Alex, do you take care of that one?) | |||
2004-03-31 | - first try to fix the module use count bugs, thanks to Hernan A.Perez Masci ↵ | Michael Hunold | |
for his work! - dvb_net most likely doesn't work with 2.6 yet and dvb_net is untested in general | |||
2003-12-20 | updated contributors.txt and some email addresses | Andreas Oberritter | |
2003-11-10 | applied skystar2 tone burst patch by Vincenzo Di Massa and fixed a compile ↵ | Holger Waechtler | |
time cast warning | |||
2003-10-31 | move around dvb_functions.h include to avoid build warnings | Johannes Stezenbach | |
2003-10-28 | - reworked i2c / gpio so not so hackerish and more in line with | Jamie Honan | |
what Gerd is moving to - allowed multiple instances of dst frontend. - should handle terrestial cards correctly. Can mix and match ts204, new tuner packets, symbol rate types in tuner packets - has more DST strings on i2c asic discovery (in dst_check_ci) - can override card PCI id using card=0x68 for bttv driver. bt878 audio dma still hogs all cards it finds, but this is an interim release to work towards fixing this - put in rudimentary signal strength / snr. The scale factors are not right. Should work for terrestial / satellite. - Put in Dimitri's fix of not doing dst_enable after reciept of the 0xFF ack, but allowing the asic to do this itself. | |||
2003-10-22 | fix crash on module unload by Dmitri Katchalov <dmitrik@users.sourceforge.net> | Andreas Oberritter | |
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-01 | replace algo->master_xfer() by i2c_transfer() | Holger Waechtler | |
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-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-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-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-04-15 | remove name/vendor/id strings, these caused only troubles everywhere and ↵ | Holger Waechtler | |
nobody really needs them... | |||
2003-02-02 | Support more than one card | Florian Schirmer | |
2003-01-31 | Remove some debug outputs | Florian Schirmer | |
2003-01-25 | - Rewritten RISC programm | Florian Schirmer | |
- Push sync handling down to DVB API - Major fixes | |||
2003-01-21 | Pinnacle PCTV DVB-S support (untested) | Florian Schirmer | |
2003-01-21 | Make some things generic | Florian Schirmer | |
2003-01-21 | Bt8xx based adapter driver | Florian Schirmer | |