summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Collapse)AuthorFilesLines
2009-08-21Remove org.ofono.at.ManagerDenis Kenzior4-618/+0
2009-08-21Remove unused functionDenis Kenzior1-6/+0
2009-08-21Enable multi-modem supportAki Niemi1-22/+73
This patch enables concurrent use of multiple ISI modems, e.g., all connected via USB using cdc_phonet.
2009-08-21Enable multiple instances of phonebook driverAki Niemi1-32/+18
2009-08-21Enable multiple instances of devinfo driverAki Niemi1-14/+29
2009-08-21Move struct isi_data to privateAki Niemi1-7/+0
2009-08-21Refactor isidevinfoAki Niemi1-56/+19
Remove storing of pending request objects to linked list; g_isi_client_destroy() will clear those properly. Fix naming of enums, and use DECLARE_SUCCESS() macro.
2009-08-21Pass modem instance to phonebook driverAki Niemi2-4/+6
2009-08-20Rename ofono_modem_*_userdataDenis Kenzior2-2/+2
Rename ofono_modem_get_userdata to ofono_modem_get_data Rename ofono_modem_set_userdata to ofono_modem_set_data For consistency with other drivers
2009-08-20Fix unused variable pbdDenis Kenzior1-2/+0
2009-08-20Fix return with no value warningDenis Kenzior1-1/+1
2009-08-20Fix a bunch of warnings about mixed signednessDenis Kenzior1-2/+2
2009-08-20Fix implicit declaration of ofono_phonebook_createDenis Kenzior1-0/+1
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-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-20Fix ISI driver side conditional nameAki Niemi1-3/+3
2009-08-20Add configure switch to disable PhoNet/ISI supportAki Niemi1-2/+4
2009-08-19Remove modem member from cb_dataDenis Kenzior11-45/+42
2009-08-19Fix release specific not reporting proper reasonDenis Kenzior1-1/+1
The proper disconnect reason was not being reported in the at modem voicecall plugin
2009-08-19Remove poll_clcc variableDenis Kenzior1-26/+17
The reference implementation will always poll. If a modem vendor has extensions for call status reporting, then those should be used in a separate driver
2009-08-19Update the AT modem voicecall driver for new APIDenis Kenzior3-223/+247
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-19Port AT modem driver to the new MWI apiDenis Kenzior1-0/+15
2009-08-19Remove unneeded function callDenis Kenzior1-1/+0
2009-08-19Update SIM AT driver to the new APIDenis Kenzior3-43/+69
2009-08-19Port SMS AT modem driver to the new APIDenis Kenzior3-179/+178
2009-08-19Remove unused memberDenis Kenzior1-1/+0
2009-08-19Phonet: add modem parameter to ISI client APIRémi Denis-Courmont2-2/+3
2009-08-19gisi: provide modem identifier through Netlink APIRémi Denis-Courmont1-2/+2
2009-08-17Port the USSD at driver to the new APIDenis Kenzior3-23/+47
2009-08-14Update the AT modem SSN driver to the new APIDenis Kenzior5-66/+148
2009-08-14Port over ISI modem driver to the new APIDenis Kenzior3-43/+58
2009-08-14Update the at phonebook driver to the new APIDenis Kenzior3-103/+111
2009-08-14Update at call settings driver to new APIDenis Kenzior3-46/+71
2009-08-14Update the at call meter driver for new APIDenis Kenzior3-72/+90
2009-08-14Update at modem call forwarding driverDenis Kenzior3-35/+66
2009-08-14Update at modem call-barring driver to the new APIDenis Kenzior3-36/+67
2009-08-14Add ISI modem SIM phonebook supportAlexander Kanavin4-1/+438
This patch only provides access to the SIM phonebook. Note that the interface to the SIM phonebook is quite slow, which may cause timeouts on phonebooks with a large number of entries using the default D-Bus timeout value.
2009-08-12Warn when (potentially) invalid input encounteredDenis Kenzior1-0/+10
2009-08-06Update AT modem plugin to use GAtChat loggingDenis Kenzior1-0/+9
Enabled if OFONO_AT_DEBUG environment variable is set
2009-08-06Fixup atmodem.c for gatchat changesDenis Kenzior1-7/+6
2009-08-05Fix record number in at_sim_update_record.Andrzej Zaborowski1-1/+1
2009-07-29Remove all uses of modem.hDenis Kenzior1-1/+1
2009-07-29Rename ofono_modem_userdataDenis Kenzior12-100/+111
2009-07-29Make plugins use ofono_modem_get_pathDenis Kenzior1-8/+8
2009-07-29Remove supports_tech variableDenis Kenzior1-12/+3
The proper way to register with a particular network technology is to use a band selection command (e.g. select 2G only or 3G only, or hybrid) The tech selection according to 27.007 is non-binding anyway