summaryrefslogtreecommitdiff
path: root/diseqc.c
AgeCommit message (Expand)Author
2017-01-09Changed 'unsigned' to 'signed' in some places to avoid trouble with abs() in ...Klaus Schmidinger
2015-01-26Added support for "Satellite Channel Routing" (SCR) according to EN50607, als...Klaus Schmidinger
2013-12-28Changed '%a' to the POSIX compliant '%m' in all scanf() callsKlaus Schmidinger
2013-08-21Added basic support for positioners to control steerable satellite dishesKlaus Schmidinger
2013-05-02Fixed an error message when parsing SCR values in diseqc.confKlaus Schmidinger
2011-09-17Added device number selection to scr.confKlaus Schmidinger
2011-09-17Added a note about roundingKlaus Schmidinger
2011-09-11VDR now supports "Satellite Channel Routing" (SCR)Klaus Schmidinger
2011-09-10The DiSEqC codes are now copied in the call to cDiseqc::Execute()Klaus Schmidinger
2011-08-06Fixed handling DiSEqC codesKlaus Schmidinger
2011-05-22Fixed a possible race condition in cDiseqc::Execute()Klaus Schmidinger
2011-05-21Fixed a typoKlaus Schmidinger
2010-02-06Added device definitions to the diseqc.conf file formatKlaus Schmidinger
2009-12-06Several code modifications to avoid compiler warningsKlaus Schmidinger
2008-02-10Some code cleanupKlaus Schmidinger
2005-12-30Changed all "illegal" to "invalid" in error messagesKlaus Schmidinger
2005-01-09Added support for circular polarizationKlaus Schmidinger
2004-10-24Added cCondWait::Sleep() and using it to replace all usleep() callsKlaus Schmidinger
2002-12-08The actual tuning is now done in a separate threadKlaus Schmidinger
2002-10-06Modified channel handling; full DiSEqC supportKlaus Schmidinger