Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-31 | added .get_tune_settings callback (min_delay_ms = 1sec) to make it even ↵ | Patrick Boettcher | |
possible to get a lock with the cxusb Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-05-31 | changed dvb-pll-desc to take the frequency as parameter for setbw-callback ↵ | Patrick Boettcher | |
into consideration added dvb_pll_desc for Philips FMD1216ME (needed for cxusb) | |||
2005-05-28 | add missing release_firmware() calls to fix memory leak | Johannes Stezenbach | |
Signed-off-by: Anssi Hannula <anssi.hannula@gmail.com> | |||
2005-05-24 | fix: | Johannes Stezenbach | |
drivers/media/dvb/frontends/bcm3510.c: In function `bcm3510_read_signal_strength': drivers/media/dvb/frontends/bcm3510.c:322: warning: ISO C90 forbids mixed declarations and code Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | |||
2005-05-23 | bugfix: limit for firmware version check was too low for tda10045 | Hartmut Hackmann | |
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | |||
2005-05-18 | - added config options for IF frequency and AGC | Hartmut Hackmann | |
- added pll sleep call | |||
2005-05-18 | - added config options for IF frequency and AGC | Hartmut Hackmann | |
- support DSP boot from on board eeprom - added pll sleep call | |||
2005-05-16 | clearing busy state of the HAB if something went wrong | Patrick Boettcher | |
added a small tuning delay Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-05-15 | added support for the Broadcom BCM3510 ATSC (8VSB/16VSB & ITU J83 AnnexB FEC ↵ | Patrick Boettcher | |
QAM64/256) demodulator used in the first generation of Air2PC ATSC PCI-cards/USB-boxes made by B2C2. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-05-07 | merge patch by Gerd Knorr from 2.6.12-rc4: | Johannes Stezenbach | |
update cx22702 fe driver, add support for using the dvb pll lib, enable cx22702 support in cx88-dvb. | |||
2005-05-05 | sync back cleanups from kernel (whitespace and printk format) | Johannes Stezenbach | |
2005-05-05 | sync back whitespace cleanups from kernel | Johannes Stezenbach | |
2005-05-05 | add or51132.o (which was missing here) | Johannes Stezenbach | |
2005-05-05 | select FW_LOADER and add a help text for OR51132 | Johannes Stezenbach | |
2005-05-05 | merge printk format fix from kernel tree | Johannes Stezenbach | |
2005-05-05 | remove $Id$ because they lead to conflicts when merging | Johannes Stezenbach | |
2005-05-02 | preparation for the uDigitv and DViCO USB2.0 boxes: moved pll handling from ↵ | Patrick Boettcher | |
dibusb-common to dvb-usb added pll_init to dvb-usb added another dvb_pll_desc for TDA665x | |||
2005-05-02 | added missing #ifndef and #define to inhibit multiple inclusions | Patrick Boettcher | |
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) |