summaryrefslogtreecommitdiff
path: root/dundee/device.c
Commit message (Collapse)AuthorAgeFilesLines
* dundee: return error if there is a connection procedure ongoingGustavo Padovan2013-06-291-0/+3
|
* dundee: Add dundee disconnect functionPaulo Borges2013-03-241-3/+11
|
* dundee: disconnect bluetooth link in case dial failsGustavo Padovan2012-08-171-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().
* dundee: add timeout to close stalled ppp handshakeGustavo Padovan2012-08-171-0/+28
| | | | | 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).
* dundee: Add PPP handling code to deviceDaniel Wagner2012-05-221-2/+252
|
* dundee: Add device D-Bus interfaceDaniel Wagner2012-05-221-0/+225
|
* dundee: Add driver helper functionsDaniel Wagner2012-05-221-0/+18
|
* dundee: Add device un/registerDaniel Wagner2012-05-221-1/+68
|
* dundee: Add skeleton implementation for deviceDaniel Wagner2012-05-221-0/+100