summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem/isimodem.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-19Phonet: add modem parameter to ISI client APIRémi Denis-Courmont1-1/+1
2009-08-19gisi: provide modem identifier through Netlink APIRémi Denis-Courmont1-2/+2
2009-08-14Port over ISI modem driver to the new APIDenis Kenzior1-3/+6
2009-08-14Add ISI modem SIM phonebook supportAlexander Kanavin1-0/+2
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-07-29Rename ofono_modem_userdataDenis Kenzior1-0/+1
2009-07-13Fix unused variable warningDenis Kenzior1-2/+0
2009-07-14Fix printf compiler warning with size_t data typeMarcel Holtmann1-1/+1
2009-07-09Fix isimodem segfault on modem removalAki Niemi1-8/+34
This fixes segfaults resulting either from destroying a NULL ISI client, or when multiple ISI modems become available, and get removed in the wrong order. To support multiple ISI modems concurrently, a modem object needs to be exposed via the gisi API, and tracked by the ISI driver. This is a TODO item to add.
2009-07-07Fix error value to no error in successAki Niemi1-1/+4
2009-07-07Initialize to NULLAki Niemi1-4/+4
2009-07-07Add modem attribute retrievalAki Niemi1-15/+334
Refactor isimodem.c to add support for querying modem attributes over the ISI protocol.
2009-06-25Add baseline for ISI modem driverAki Niemi1-0/+128