Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-25 | added support for different tda10046 firmware versions. | Andreas Oberritter | |
tested with v20, v21 and v25. | |||
2005-04-25 | allow N_I2C to be overridden by the card driver | Andreas Oberritter | |
2005-04-25 | use simple u8 instead of bitfields | Andreas Oberritter | |
2005-04-23 | patch 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-frameword | Patrick 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-10 | copying 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-06 | small NULL checks which lead to segfaults, when doing developing | Patrick Boettcher | |
2005-04-05 | - remove unnecessary casts in frontends | Kenneth Aafloy | |
2005-04-03 | patch 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-26 | mostly formatting cleanups, no functional change | Andreas Oberritter | |
2005-03-23 | patch by Greg Wickham: | Johannes Stezenbach | |
add support for read_ber, read_signal_strength and read_status | |||
2005-03-21 | make logarithm stuff static (conflicts; BTW, we now have already | Johannes Stezenbach | |
two copies of this cruft -> should be factored out) | |||
2005-03-21 | change gcc-2.95 workaround to what is in 2.6.12-rc1 | Johannes Stezenbach | |
2005-03-19 | - remove s* from state, they are only used in read_status | Kenneth 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 fixes | Kenneth Aafloy | |
2005-03-14 | - added native support for the dtt200u (Yakumo/Typhoon/Hama) USB2.0 device | Patrick 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-13 | fix a warning | Johannes Stezenbach | |
Signed-off-by: Andrew Morton <akpm@osdl.org> | |||
2005-03-13 | patch submitted by Gerd Knorr: | Johannes Stezenbach | |
add support for OR51132 frontend (pcHDTV HD-3000) - VSB/QAM | |||
2005-03-12 | a few more whitespace cleanups | Johannes Stezenbach | |
2005-03-12 | fix typo in comment | Johannes Stezenbach | |
2005-03-10 | - remove bttv dependency from frontend | Kenneth Aafloy | |
2005-03-09 | - kfree(NULL) is safe | Kenneth 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-02 | whitespace cleanup (remove ws at eol, sync with changes in mainline kernel) | Johannes Stezenbach | |
2005-02-19 | clean up patch by Rusty Scott | Johannes Stezenbach | |
2005-02-17 | DVB support for the pcHDTV HD2000 card | Johannes Stezenbach | |
submitted by Rusty Scott | |||
2005-02-16 | patch by Gerd Knorr: add PLL library | Johannes Stezenbach | |
(descriptions + helper functions for simple dvb plls) | |||
2005-02-15 | Patch 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-12 | patch 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 address | Michael Hunold | |
2005-02-05 | corrected name syntax | Patrick Boettcher | |
2005-02-04 | DVB_NXT2002 selects FW_LOADER | Johannes Stezenbach | |
2005-02-03 | patch by Taylor Jacob: Add QAM64/256 Support | Johannes Stezenbach | |
2005-01-30 | fix unhandled invert_pwm option (needed on dbox2 hardware) | Andreas Oberritter | |
submitted by Carsten Juttner <carjay@gmx.net> | |||
2005-01-29 | patch by Gerd Knorr: | Johannes Stezenbach | |
add support for the Pinnacle MediaCenter 300i DVB-T | |||
2005-01-25 | - corrected the name in driver_desc | Patrick Boettcher | |
- removed debug messages and some comments (see dib3000-watch) | |||
2005-01-25 | clarify firmware upload messages | Johannes 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..." printk | Johannes Stezenbach | |
- add printk after successful firmware upload | |||
2005-01-13 | removed the pid_filter_table from frontends | Patrick Boettcher | |
2005-01-13 | - exported an mt352_read_reg-function | Patrick Boettcher | |
- implemented a single byte write_register function (needed for dibusb) same for mt352.h in revision 1.4 to 1.5 | |||
2005-01-13 | mt352.c | Patrick Boettcher | |
2005-01-11 | fix "Suppport" typo | Johannes Stezenbach | |
Signed-off-by: Domen Puncer <domen@coderock.org> | |||
2005-01-09 | internal refactoring step 3/3 | Patrick 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-07 | patch by Alexey Dobriyan: remove stray '#' | Johannes Stezenbach | |
2005-01-06 | Fix compile warning | Andrew de Quincy | |
2005-01-06 | Patch from Markus Breitenberger to fix tuning problems | Andrew de Quincy | |