Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-27 | Renamed two functions. | Roberto Ragusa | |
Deleted spurious spaces. | |||
2003-12-26 | - remove unused variable | Michael Hunold | |
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 | Modify comment and printk. | Augusto Cardoso | |
2003-12-06 | Readded skystar2 diseqc from Vincenzo Di Massa. | Roberto Ragusa | |
2003-12-04 | update by Niklas Peinecke, Wolfgang This, Vincenzo Di Massa et al. | Holger Waechtler | |
2003-12-03 | full DiSEqC support by Vincenzo Di Massa | Holger Waechtler | |
2003-12-01 | add support for the FCIII. Contributed by Augusto Cardoso. | Holger Waechtler | |
2003-11-29 | apply adapter->capturing refcounting bug fixed by Wolfgang Thiel | Holger Waechtler | |
2003-11-26 | removed packet_header checks, these are handled in the demux code | Holger Waechtler | |
2003-11-25 | linux kernel coding style policy enforcement contributed by Robert Ragusa | Holger Waechtler | |
2003-11-23 | Applied patch by Vincenzo Di Massa to allow full-bandwidth feeds | Holger Waechtler | |
2003-11-18 | patch by Wolfgang Thiel: gcc-2.95 compile fixes, | Johannes Stezenbach | |
load skystar2 driver from insmod.sh script | |||
2003-11-10 | applied skystar2 tone burst patch by Vincenzo Di Massa and fixed a compile ↵ | Holger Waechtler | |
time cast warning | |||
2003-11-07 | Patch by Vadim Catana <skystar@moldova.cc>: | Johannes Stezenbach | |
Add support for Technisat SkyStar2 rev. 2.6B with Samsung TBMU24112IMB frontend. | |||
2003-10-31 | move around dvb_functions.h include to avoid build warnings | Johannes Stezenbach | |
2003-09-10 | - add missing #includes | Michael Hunold | |
- change io-variables from u32 to unsigned long - fix printk outputs | |||
2003-07-16 | Fix compilation with 2.5 | Michael Hunold | |
2003-07-16 | - change function return values from u32 to int where possible | Michael Hunold | |
- make all functions static - comment out unused functions - fix return values of some functions - ... | |||
2003-07-16 | - crap removal | Michael Hunold | |
2003-07-16 | - change comments | Michael Hunold | |
2003-07-14 | - indented the source properly | Michael Hunold | |
- removed some bogus separation comments - changed the default debug level to 0 | |||
2003-07-04 | remove trailing ';' | Holger Waechtler | |
2003-06-27 | import skystar2 driver. The author does not responds to emails, but since he ↵ | Holger Waechtler | |
released the driver under the terms of the LGPL it should be ok to incorporate it into theLinuxDVB project... |