summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/bt8xx
AgeCommit 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-11Wolfram Joost's Patches for the AVerMedia DVB-T 771Holger Waechtler
2004-05-28- clean up and sanitize various Kconfig entriesMichael 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.cMichael 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.6Michael 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 includeMichael Hunold
2003-12-20updated contributors.txt and some email addressesAndreas Oberritter
2003-11-18patch by Wolfgang Thiel: gcc-2.95 compile fixes,Johannes Stezenbach
load skystar2 driver from insmod.sh script
2003-11-10applied skystar2 tone burst patch by Vincenzo Di Massa and fixed a compile ↵Holger Waechtler
time cast warning
2003-10-31move around dvb_functions.h include to avoid build warningsJohannes Stezenbach
2003-10-28- reworked i2c / gpio so not so hackerish and more in line withJamie 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-22fix crash on module unload by Dmitri Katchalov <dmitrik@users.sourceforge.net>Andreas Oberritter
2003-10-13Patches are no longer needer for dvb-bt8xx support,Michael Hunold
have a look at README.bt8xx in the top-level directory.
2003-10-13Changes to support dst and bttv > 0.9.12 and for kernel >= 2.6.0-test7Jamie 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-01replace 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 fixesMichael 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 bt878Holger 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-27improved helpHolger Waechtler
2003-06-25cvs sucks!Holger Waechtler
2003-06-21- 2.5 API changes for bt878Holger 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-21code 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-27Here comes a huge cleanup patch in order to get the sources intoMichael 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-15remove name/vendor/id strings, these caused only troubles everywhere and ↵Holger Waechtler
nobody really needs them...
2003-02-02Support more than one cardFlorian Schirmer
2003-02-02Add licenseFlorian Schirmer
2003-01-31Remove some debug outputsFlorian Schirmer
2003-01-25- Rewritten RISC programmFlorian Schirmer
- Push sync handling down to DVB API - Major fixes
2003-01-21Pinnacle PCTV DVB-S support (untested)Florian Schirmer
2003-01-21Make some things genericFlorian Schirmer
2003-01-21Patches required by DVB bt8xx driverFlorian Schirmer
2003-01-21Add Bt8xx interface files (stolen from PCTV driver)Florian Schirmer
2003-01-21Bt8xx based adapter driverFlorian Schirmer