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
/
ves1x93.c
Age
Commit message (
Expand
)
Author
2005-04-05
- remove unnecessary casts in frontends
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-01-30
fix unhandled invert_pwm option (needed on dbox2 hardware)
Andreas Oberritter
2004-11-16
- MODULE_PARM -> module_param
Kenneth Aafloy
2004-10-28
Imported FE_REFACTORING to HEAD
Andrew de Quincy
2004-09-12
Fixed dropouts on older DVB cards
Klaus Schmidinger
2004-08-25
Patch from Andreas Share / Gregoire Favre to fix tuning issues.
Andrew de Quincy
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-08-18
- remove dvb i2c code (all drivers are ported to kernel i2c)
Michael Hunold
2004-07-14
- Add missing dvb_unregister_frontend_new
Kenneth Aafloy
2004-07-12
- Properly lock the frontend module on open/close.
Kenneth Aafloy
2004-06-22
- accidently inverted BUG_ON() logic
Michael Hunold
2004-06-22
- more kernel i2c cleanups
Michael Hunold
2004-06-22
- don't leak memory, thanks to Kenneth Aafløy
Michael Hunold
2004-05-03
- remove 2.4 compat code, expect for ttusb_dec.c
Michael Hunold
2004-05-03
Overhaul frontend i2c subsystem because of the recent discussion about
Michael Hunold
2004-03-14
Fixed INVERSION_AUTO code so it no longer writes to the global initalisation ...
Andrew de Quincy
2004-03-11
Removed unused variable warning
Andrew de Quincy
2004-03-11
Checked in experimental frontend patch
Andrew de Quincy
2004-01-16
merge frontend improvements from DVB tree:
Johannes Stezenbach
2003-12-20
updated contributors.txt and some email addresses
Andreas Oberritter
2003-10-08
- allow private data to be associated with i2c devices
Andreas Oberritter
2003-10-08
replaced alps_bsrv2 driver by generic ves1893 & ves1993 driver
Andreas Oberritter