summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/b2c2/skystar2.c
AgeCommit message (Collapse)Author
2004-01-27Renamed two functions.Roberto Ragusa
Deleted spurious spaces.
2003-12-26- remove unused variableMichael Hunold
2003-12-10dmxdev.filternum fixRoberto Ragusa
2003-12-10Pid removal fix.Roberto Ragusa
Counters converted to int.
2003-12-10Optimization 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-09Modify comment and printk.Augusto Cardoso
2003-12-06Readded skystar2 diseqc from Vincenzo Di Massa.Roberto Ragusa
2003-12-04update by Niklas Peinecke, Wolfgang This, Vincenzo Di Massa et al.Holger Waechtler
2003-12-03full DiSEqC support by Vincenzo Di MassaHolger Waechtler
2003-12-01add support for the FCIII. Contributed by Augusto Cardoso.Holger Waechtler
2003-11-29apply adapter->capturing refcounting bug fixed by Wolfgang ThielHolger Waechtler
2003-11-26removed packet_header checks, these are handled in the demux codeHolger Waechtler
2003-11-25linux kernel coding style policy enforcement contributed by Robert RagusaHolger Waechtler
2003-11-23Applied patch by Vincenzo Di Massa to allow full-bandwidth feedsHolger Waechtler
2003-11-18patch by Wolfgang Thiel: gcc-2.95 compile fixes,Johannes Stezenbach
load skystar2 driver from insmod.sh script
2003-11-10applied skystar2 tone burst patch by Vincenzo Di Massa and fixed a compile ↵Holger Waechtler
time cast warning
2003-11-07Patch by Vadim Catana <skystar@moldova.cc>:Johannes Stezenbach
Add support for Technisat SkyStar2 rev. 2.6B with Samsung TBMU24112IMB frontend.
2003-10-31move around dvb_functions.h include to avoid build warningsJohannes Stezenbach
2003-09-10- add missing #includesMichael Hunold
- change io-variables from u32 to unsigned long - fix printk outputs
2003-07-16Fix compilation with 2.5Michael Hunold
2003-07-16- change function return values from u32 to int where possibleMichael Hunold
- make all functions static - comment out unused functions - fix return values of some functions - ...
2003-07-16- crap removalMichael Hunold
2003-07-16- change commentsMichael Hunold
2003-07-14- indented the source properlyMichael Hunold
- removed some bogus separation comments - changed the default debug level to 0
2003-07-04remove trailing ';'Holger Waechtler
2003-06-27import 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...