summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/bt8xx/dst.c
AgeCommit message (Expand)Author
2006-06-21Initialize ATSC frontendManu Abraham
2006-06-21Explicit defining of type is not necessary with MULTI_FEManu Abraham
2006-06-21Utilize the device specific algorithm callbacksManu Abraham
2006-06-21Implement tuning algorithm as a module parameterManu Abraham
2006-06-21Make ASIC RESET ConditionalManu Abraham
2006-06-21Add support for VP-3250 ATSC cardManu Abraham
2006-06-21Add basic ATSC support to DSTManu Abraham
2006-05-14Change dvb_frontend_ops to be a real field instead of a pointer field inside ...Patrick Boettcher
2006-02-10upstream sync - make 2 structs staticManu Abraham
2006-02-06sem2mutex: drivers/media/, #2Mauro Carvalho Chehab
2005-12-08uneccessary call commentedMauro Carvalho Chehab
2005-11-18Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>Andrew de Quincy
2005-10-24From: Jesper Juhl <jesper.juhl@gmail.com>Johannes Stezenbach
2005-10-19dst_write_tuna needs to be protectedManu Abraham
2005-10-18Protect read/write commandsManu Abraham
2005-09-21fix DST DVB-S get_frequencyManu Abraham
2005-09-21VP-3040 TS204 fixManu Abraham
2005-09-10From: Andrew Morton <akpm@osdl.org>Johannes Stezenbach
2005-09-02Fix BUG in DVB-C frequency settingManu Abraham
2005-09-02Identify Tuner, Daughterboards correctlyManu Abraham
2005-09-02Identify board properlyManu Abraham
2005-09-02Code CleanupManu Abraham
2005-07-16comment out noisy dprintk in dst_get_signal()Johannes Stezenbach
2005-07-10- stop log spamming when running femon (printk -> dprintk)Johannes Stezenbach
2005-06-28Fix tuning failure for 200103A, 200103A failed to tune to low bandManu Abraham
2005-06-22Make the Symbolrate setting card specificManu Abraham
2005-06-22Fix a bug that caused the polarity (V/H) to be interchangedManu Abraham
2005-06-22Code simplificationManu Abraham
2005-06-22Fix a bogus frontend signal lock, that caused a tuning delay as well.Manu Abraham
2005-06-22Fix a bug that caused the polarization not to be set.Manu Abraham
2005-06-22Set QAM size for DVB-C cards that do not autodetect QAM sizeManu Abraham
2005-06-22Make the bandwidth setting generic such that it supports more DVB-T cardsManu Abraham
2005-06-22Make the frequency setting card specificManu Abraham
2005-06-22Make the inversion setting specific, ie, only for the 200103A DVB-SManu Abraham
2005-05-26Miscellaneous cleanupsManu Abraham
2005-05-26Fix 22k tone control bugManu Abraham
2005-05-26Fix bug in LNB Power switchingManu Abraham
2005-05-26Cleanup unnecessary (and undesirable) casts, demodulator_priv is already a void*Manu Abraham
2005-05-26Fix bug in mini DiSEqC codeManu Abraham
2005-05-03removed unused module parameter sessionManu Abraham
2005-05-03Fix for descrambling failure, suggested by Dominique DumontManu Abraham
2005-05-03Fixed a tuning problem for cards based on the old firmware.Manu Abraham
2005-04-23Added the oldest Twinhan card to the card list, patch by Steffen MotzerManu Abraham
2005-04-23Changed module parameter defaultsManu Abraham
2005-04-07Removed redundant declarations, fixed a bug in the High Level Common Interface,Manu Abraham
2005-04-04Merged the twinhan-exp branch to the trunkManu Abraham
2005-03-09 - kfree(NULL) is safeKenneth Aafloy
2005-03-02whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)Johannes Stezenbach
2004-12-08patch by Toni Willberg: fix typo in dst_type_print()Johannes Stezenbach
2004-11-18patch by William J Beksi: s/DCT_CI/DCT-CI/Johannes Stezenbach