Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-09 | Add workaround for lock loss issue. | Andrew de Quincy | |
2005-06-08 | corrected some typos. | Patrick Boettcher | |
added the Wikilink pointing to the USB device list. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-06-08 | fixed memcpy copying into the wrong destination. Thanks to Allan Third for ↵ | Patrick Boettcher | |
reported. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-06-07 | added another USB ID pair for the VideoWalker USB DVB-T | Patrick Boettcher | |
Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-06-07 | DVB-T part seems to work properly now. | Patrick Boettcher | |
Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-06-07 | Fixed isochronous transfers. Thanks to Alan Stern and David Brownell for the ↵ | Patrick Boettcher | |
usb-devel-list. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-06-07 | added output_mode-field (parallel/serial) to the config-struct (needed for ↵ | Patrick Boettcher | |
the USB Box). Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-06-07 | There was no pid-filter-count set for some devices - led to an error. Thanks ↵ | Patrick Boettcher | |
to Gerolf Wendland. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-06-06 | Some more work on the digitv-usb-driver: | Patrick Boettcher | |
- MT352 initialization and PLL-programming - I2c-transfer fixed. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-06-06 | added dvb_pll_desc for ALPS TDED4 used in Nebula USB boxes. | Patrick Boettcher | |
changed the name-field of the FMD1216. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-06-06 | added module parameter to deactive remote control polling. | Patrick Boettcher | |
Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-06-06 | Fix a race condition where an application which issued FE_READ_STATUS | Johannes Stezenbach | |
directly after FE_SET_FRONTEND would see an old status, i.e. FE_READ_STATUS would be executed before the frontend thread has even seen the tungin request from FE_SET_FRONTEND. Signed-off-by: Peter Beutner <p.beutner@gmx.net> | |||
2005-06-06 | Disable zig-zag and set min_delay_ms = 4000 as suggested | Johannes Stezenbach | |
by Allan Guild to improve tuning with weak signal. Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | |||
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-31 | added preliminary support for the Medion Hybrid USB2.0 DVB-T/Analogue box. ↵ | Patrick Boettcher | |
Analogue part is not working yet (cx25842 --> ivtv?). Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-05-31 | added isochronous-streaming method. | Patrick Boettcher | |
changed memory (de)allocation behaviour accordingly. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-05-30 | From: Thierry Vignaud <tvignaud@mandriva.com> | Patrick Boettcher | |
fix compiling USB DVB drivers (at least with gcc-4): Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-05-30 | The solution below wastes a few 100 bytes of space, but I think we can | Patrick Boettcher | |
live with that. The same thing was done in dvb-pll.h. --- gcc-2.95 compile fix. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | |||
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-26 | fixed support for the ADSTech Instant TV DVB-T USB (2.0 version) Thanks to ↵ | Patrick Boettcher | |
Gerolf Wendland for his support. hacked the firmware for the ADSTech USB2 to have a different USB ID than the USB1.1 version (to avoid conflicts in programming) Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-05-26 | Miscellaneous cleanups | Manu Abraham | |
Signed-off-by: Manu Abraham <manu@kromtek.com> | |||
2005-05-26 | Fix 22k tone control bug | Manu Abraham | |
Signed-off-by: Manu Abraham <manu@kromtek.com> | |||
2005-05-26 | Fix bug in LNB Power switching | Manu Abraham | |
Signed-off-by: Manu Abraham <manu@kromtek.com> | |||
2005-05-26 | Cleanup unnecessary (and undesirable) casts, demodulator_priv is already a void* | Manu Abraham | |
Suggestion from Andrew Morton Signed-off-by: Manu Abraham <manu@kromtek.com> | |||
2005-05-26 | Fix bug in mini DiSEqC code | Manu Abraham | |
The bug was visible as a warning with gcc-3.4.4(prerelease) Message: drivers/media/dvb/bt8xx/dst.c: 1349: warning: initialization from incompatible pointer type. Signed-off-by: Manu Abraham <manu@kromtek.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-21 | Fixed litte/big-endian conversion for raw remote-control keys. Thanks to ↵ | Patrick Boettcher | |
Martin Loschwitz for discovering the problem. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> Signed-off-by: Martin Loschwitz <madkiss@madkiss.org> | |||
2005-05-18 | adapted to tda1004x driver update | Hartmut Hackmann | |
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-14 | generate an irq after max. 8 packets, | Andreas Oberritter | |
disable pid filtering if there are no users, complain if the number of received packets does not match 'nbpackets', print the card's serial number, Signed-off-by: Andreas Oberritter <obi@linuxtv.org> | |||
2005-05-13 | Use of time_after() macro, defined at linux/jiffies.h, which deal with | Johannes Stezenbach | |
wrapping correctly and are nicer to read. Signed-off-by: Marcelo Feitoza Parisi <marcelo@feitoza.com.br> Signed-off-by: Domen Puncer <domen@coderock.org> | |||
2005-05-13 | added #define for device with faulty USB IDs | Patrick Boettcher | |
Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-05-11 | Fixed DiSeqC switching, which was wrongly taking over from skystar2.c. | Patrick Boettcher | |
Thanks to Joerg Riechardt for finding the bug and testing the Fix. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-05-10 | error checking when doing init was wrong (== 0 was missing). | Patrick Boettcher | |
Thanks to Gerolf Wendland for discovering. | |||
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 | drop obsolete skystar2 driver (superseeded by flexcop-pci) | Johannes Stezenbach | |
2005-05-05 | whitespace cleanup from kernel | Johannes Stezenbach | |
2005-05-05 | cleanup from kernel: remove some unused static inlines | Johannes Stezenbach | |
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 whitespace cleanups from kernel tree | 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 | |