Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-22 | fixed userspace types | Andreas Oberritter | |
2003-03-21 | even more portability stuff | Holger Waechtler | |
2003-03-21 | many more portability changes | Holger Waechtler | |
2003-03-21 | - include "compat.h" always, we definitely need this trashcan... | Holger Waechtler | |
- replaced uint32_t and friends by u32 & co., for now only in frontend.h - everything else will take us in hell when we start to port this driver... | |||
2003-03-20 | Small changes all over the place: | Michael Hunold | |
- sync Kconfig and Makefiles with 2.5.65 - fix various things in saa7146 because of latest v4l changes in 2.5.65 - makelinks: removed the compat module from the 2.5.x build process - makelinks: removed the linkage of ttusb and bt8xx -- enable this again for the next patches, when ttusb is more stable and the bt8xx related patches have been applied by Gerd Knorr - dvb: removed the compat module from the 2.5.x build process, added #ifdefs around the inclusion of compat.h. this was necessary because having compat code in the newest 2.5.x kernel is awkward. - dvb: move around of dvb_usercopy again. because I removed the compat module from the 2.5.x build process, dvb_usercopy had to be moved to another file - dvb: change MOD_*_USE_COUNT to module_get/module_put in various files, but I'm not sure if I did this right. please review these changes. - dvb: removed the crc32 code from dvb_demux.c, because it's in compat.c, too. - dvb: removed some cruft from dvd_i2c.c, which is present in compat.h - all files: apply small fixes to reflect the new location of some header files | |||
2003-03-20 | Move important *internal* kernel header files to include/media. | Michael Hunold | |
2003-03-19 | add a flag FE_CAN_RECOVER to frontend capabilities. When you set this flag | Holger Waechtler | |
kdvb-fe won't try to tune multiple times, it won't try to zigzag, nothing. | |||
2003-03-07 | added ioctl DMX_GET_STC | Johannes Stezenbach | |
2003-03-07 | - add _DVB prefix to local defines in public include files | Holger Waechtler | |
- add explicit dependency rules | |||
2003-02-16 | #include <time.h> | Andreas Oberritter | |
2003-02-16 | typo | Andreas Oberritter | |
2003-02-07 | add complete 'enum xxxx {} xxxx_t' conventions everywhere | Holger Waechtler | |
2003-02-03 | NET_GET_IF ioctl implementation contributed by <lymes@tiscalinet.it> | Holger Waechtler | |
2003-01-30 | #include <time.h> | Andreas Oberritter | |
2002-12-26 | removed comma at end of enumerator list | Andreas Oberritter | |
2002-12-09 | audio status patch by Honza Petrous <hop@unibase.cz> | Holger Waechtler | |
2002-12-05 | fixed DMX_GET_PES_PIDS declaration | Johannes Stezenbach | |
2002-11-21 | added CA_DESCR support | Johannes Stezenbach | |
2002-11-18 | add FE_CAN_CLEAN_SETUP bit to avoid unnecessairy zigzag delay when using | Holger Waechtler | |
demodulators which can set new parameters without artifacts | |||
2002-10-28 | fix file name in banner | Holger Waechtler | |
2002-10-17 | oops, wrong directory... | Holger Waechtler | |
2002-10-17 | coding style | Holger Waechtler | |
2002-10-17 | include files | Holger Waechtler | |