Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-08 | - make needlessly global code static | Michael Hunold | |
- whitespace and newline cleanups Thanks to Adrian Bunk <bunk@stusta.de> | |||
2004-10-28 | Imported FE_REFACTORING to HEAD | Andrew de Quincy | |
2004-08-30 | make all client_register() and client_unregister() static | Johannes Stezenbach | |
2004-08-23 | - Fix: `I2C_CLASS_TV_DIGITAL' undeclared | Kenneth Aafloy | |
2004-08-18 | - forgot to remove all occurences of "#include "dvb_functions.h" which is ↵ | Michael Hunold | |
included just everywhere - remove dvb_i2c.[ch], it's not needed anymore - rename dvb_register_frontend_new() to dvb_register_frontend() - | |||
2004-08-18 | - port from dvb i2c to kernel i2c *untested* | Michael Hunold | |
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-05-03 | - remove 2.4 compat code, expect for ttusb_dec.c | Michael Hunold | |
(Alex, do you take care of that one?) | |||
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-21 | Remove spurious discontinuity message when starting streaming | Andrew de Quincy | |
2004-03-11 | fix 2.6 compile | Johannes Stezenbach | |
2004-03-11 | Fixed for 2.6.0 upwards | Andrew de Quincy | |
2004-01-29 | Fixed i2c code to detect nearly all errors | Andrew de Quincy | |
Added "V 2.1" to prevent warning message on driver load Some printks turned into dprintks | |||
2004-01-27 | Removed __initdata. It is now possible in kernel 2.6 to compile the | Andrew de Quincy | |
DVB drivers into a monolithic kernel. In which case, the USB firmware will be discarded erroneously. | |||
2004-01-18 | Fix for failing urb submission under 2.6 kernels | Alex Woods | |
2004-01-06 | - make DVB_TTUSB_BUDGET depend on USB | Michael Hunold | |
2003-12-20 | updated contributors.txt and some email addresses | Andreas Oberritter | |
2003-10-14 | Include 2.6 kernel janitor cleanups (eliminate #include duplication, shift | Michael Hunold | |
includes around) -- I don't care much about this... | |||
2003-10-09 | - backfeed patches from 2.6.0-test7, which have not gone through our cvs: | Michael Hunold | |
- janitorial fixes (mostly return code handling) - spelling fixes in Kconfig files - line breaks to re-formatting | |||
2003-10-01 | - clean up Kconfig files, use the new SELECT facility | Michael Hunold | |
- split up saa7146 compilation in core and video part | |||
2003-09-10 | - add missing #include for usb header file | Michael Hunold | |
- give back real error code instead of -1 in module init | |||
2003-07-15 | - "indent -kr -i8" | Michael Hunold | |
- remove unnecessary blank lines - disable debug by default - use c99 initializers | |||
2003-06-22 | Rollback to munges and split usb compat stuff out to fix building | Alex Woods | |
against 2.4 and 2.5 kernels. | |||
2003-06-21 | - compile and documentation fixes, enable bt8xx usb USB driver builds | Holger Waechtler | |
there is no reason not to submit the bt8xx driver with the next patchset, right? | |||
2003-06-21 | 2.5 compile fixes | Holger Waechtler | |
2003-05-27 | - remove enumeration typedefs | Michael Hunold | |
- change some includes | |||
2003-05-27 | Here comes a huge cleanup patch in order to get the sources into | Michael Hunold | |
"kernel shape": I mainly changed all "typedef struct foo_s {...} foo_t" to "struct foo {}". Please don't start a policy war, I know the pros cons of typedefs and structures. We should, however, stick to the coding rules of the kernel: typedefed structs are only used for opaque data types, where the internal representation is irrelevant and we have get()/set() functions for accessing them (ie. spinlock_t) | |||
2003-05-06 | Remove the ttusb-* drivers from the makelinks script and the | Michael Hunold | |
build process again, due to the unknown licensing issues with the firmware. | |||
2003-05-03 | Compiles againt 2.5 kernels - may even work. | Alex Woods | |
Should still work with 2.4 kernels.. | |||
2003-04-30 | Necessary configuration files for kernel inclusion | Michael Hunold | |
+ configuration files updates. | |||
2003-04-24 | - #include "compat.h" --> #include "dvb_compat.h" | Holger Waechtler | |
- return POLL_ERR in case of filter timeout | |||
2003-04-15 | remove name/vendor/id strings, these caused only troubles everywhere and ↵ | Holger Waechtler | |
nobody really needs them... | |||
2003-04-03 | - added usb semaphore, should fix usb_submit_urb-failures | Felix Domke | |
- some statistics (with DEBUG > 2) | |||
2003-03-18 | pass number of packets, not number of bytes to dvb_dmx_swfilter_packets() | Holger Waechtler | |
2003-03-18 | make running_feed_count local | Holger Waechtler | |
2003-03-18 | - start iso transfers in start_feed() in order to avoid bogus transfer ↵ | Holger Waechtler | |
packets at DSP initialisation time - some indentation to follow the kernel coding style rules | |||
2003-03-17 | crc checking and stc code dump | Holger Waechtler | |
2003-03-17 | ttusb driver revival, thanks to tmb for getting this working!!! | Holger Waechtler | |