summaryrefslogtreecommitdiffstats
path: root/src/SBServices.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-13Rename service implementation sources to lowercase for consistencyGravatar Martin Szulecki1-269/+0
2010-01-13sbservices: use correct type for port parameter and rename itGravatar Nikias Bassen1-3/+3
2010-01-13sbservices: updated documentationGravatar Nikias Bassen1-1/+54
2010-01-13sbservices: use error conversion to get correct error codesGravatar Nikias Bassen1-18/+45
2010-01-12Refactor and unify internal debug system for ease of use and verbosityGravatar Martin Szulecki1-6/+6
This introduces a new debug_info macro which automatically prints the calling function, file and line number information instead of having that information passed to every old log_debug_msg call.
2010-01-12Rename utils to debug as it does exactly that, contain debug codeGravatar Martin Szulecki1-1/+1
2010-01-12SBServices: use new property_list_serviceGravatar Nikias Bassen1-15/+14
2010-01-09use new plist helper functionsGravatar Nikias Bassen1-128/+27
2009-12-15Support for new SBServices interfaceGravatar Nikias Bassen1-0/+291
This lockdown service has been introduced in firmware 3.1 and allows to re-arrange the Spr*ngboard icons from the computer. [#99 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>