Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-18 | - remove dvb i2c code (all drivers are ported to kernel i2c) | Michael Hunold | |
- remove dvb i2c frontend (un)register code (all drivers use non-i2c frontend calls now) - add i2c driver ids for all frontends to dvb_frontend.h (should be submitted to i2c-id.h) - fix usage of i2c driver ids in dst, ves1x93, nxt6000 drivers - remove dvb i2c functionality from av7110 and budget drivers - remove dvb i2c functionality from Skystar2 driver - fix up kernel Makefile - add a FE_ATSC case to avoid compiler warning (print warning message instead) | |||
2004-08-08 | patch by Martin Binder: #include <linux/moduleparam.h> where necessary | Johannes Stezenbach | |
to make it compile with the SuSE 9.1 kernel | |||
2004-07-31 | merge back various cleanups from mainline kernel: | Johannes Stezenbach | |
- sparse annotiations (viro) - NULL noise removal (viro) - #if where #ifdef should've been (saa7146) (viro) - convert private ABS() to kernel's abs() (rddunlap) - dvb_register_i2c_device() locking fix for -ENOMEM (akpm) - dvb_register_i2c_bus() locking fix for -ENOMEM (akpm) | |||
2004-07-30 | - More MODULE_PARM -> module_param changes, all should be corrected now. | Kenneth Aafloy | |
- Remove unused av7110 DEBUG_VARIABLE. | |||
2004-07-08 | patch by Antonio Mancuso <antonio.mancuso@digitaltelevision.it> | Johannes Stezenbach | |
and Amauri Celani <acelani@essegi.net> to add support for the Technisat AirStar2 with Samsung TDTC9251DH01C(M) tuner | |||
2004-06-13 | fix Oops when the bloody i2c eeprom driver probes the DVB I2C bus | Johannes Stezenbach | |
2004-06-07 | - this patch allows the skystar2 driver to work with frontends which are ↵ | Michael Hunold | |
converted to use kernel I2C (stv0299). Thanks to Vadim Catana | |||
2004-05-28 | - clean up and sanitize various Kconfig entries | Michael Hunold | |
- especially sort the frontend modules by type and use a consistent naming scheme (although the distinction between demodulator, tuner and frontend gets fuzzier) | |||
2004-03-31 | - first try to fix the module use count bugs, thanks to Hernan A.Perez Masci ↵ | Michael Hunold | |
for his work! - dvb_net most likely doesn't work with 2.6 yet and dvb_net is untested in general | |||
2004-03-09 | Export pci ids, so hotplug works now. | Roberto Ragusa | |
(thanks to Gilberto De Faveri) | |||
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-15 | Add "skystar2" driver. Please review the Kconfig files. | 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... |