summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-20Fix unused variable pbdDenis Kenzior1-1/+0
2009-08-20Fix unused variable chatDenis Kenzior1-1/+0
2009-08-20Fix implicit declaration of ofono_netreg_createDenis Kenzior1-0/+1
2009-08-20Fix control reaches end of non-void functionDenis Kenzior1-0/+2
2009-08-20Fix unused variable err warningDenis Kenzior1-1/+0
2009-08-20Fix implicit declaration of close warningDenis Kenzior1-0/+1
2009-08-20Update ISI driver for new devinfo APIDenis Kenzior4-376/+455
2009-08-20Update the AT modem driver to the new devinfo apiDenis Kenzior4-171/+233
2009-08-20Break out device info into a separate driverDenis Kenzior8-155/+278
2009-08-20Use types.h instead of driver.h hereDenis Kenzior5-5/+7
2009-08-20Remove unused variablesDenis Kenzior1-4/+0
2009-08-20Fix ISI driver side conditional nameAki Niemi1-3/+3
2009-08-20Fix make distcheck and clear GISI build flags when disabledAki Niemi2-8/+13
2009-08-20Add configure switch to disable PhoNet/ISI supportAki Niemi3-3/+14
2009-08-20gisi: PEP: use more portable non-blocking and close-on-execRémi Denis-Courmont1-1/+4
2009-08-19Fix make distcheck - gisi/modem.hDenis Kenzior1-1/+1
2009-08-19Fix make distcheckDenis Kenzior1-1/+1
2009-08-19Remove modem member from cb_dataDenis Kenzior11-45/+42
2009-08-19Fix release specific not reporting proper reasonDenis Kenzior1-1/+1
2009-08-19Emit the DisconnectReason signalDenis Kenzior1-1/+28
2009-08-19Make sure call history handles waiting callsDenis Kenzior1-1/+2
2009-08-19Remove poll_clcc variableDenis Kenzior1-26/+17
2009-08-19Update the AT modem voicecall driver for new APIDenis Kenzior3-223/+247
2009-08-19Evolve the voicecall driverDenis Kenzior6-519/+584
2009-08-19Remove dead code in voicecall at driverDenis Kenzior1-31/+0
2009-08-19Update netreg AT modem driver to the new APIDenis Kenzior3-96/+109
2009-08-19Evolve the netreg driverDenis Kenzior5-342/+434
2009-08-19Move mcc & mnc defines to types.hDenis Kenzior2-4/+4
2009-08-19Refine errors returned by message-waitingDenis Kenzior1-4/+10
2009-08-19Port AT modem driver to the new MWI apiDenis Kenzior1-0/+15
2009-08-19Evolve message waiting low level APIDenis Kenzior5-185/+249
2009-08-19Add a new SIM not ready errorDenis Kenzior2-0/+7
2009-08-19Update voicecalls to the new SIM APIDenis Kenzior1-12/+29
2009-08-19Update network registration to the new SIM APIDenis Kenzior1-14/+61
2009-08-19Update message waiting to the new SIM APIDenis Kenzior1-17/+64
2009-08-19Remove traces of sim_manager from modem.cDenis Kenzior1-5/+0
2009-08-19Remove unneeded function callDenis Kenzior1-1/+0
2009-08-19Update SIM AT driver to the new APIDenis Kenzior3-43/+69
2009-08-19Evolve SIM driverDenis Kenzior7-327/+454
2009-08-19Move ofono_destroy_fun to types.hDenis Kenzior2-2/+2
2009-08-19Remove unneeded variableDenis Kenzior1-1/+0
2009-08-19Fix cut and paste errorDenis Kenzior1-1/+1
2009-08-19Fix whitespace and style issuesDenis Kenzior6-11/+10
2009-08-19Refactor ECC: Free the new_en_listDenis Kenzior1-0/+6
2009-08-19Port SMS AT modem driver to the new APIDenis Kenzior3-179/+178
2009-08-19Evolve SMS driver APIDenis Kenzior5-172/+263
2009-08-19Remove unused memberDenis Kenzior1-1/+0
2009-08-19gisi: fix pipe create request endianess problemsRémi Denis-Courmont1-8/+11
2009-08-19gisi: bind pipe end point *before* getting its handleRémi Denis-Courmont1-1/+1
2009-08-19Phonet: GPRS pipe end point low-level supportRémi Denis-Courmont3-0/+149