Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-06 | coding style & whitespace | Johannes Stezenbach | |
2004-01-06 | - make DVB_TTUSB_BUDGET depend on USB | Michael Hunold | |
2004-01-06 | - fix compilation with "make allyesconfig": make av7110 | Michael Hunold | |
compile-firmware-in-driver option depend on STANDALONE - change some default file locations from /etc/dvb/ to /usr/lib/hotplug/firmware/ | |||
2004-01-06 | minor whitepsace / coding style cleanup | Johannes Stezenbach | |
2004-01-06 | return -ERESTARTSYS from ci_ll_read/write() if interrupted | Johannes Stezenbach | |
2004-01-06 | whitespace / coding style | Johannes Stezenbach | |
2004-01-06 | minor whitespace / coding style fixes | Johannes Stezenbach | |
2004-01-06 | avoid warnings: jiffies is unsigned long, not u32 | Johannes Stezenbach | |
2004-01-05 | - use time_after() for timeouts | Johannes Stezenbach | |
- added some comments about firmware interface - coding style and whitespace cleanups | |||
2004-01-05 | - fix compiler warning | Michael Hunold | |
- fix problems caused by changes in ioctl definitions | |||
2004-01-05 | - removed now useless test for current->files in recover_arm() | Johannes Stezenbach | |
- coding style / formatting fixes (mostly whitespace) | |||
2004-01-05 | - removed some unused fields from struct av7110 | Johannes Stezenbach | |
- retab | |||
2004-01-05 | Split av7110.c into a few separate modules: | Johannes Stezenbach | |
- av7110.c: initialization and demux stuff - av7110_hw.c: lowlevel hardware access and firmware interface - av7110_ca.c: CI and ECD - av7110_av.c: audio/video MPEG decoder and remuxing stuff - av7110_v4l.c: v4l interface It's all still ugly and needs lots of namespace and coding-style cleanups. It's probably broken, too. But it's a start. (My main motivation is easier porting to the V4 API). | |||
2004-01-04 | Apply Hans-Frieder Vogt's patch for calculating firmware CRCs. | Alex Woods | |
Update ttusb-dec docs accordingly. Add him to contributors file and correct a typo. | |||
2004-01-02 | - fix release of vbi device with DVB-C cards | Michael Hunold | |
2004-01-01 | - make drivers select FW_LOADER automatically via Kconfig SELECT option | Michael Hunold | |
1) fixes compile error for av7110 when FW_LOADER was not set manually 2) let's the user select TTUSB-DEC when FW_LOADER is not wet manually | |||
2003-12-27 | Rudimentary section filter support (enough for scan). | Alex Woods | |
Alter hotplug firmware naming to fit in with dvb standard. | |||
2003-12-27 | Memory optimization: do not allocate firmware buffer if firmware is compiled ↵ | Oliver Endriss | |
into the driver. Saves 220KB vmem. | |||
2003-12-26 | - remove unused variable | Michael Hunold | |
2003-12-24 | - use CONFIG_DVB_AV7110_FIRMWARE_FILE if we need to vfree() the firmware | Michael Hunold | |
strucure, not the kernel version number | |||
2003-12-24 | - rename "hack" commentary to "support for analog module of dvb-c" (as it is ↵ | Michael Hunold | |
in 2.6.0) | |||
2003-12-24 | - give more credit to Jamie Honan, he's the guy that has done most of the | Michael Hunold | |
hard work for TwinHan / DST support. | |||
2003-12-24 | - add -Idrivers/media/dvb/frontends to Makefile, needed for dst include | Michael Hunold | |
2003-12-23 | remove AUTO_INVERSION for capabilities (not true) | Jamie Honan | |
allow params dst_type_flags and dst_type to have multiple values for multiple cards in one machine | |||
2003-12-21 | - add Kconfig foo to select a firmware that can be compiled into the | Michael Hunold | |
firmware again - move fdump.c utility from "ttusb-dec" to "ttpci", it's not need by "ttusb-dec" anymore, but by "ttpci" now | |||
2003-12-21 | - apply dvb-ttpci/av7110 firmware removal from 2.6.0 patch here, too, but: | Michael Hunold | |
the firmware is still compiled into the driver for 2.4 by default, the necessary files are created dynamically from the firmware file. get it from http://www.linuxtv.org/download/dvb/dvb-ttpci-01.fw - revamp fdump utility to be smarter when the source file isn't there | |||
2003-12-20 | increase mdelay from 30 to 50 to be more reliable with bad reception quality | Andreas Oberritter | |
2003-12-20 | updated contributors.txt and some email addresses | Andreas Oberritter | |
2003-12-20 | corrected handling of feed lists | Andreas Oberritter | |
2003-12-10 | dmxdev.filternum fix | Roberto Ragusa | |
2003-12-10 | Pid removal fix. | Roberto Ragusa | |
Counters converted to int. | |||
2003-12-10 | Optimization for pid 0x2000 and code simplification. | Augusto Cardoso | |
2003-12-10 | - pid addition/removal and open_whole_bandwidth() reworked: | Roberto Ragusa | |
add_pid() and remove_pid() handle ref count tables only; add_hw_pid() and remove_hw_pid() set the hardware, enabling/disabling whole_bandwidth when necessary; pid==0x2000 is considered special by *_hw_* functions only. - write_reg_op() replaced by write_reg_bitfield(), simpler, cleaner instead of: write_reg_op(adapter,0x456,3,0xffffe000,0x1234); we have now: write_reg_bitfield(adapter,0x456,0x00001fff,0x1234); - better usage of u8, u16, u32, int - changed hexadecimal values to lowercase - improved enable_hw_filters and related log messages - lot of coding styling fixes | |||
2003-12-09 | use correct delay values, don't divide by HZ when using dvb_delay(). | Holger Waechtler | |
found by Artur Skawina. | |||
2003-12-09 | Modify comment and printk. | Augusto Cardoso | |
2003-12-08 | Add a parameter to dvb_filter_pes2ts function to specify whether the packet | Alex Woods | |
is a payload unit start or not. | |||
2003-12-07 | Use the hotplug firmware loader for 2.6 kernels instead of compiling the | Alex Woods | |
firmware into the module. | |||
2003-12-06 | Readded skystar2 diseqc from Vincenzo Di Massa. | Roberto Ragusa | |
2003-12-05 | Correct the USB id of the DEC3000-s. | Alex Woods | |
Implement a little more of the frontend. | |||
2003-12-05 | Prepare driver for DEC3000-s support. | Alex Woods | |
Add a DEC3000-s frontend with some of FE_SET_FRONTEND implemented (thanks to Pedro Gutiérrez for USB logs of the DEC3000-s). Prepare bootcode loader for easy transition to firmware loader for 2.6 kernels. Get Makefiles to pull in DEC3000-s bootcode. Turn echo off for ugly bootcode header hacks in 2.4 build Makefile. Note: At this stage, connecting a DEC3000-s will probably just make it reboot over and over. | |||
2003-12-04 | update by Niklas Peinecke, Wolfgang This, Vincenzo Di Massa et al. | Holger Waechtler | |
2003-12-03 | emard's cleanup | Holger Waechtler | |
2003-12-03 | full DiSEqC support by Vincenzo Di Massa | Holger Waechtler | |
2003-12-02 | Integrate frontend into ttusb_dec module and remove pseudo-i2c bits. | Alex Woods | |
Move ttusb_dec header into source file. Build just a ttusb_dec.o module. | |||
2003-12-02 | emard's new section demux code. Please test! | Holger Waechtler | |
2003-12-01 | add support for the FCIII. Contributed by Augusto Cardoso. | Holger Waechtler | |
2003-12-01 | patch for the mt312 module, targeting the VP310. Contributed by Augusto Cardoso. | Holger Waechtler | |
1) Reduced heat in most applications of the VP310. This is specially important on the Skystar2 application. Some old boards based on the VP310 will have heat problems without this patch an may be permanently damaged. 2) Implement "auto" inversion mode for the VP310. With this and a VP310, you don't have to worry about inversion, this is like it should be. 3) Remove unnecessary "prints". 4) Add the ability to generate a module with the option to use debug. When MT312_DEBUG is 0, there is no debug code in the module. When it's set to 1, it's possible to control debug using the module parameter "debug=1" | |||
2003-11-29 | apply adapter->capturing refcounting bug fixed by Wolfgang Thiel | Holger Waechtler | |
2003-11-29 | set FE_HAS_LOCK only when all low-order bits are valid | Holger Waechtler | |
2003-11-27 | - completed nokia board support | Andreas Oberritter | |
- increased delay before inversion change to 30ms to get constant results - added 30ms delay after FE_SET_FRONTEND for quick and stable tuning. don't know why it is that much faster with it, I noticed it by pure luck after adding a printk which delayed for about 4 jiffies. ;) maybe it avoids a bug or delay in some other part of the code (maybe dvb_frontend.c?). feedback by pci card users would be appreciated. - changed a c++ comment to c style |