Age | Commit message (Expand) | Author |
2003-05-03 | Update dec driver to work with 2.5 kernels | Alex Woods |
2003-04-30 | - introduce dvb_functions.h in order to make the dvb subsystem | Michael Hunold |
2003-04-29 | - portability fixes, follow compat.[hc] -> dvb_compat.[hc] changes | Holger Waechtler |
2003-04-28 | make dvbdmx_connect_frontend() and dvbdmx_disconnect_frontend() nonstatic | Holger Waechtler |
2003-04-26 | Revert ddelay() cleanup, discuss this first with Holger. | Michael Hunold |
2003-04-25 | fix syntax errors to get it compile again. | Holger Waechtler |
2003-04-25 | Lots of cosmetic changes in order to sync the CVS with | Michael Hunold |
2003-04-24 | Some fixes to get the "analog" i2c drivers to work for both 2.4 and | Michael Hunold |
2003-04-24 | - #include "compat.h" --> #include "dvb_compat.h" | Holger Waechtler |
2003-04-24 | Change "compat" to "dvb_compat". | Michael Hunold |
2003-04-22 | - removed the compatibility crap around KBUILD_MODNAME from all drivers, | Michael Hunold |
2003-04-20 | export dvbdmx_connect_frontend and dvbdmx_disconnect_frontend | Andreas Oberritter |
2003-04-20 | add cx24110 driver and remove LINUX_VERSION_CODE checks from regular code - | Holger Waechtler |
2003-04-15 | remove name/vendor/id strings, these caused only troubles everywhere and nobo... | Holger Waechtler |
2003-04-14 | remove _s suffixes from struct definitions | Holger Waechtler |
2003-03-31 | Small fixes to make the driver compile with 2.5.66 | Michael Hunold |
2003-03-28 | A whole bunch of small changes all over the place: | Michael Hunold |
2003-03-24 | code review | Holger Waechtler |
2003-03-24 | kmalloc->vmalloc where necessairy | Holger Waechtler |
2003-03-21 | even more portability stuff | Holger Waechtler |
2003-03-21 | many more portability changes | Holger Waechtler |
2003-03-21 | - more portability changes, move ddelay() into compat.h | 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-03-19 | add a flag FE_CAN_RECOVER to frontend capabilities. When you set this flag | Holger Waechtler |
2003-03-18 | fix comment and rename 'struct dvb_ringbuffer_s' to 'struct dvb_ringbuffer' | Holger Waechtler |
2003-03-17 | - Fixed the build-2.4 tree to compile with 2.4.18 kernels. | Michael Hunold |
2003-03-07 | added ioctl DMX_GET_STC | Johannes Stezenbach |
2003-03-06 | another attempt to get the poll() thing right... | Holger Waechtler |
2003-02-27 | - fix some bugs that appeared in system with both analog and digital | Michael Hunold |
2003-02-26 | fixed build for kernel versions < 2.5.63 | Andreas Oberritter |
2003-02-26 | - Compile fixes against 2.5.63 (daemonize() has been changed) | Michael Hunold |
2003-02-23 | Before changing promiscuous/multi state (and temporarily stopping | Davor Emard |
2003-02-20 | ensure that poll_wait() is always called in poll() | Holger Waechtler |
2003-02-18 | ring buffer cleanup | Oliver Endriss |
2003-02-17 | replaced pid2feed array by linked list, allow multiple | Andreas Oberritter |
2003-02-03 | NET_GET_IF ioctl implementation contributed by <lymes@tiscalinet.it> | Holger Waechtler |
2003-01-27 | Adjusted the versioning for the "get_user_pages()" function, | Michael Hunold |
2003-01-24 | implement vmalloc_to_page() again in order to maintain backward compatibility | Holger Waechtler |
2003-01-22 | Export dvb_swf_filter() | Florian Schirmer |
2003-01-18 | - add name field to struct dvb_adapter | Florian Schirmer |
2003-01-09 | - add #include <asm/semaphore.h> and #include <linux/timer.h> in order | Holger Waechtler |
2003-01-09 | take over Bugfixes and improvements by Ralph Metzler <rjkm@metzlerbros.org> | Holger Waechtler |
2003-01-09 | last commit did break select() | Andreas Oberritter |
2003-01-08 | apply optimisation patches suggested by Dr. Werner Fink <werner@suse.de> | Holger Waechtler |
2003-01-08 | use writers count, not users count to decide if we want to shut down the fron... | Holger Waechtler |
2003-01-08 | apply fix regarding first tune after device open reported by Andrew de Quince... | Holger Waechtler |
2003-01-03 | Fix build problems for 2.4.x kernels | Michael Hunold |
2003-01-03 | Build fixes for 2.5.x, thank Gregoire Favre <greg@ulima.unil.ch> | Michael Hunold |
2003-01-02 | Do not return values greater than zero | Florian Schirmer |