Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-30 | - More MODULE_PARM -> module_param changes, all should be corrected now. | Kenneth Aafloy | |
- Remove unused av7110 DEBUG_VARIABLE. | |||
2004-06-11 | Wolfram Joost's Patches for the AVerMedia DVB-T 771 | Holger Waechtler | |
2004-05-28 | - clean up and sanitize various Kconfig entries | Michael Hunold | |
- especially sort the frontend modules by type and use a consistent naming scheme (although the distinction between demodulator, tuner and frontend gets fuzzier) | |||
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 | |||
2004-03-11 | - fix include file to make it build with build-2.4 and build-2.6 | Michael Hunold | |
- this is broken for the "makelinks" approach -- do we need makelinks any more? | |||
2003-12-24 | - add -Idrivers/media/dvb/frontends to Makefile, needed for dst include | Michael Hunold | |
2003-12-20 | updated contributors.txt and some email addresses | Andreas Oberritter | |
2003-11-18 | patch by Wolfgang Thiel: gcc-2.95 compile fixes, | Johannes Stezenbach | |
load skystar2 driver from insmod.sh script | |||
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 | Patches are no longer needer for dvb-bt8xx support, | Michael Hunold | |
have a look at README.bt8xx in the top-level directory. | |||
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-27 | improved help | Holger Waechtler | |
2003-06-25 | cvs sucks! | 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 | 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-05-27 | Here comes a huge cleanup patch in order to get the sources into | Michael Hunold | |
"kernel shape": I mainly changed all "typedef struct foo_s {...} foo_t" to "struct foo {}". Please don't start a policy war, I know the pros cons of typedefs and structures. We should, however, stick to the coding rules of the kernel: typedefed structs are only used for opaque data types, where the internal representation is irrelevant and we have get()/set() functions for accessing them (ie. spinlock_t) | |||
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-02-02 | Add license | 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 | Patches required by DVB bt8xx driver | Florian Schirmer | |
2003-01-21 | Add Bt8xx interface files (stolen from PCTV driver) | Florian Schirmer | |
2003-01-21 | Bt8xx based adapter driver | Florian Schirmer | |