summaryrefslogtreecommitdiffstats
path: root/dundee
AgeCommit message (Collapse)AuthorFilesLines
2012-10-25systemd: prevent duplicate logging messages in journalMarti Raudsepp1-0/+1
By default, both stderr and syslog messages go to the systemd journal, which results in duplicate messages being logged. Thanks to Vinicius Costa Gomes for pointing out this problem.
2012-08-17dundee: disconnect bluetooth link in case dial failsGustavo Padovan1-0/+2
If the ATD*99# dial fails for some reason, NO CARRIER, for example, we need to disconnect the bluetooth link and do further clean up on disconnect_callback().
2012-08-17dundee: explicit shutdown the bluetooth file descriptorGustavo Padovan1-0/+7
If we do not shut it down the fd can remain opened. This make impossible to try a re-connect: busy is returned in this case. We call shutdown here to make sure that the link is always closed.
2012-08-17dundee: add timeout to close stalled ppp handshakeGustavo Padovan3-0/+35
If something goes wrong the PPP handshake can stall, then we just add a timer to return an error after a certain timeout (15 seconds).
2012-05-29build: Remove dependency on libcap-ngMarcel Holtmann1-13/+0
2012-05-22dundee: Add Bluetooth DUN driverDaniel Wagner3-0/+295
2012-05-22dundee: Add PPP handling code to deviceDaniel Wagner1-2/+252
2012-05-22dundee: Add device D-Bus interfaceDaniel Wagner2-0/+226
2012-05-22dundee: Add driver helper functionsDaniel Wagner2-0/+23
2012-05-22dundee: Add device un/registerDaniel Wagner2-1/+89
2012-05-22dundee: Add callback helpersDaniel Wagner1-0/+44
2012-05-22dundee: Manager append devicesDaniel Wagner1-0/+22
2012-05-22dundee: Add skeleton implementation for deviceDaniel Wagner3-1/+118
2012-05-22dundee: Add Manager interfaceDaniel Wagner3-6/+109
2012-05-22dundee: Add systemd configuration fileDaniel Wagner1-0/+11
2012-05-22dundee: Add D-Bus configuration fileDaniel Wagner1-0/+23
2012-05-22dundee: Add D-Bus error messagesDaniel Wagner2-0/+48
2012-05-22dundee: Add skeleton implementationDaniel Wagner2-0/+301