Age | Commit message (Expand) | Author |
2005-03-17 | Modified dvb_register_adapter() to avoid kmalloc/kfree. Drivers have to | Andreas Oberritter |
2005-03-09 | - clear up confusion between ids and adapters | Kenneth Aafloy |
2005-03-09 | - kfree(NULL) is safe | Kenneth Aafloy |
2005-03-02 | whitespace cleanup (remove ws at eol, sync with changes in mainline kernel) | Johannes Stezenbach |
2005-02-12 | patch by Adrian Bunk: | Johannes Stezenbach |
2005-01-22 | Added support for up to six DVB devices | Andrew de Quincy |
2004-11-17 | patch by Adrian Bunk: | Johannes Stezenbach |
2004-08-18 | - add the include to the header file, it's needed at other places, too | Michael Hunold |
2004-08-18 | - #include <linux/smp_lock.h> to avoid warnings about lock_kernel() | Michael Hunold |
2004-08-18 | - forgot to remove all occurences of "#include "dvb_functions.h" which is inc... | Michael Hunold |
2004-08-18 | - nuke dvb functions stuff | Michael Hunold |
2004-08-08 | patch by Martin Binder: #include <linux/moduleparam.h> where necessary | Johannes Stezenbach |
2004-08-06 | - add sysfs/udev support using "class_simple" | Michael Hunold |
2004-07-31 | merge back various cleanups from mainline kernel: | Johannes Stezenbach |
2004-07-30 | - More MODULE_PARM -> module_param changes, all should be corrected now. | Kenneth Aafloy |
2004-05-03 | - remove 2.4 compat code, expect for ttusb_dec.c | Michael Hunold |
2004-03-31 | - first try to fix the module use count bugs, thanks to Hernan A.Perez Masci ... | Michael Hunold |
2003-10-15 | fixed the bug found by this portuguese girl. | Holger Waechtler |
2003-10-14 | Pass thorugh return value of register_chrdev() | Michael Hunold |
2003-09-10 | Use iminor() instead of minor(), add a macro to provide 2.4 | Michael Hunold |
2003-08-21 | Port the latest video device changes (multiple read device opens) | Michael Hunold |
2003-06-18 | When I submitted the last patchset for the 2.5 kernel series, | Michael Hunold |
2003-05-28 | Some include fixes to make the code compile again both with | Michael Hunold |
2003-05-28 | Feed 2.5 changes to CVS. | Michael Hunold |
2003-05-27 | - remove enumeration typedefs | Michael Hunold |
2003-05-06 | Add a new "dvb_functions.c" and populate it with the | Michael Hunold |
2003-05-06 | Make the dvb-core compile again under 2.5.69. This time I made it the | Michael Hunold |
2003-04-30 | - introduce dvb_functions.h in order to make the dvb subsystem | Michael Hunold |
2003-04-24 | Change "compat" to "dvb_compat". | Michael Hunold |
2003-04-20 | add cx24110 driver and remove LINUX_VERSION_CODE checks from regular code - | Holger Waechtler |
2003-03-31 | Small fixes to make the driver compile with 2.5.66 | Michael Hunold |
2003-03-21 | many more portability changes | Holger Waechtler |
2003-03-21 | - include "compat.h" always, we definitely need this trashcan... | Holger Waechtler |
2003-03-20 | Small changes all over the place: | Michael Hunold |
2003-01-18 | - add name field to struct dvb_adapter | Florian Schirmer |
2003-01-03 | Build fixes for 2.5.x, thank Gregoire Favre <greg@ulima.unil.ch> | Michael Hunold |
2002-12-29 | Major cleanup: the goal is to get rid of the budget card <=> saa7146.o <=> vi... | Michael Hunold |
2002-10-18 | make devbdev_template a const pointer | Holger Waechtler |
2002-10-17 | add "DVB: " prefix to kernel boot messages | Holger Waechtler |
2002-10-17 | s/dvb_adapter_t/struct dvb_adapter/g | Holger Waechtler |
2002-10-17 | s/generic_usercopy/video_usercopy/g | Holger Waechtler |
2002-10-17 | C99 fixes | Holger Waechtler |
2002-10-16 | the 2.5 tree | Holger Waechtler |