summaryrefslogtreecommitdiffstats
path: root/libusbmuxd.c
AgeCommit message (Collapse)AuthorFilesLines
2009-04-25indent -kr -utGravatar Nikias Bassen1-57/+81
2009-04-17removed some compiler warningsGravatar Nikias Bassen1-3/+3
2009-04-08increased read timeout for the device record reading procedure, asGravatar Nikias Bassen1-1/+1
the short wait sometimes results in "no devices found"
2009-04-06silence some debugging outputGravatar Nikias Bassen1-2/+2
2009-03-29[PATCH] renamed: usbmuxd.h -> usbmuxd-proto.hGravatar Paul Sladen1-2/+2
renamed: libusbmuxd.h -> usbmuxd.h Use 'install' in Makefile build libusbmuxd.so (use with '#include <usbmux.h>' and -lusbmuxd add *.so to .gitignore Really this time. Signed-off-by: Nikias Bassen <nikias@gmx.li>
2009-03-29[PATCH] usbmuxd/libusbmuxd.h: separate logic from implementationGravatar Paul Sladen1-13/+21
tweak public parameter and struct names for clarity fix usbmuxd_scan() to return number of devices per documentation expand public documentation in libusbmux.h Signed-off-by: Nikias Bassen <nikias@gmx.li>
2009-03-28debugging output fixedGravatar Nikias Bassen1-0/+170
'libusbmuxd' added to simplify use of usbmuxd in external tools testclient removed setting of configuration 3 disabled (to be handled by udev)