summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends
AgeCommit message (Collapse)Author
2005-04-25added support for different tda10046 firmware versions.Andreas Oberritter
tested with v20, v21 and v25.
2005-04-25allow N_I2C to be overridden by the card driverAndreas Oberritter
2005-04-25use simple u8 instead of bitfieldsAndreas Oberritter
2005-04-23patch by Adrian Bunk:Johannes Stezenbach
- make needlessly global code static - #if 0 the following unused global functions: - ttpci/av7110_hw.c: av7110_reset_arm - ttpci/av7110_hw.c: av7110_send_ci_cmd - frontends/mt352.[ch]: drop mt352_read Signed-off-by: Adrian Bunk <bunk@stusta.de>
2005-04-17- ported all dibusb drivers to fit into the dvb-usb-framewordPatrick Boettcher
- created dvb-pll-entries for the tuner used with the dibusb-drivers - removed all traces of the dibusb driver - adapted the dib3000-frontends to get along with the dvb-pll-changes
2005-04-10copying the mt352_config-struct to mt352_state instead of storing just the ↵Patrick Boettcher
pointer to it.
2005-04-07 - remove msleep(10) in writereg (suggested by Tony Glader)Kenneth Aafloy
2005-04-06small NULL checks which lead to segfaults, when doing developingPatrick Boettcher
2005-04-05 - remove unnecessary casts in frontendsKenneth Aafloy
2005-04-03patch by NooneImportant:Johannes Stezenbach
The following patch fixes the current stv0299 code that handles FE_DISHNETWORK_SEND_LEGACY_CMD. (This code supports the legacy SW21, SW44, and SW64 switches)
2005-03-26mostly formatting cleanups, no functional changeAndreas Oberritter
2005-03-23patch by Greg Wickham:Johannes Stezenbach
add support for read_ber, read_signal_strength and read_status
2005-03-21make logarithm stuff static (conflicts; BTW, we now have alreadyJohannes Stezenbach
two copies of this cruft -> should be factored out)
2005-03-21change gcc-2.95 workaround to what is in 2.6.12-rc1Johannes Stezenbach
2005-03-19 - remove s* from state, they are only used in read_statusKenneth Aafloy
- remove casting of void* - remove FIXME in set_parameters, should be handled by dvb-core state machine - remove some unnecessary braces - remove #if 1 in read_status, and add note from Zarlink design manual - change read_signal_strength to read total AGC_GAIN in case some adapter turns on the RF_AGC loop.
2005-03-19 - Patch by Olaf Titz: gcc 2.95 compile fixesKenneth Aafloy
2005-03-14- added native support for the dtt200u (Yakumo/Typhoon/Hama) USB2.0 devicePatrick Boettcher
- URBs are now submitted, when the actual transfer began, not right from the device plugin (solves a lot of problems) - minor fixes in the dib3000-frontends
2005-03-13fix a warningJohannes Stezenbach
Signed-off-by: Andrew Morton <akpm@osdl.org>
2005-03-13patch submitted by Gerd Knorr:Johannes Stezenbach
add support for OR51132 frontend (pcHDTV HD-3000) - VSB/QAM
2005-03-12a few more whitespace cleanupsJohannes Stezenbach
2005-03-12fix typo in commentJohannes Stezenbach
2005-03-10 - remove bttv dependency from frontendKenneth Aafloy
2005-03-09 - kfree(NULL) is safeKenneth Aafloy
2005-03-08 FIX: Continuity Errors with tda10021 (slickhenry, Robert Schlabbach)Kenneth Aafloy
2005-03-08 - cx24110 diseqc_send_burst (Peter Hettkamp, Uwe Bugla)Kenneth Aafloy
2005-03-02whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)Johannes Stezenbach
2005-02-19clean up patch by Rusty ScottJohannes Stezenbach
2005-02-17DVB support for the pcHDTV HD2000 cardJohannes Stezenbach
submitted by Rusty Scott
2005-02-16patch by Gerd Knorr: add PLL libraryJohannes Stezenbach
(descriptions + helper functions for simple dvb plls)
2005-02-15Patch by Taylor Jacob and Tom Dombrosky: There was a typo in the BBTI/B2C2 ↵Patrick Boettcher
specs that stated the upper frequency of the air2pc/nxt2002 was 806Mhz, not 860Mhz.
2005-02-12patch by Adrian Bunk:Johannes Stezenbach
This patch contains the following possible cleanups: - make needlessly global code static - remove the following EXPORT_SYMBOL'ed but unused function: - bt8xx/bt878.c: bt878_find_by_i2c_adap - remove the following unused global functions: - dvb-core/dvb_demux.c: dmx_get_demuxes - dvb-core/dvb_demux.c: dvb_set_crc32 - remove the following unneeded EXPORT_SYMBOL's: - dvb-core/dvb_demux.c: dvb_dmx_swfilter_packet - dvb-core/dvb_demux.c: dvbdmx_connect_frontend - dvb-core/dvb_demux.c: dvbdmx_disconnect_frontend - dvb-core/dvbdev.c: dvb_class Signed-off-by: Adrian Bunk <bunk@stusta.de>
2005-02-11- added a another firmware file for KWorld/ADSTech Instant DVB-T USB2.0 ↵Patrick Boettcher
(DiB3000M-B) - added support for KWorld/ADSTech Instant DVB-T USB2.0 (DiB3000M-B) - added deactivation option of the pid parser for the DiB3000M-B (since there are USB2.0 devices and which now have the ability to deliver the complete Transport Stream)
2005-02-10- fix marko kohtala's mail addressMichael Hunold
2005-02-05corrected name syntaxPatrick Boettcher
2005-02-04DVB_NXT2002 selects FW_LOADERJohannes Stezenbach
2005-02-03patch by Taylor Jacob: Add QAM64/256 SupportJohannes Stezenbach
2005-01-30fix unhandled invert_pwm option (needed on dbox2 hardware)Andreas Oberritter
submitted by Carsten Juttner <carjay@gmx.net>
2005-01-29patch by Gerd Knorr:Johannes Stezenbach
add support for the Pinnacle MediaCenter 300i DVB-T
2005-01-25- corrected the name in driver_descPatrick Boettcher
- removed debug messages and some comments (see dib3000-watch)
2005-01-25clarify firmware upload messagesJohannes Stezenbach
2005-01-24- Build fix for older gcc's (thanks to Andrew Morton)Patrick Boettcher
2005-01-21- add firmware file name to "upload..." printkJohannes Stezenbach
- add printk after successful firmware upload
2005-01-13removed the pid_filter_table from frontendsPatrick Boettcher
2005-01-13- exported an mt352_read_reg-functionPatrick Boettcher
- implemented a single byte write_register function (needed for dibusb) same for mt352.h in revision 1.4 to 1.5
2005-01-13mt352.cPatrick Boettcher
2005-01-11fix "Suppport" typoJohannes Stezenbach
Signed-off-by: Domen Puncer <domen@coderock.org>
2005-01-09internal refactoring step 3/3Patrick Boettcher
- added tuner and demod types for easier extension of new devices - added a check for some artec devices which have another tuner onboard, but don't know it, pll_addr is now a callback because of that - general callbacks for pll_set, pll_init and demod_init. They decide which pll-programming function is used and so on - added tuner passthru callback to xfer_ops. now dibusb can en/disable the tuner passthru of the dib3000m*-frontends; necessary for tuner probing - remote type determination (no for hanftek, nec for others), was not planned - fixed a bug in start_feed, which was introduced in step 2/3 but wasn't critical - added pll-programming for lg_tdtp_e102p_tua6034 (it has the tua6034 as pll) - added pll-programming and initialization for PANASONIC ENV77H11D5 - understood the i2c-address problem, now it is more logical
2005-01-07patch by Alexey Dobriyan: remove stray '#'Johannes Stezenbach
2005-01-06Fix compile warningAndrew de Quincy
2005-01-06Patch from Markus Breitenberger to fix tuning problemsAndrew de Quincy