index
:
mediapointer-dvb-s2
master
Mediapointer DVB-S2 driver
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
/
drivers
/
media
/
dvb
/
frontends
/
grundig_29504-491.c
Age
Commit message (
Expand
)
Author
2004-08-24
- replace dvb_unregister_frontend_new() with dvb_unregister_frontend()
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-07-17
- Add missing #include <linux/moduleparam.h>
Kenneth Aafloy
2004-07-16
- Conversion to Kernel I2C layer.
Kenneth Aafloy
2004-03-11
Checked in experimental frontend patch
Andrew de Quincy
2003-10-08
- allow private data to be associated with i2c devices
Andreas Oberritter
2003-06-23
FEC index limit mask has to be 0x07 - not 0x3
Holger Waechtler
2003-06-23
remove bogus out-of-range check, FEC table index is limited to 0...7 due to &...
Holger Waechtler
2003-06-18
When I submitted the last patchset for the 2.5 kernel series,
Michael Hunold
2003-05-27
- remove enumeration typedefs
Michael Hunold
2003-05-27
Use C99 initializers.
Michael Hunold
2003-04-30
- introduce dvb_functions.h in order to make the dvb subsystem
Michael Hunold
2003-04-28
I forgot some frontend drivers, some more compile fixes for 2.5.68
Michael Hunold
2003-04-26
Revert ddelay() cleanup, discuss this first with Holger.
Michael Hunold
2003-04-25
Lots of cosmetic changes in order to sync the CVS with
Michael Hunold
2003-04-24
- #include "compat.h" --> #include "dvb_compat.h"
Holger Waechtler
2003-03-22
more portability, now frontend modules build out of the box
Holger Waechtler
2002-12-29
Major cleanup: the goal is to get rid of the budget card <=> saa7146.o <=> vi...
Michael Hunold
2002-11-18
add FE_CAN_CLEAN_SETUP bit to avoid unnecessairy zigzag delay when using
Holger Waechtler
2002-10-16
the 2.5 tree
Holger Waechtler