summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2018-01-20docs: update copyright year to 2018Aleksander Morgado1-0/+1
2018-01-10docs: add missing pieces to document the Intel Firmware Update serviceAleksander Morgado2-0/+5
2018-01-10mbimcli: new '--intel-modem-reboot' actionBen Chan1-0/+1
2018-01-10intel-firmware-update: add support for Intel Firmware Update serviceBen Chan2-1/+4
2017-09-13doc,atds: avoid redefining MbimAtdsProvider documentationAleksander Morgado1-1/+0
MbimAtdsProvider is a struct and is already documented in the ATDS service doc.
2017-09-13api: don't use intermediate variables for deprecation warningsAleksander Morgado2-1/+4
Using an intermediate constant variable breaks compilation with C compilers, as these variables cannot be used as initializers. Instead, define a deprecated type and cast all deprecated symbols to that type. We lose the information about what the new replacement symbol is, but we don't break compilation. Also, add MBIM_DISABLE_DEPRECATED guards around deprecated symbols. So that when this symbol is defined, e.g. via CFLAGS, building a program that uses the libmbim API will fail if the program references deprecated symbols. For now we just use it to keep gtk-doc-scan happy and avoid unnecessary warnings. Equivalent to ModemManager commits eedd4ab4457 and f0bb6ef856.
2017-08-03build: add other source files that affect the output of --help-allBen Chan1-0/+5
2017-06-28atds: add AT&T Device Service implementationDan Williams3-1/+20
See https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob;f=epan/dissectors/packet-mbim.c ATDS/Operators seems to be the same as BasicConnect/VisibleProviders except that CellularClass has been replaced with a "Provider PLMN Mode". ATDS/RegisterState seems to be exactly the same as BasicConnect/RegisterState if the Wireshark dissector is to be believed. Doesn't implement ATDS/SetProjectionTables yet.
2017-03-08docs: update copyright year to 2017Aleksander Morgado1-1/+5
2016-07-05docs: add missing documentation for the qmi-over-mbim serviceAleksander Morgado3-1/+9
2014-12-28libmbim-glib,message: new mbim_message_function_error_new()Aleksander Morgado1-0/+1
To be used by the proxy to mimic modem-generated commands.
2014-12-28libmbim-glib,message: new helper method to parse responsesAleksander Morgado1-0/+2
The MBIM "Command", "Open" and "Close" request messages can be replied using either a type specific response (e.g. "Command Done", or "Open Done" or "Close Done" or instead using a generic "Function Error" message. In order to ease the users of the library to look for errors in the received responses, the new mbim_message_response_get_result() method expects any of those two previous messages. We also bump version of the library to 1.11.1, to indicate when the new API was introduced, but this is Not a real release.
2014-07-31docs,libmbim-glib: split services in generic vs otherAleksander Morgado1-1/+5
2014-07-31docs,libmbim-glib: public property and signal namesAleksander Morgado1-6/+6
2014-07-31docs,libmbim-glib: add missing symbolsAleksander Morgado1-0/+3
2014-07-31docs,libmbim-glib: add proxy reference documentationAleksander Morgado1-0/+1
2014-07-31docs,libmbim-glib: include proxy related API in docsAleksander Morgado1-0/+33
For now, hide all the private implementations which are not supposed to be used out of libmbim-glib (e.g. mbim_message_open_done_new()).
2014-07-11build: update copyright years and authors listAleksander Morgado1-1/+1
2014-04-10libmbim: add support for custom servicesArnaud Desmier1-0/+4
* use mbim_register_custom_service API to register a new service. * use mbim_unregister_custom_service API to unregister it.
2014-03-09data: add libmbim iconAleksander Morgado1-0/+197
2014-03-06libmbim-glib: small layer for backwards compatibilityAleksander Morgado2-4/+13
2014-03-05docs: add documentation for the new 'MS Host Shutdown' serviceAleksander Morgado3-1/+9
2014-03-04libmbim-glib,uuid: new 'mbim_uuid_from_printable()'Aleksander Morgado1-0/+1
2014-02-27docs: add missing documentation for the MS Firmware ID serviceAleksander Morgado3-1/+9
2013-12-10build: move source code under src/Aleksander Morgado2-19/+19
2013-10-03docs: project logoAleksander Morgado2-0/+217
2013-09-13build: generate manpage for 'mbim-network'Aleksander Morgado1-3/+17
2013-09-13build: generate manpage for 'mbimcli'Aleksander Morgado2-1/+22
2013-06-24dss: add support for the DSS serviceAleksander Morgado3-1/+8
2013-06-24basic-connect: implement 'Emergency Mode' command handlingAleksander Morgado1-0/+5
2013-06-24basic-connect: implement 'Network Idle Hint' command handlingAleksander Morgado1-0/+5
2013-06-24stk: add support for the STK serviceAleksander Morgado3-1/+13
2013-06-24phonebook: add support for the Phonebook serviceAleksander Morgado3-1/+18
2013-06-23auth: add support for the Auth serviceAleksander Morgado2-1/+3
2013-06-23ussd: add support for the USSD serviceAleksander Morgado3-1/+18
2013-06-18sms: add support for SMS serviceAleksander Morgado3-1/+38
2013-06-13build: fix builds with srcdir!=builddirAleksander Morgado1-0/+2
2013-06-13docs: reorder version symbolsAleksander Morgado1-1/+1
2013-06-13libmbim-glib,api: provide version infoAleksander Morgado2-0/+9
2013-06-06basic-connect: implement 'Visible Providers' command handlingAleksander Morgado1-0/+5
2013-06-06basic-connect: implement 'Home Provider' command handlingAleksander Morgado1-0/+5
2013-05-30libmbim-glib, device: new properties to handle in-session supportAleksander Morgado1-0/+2
When a MbimDevice is created, one can then set the 'device-in-session' boolean property to specify that the device shouldn't attempt to send OPEN or CLOSE messages. Also, a new 'device-transaction-id' property is added to be able to specify which is the first transaction ID to use by the MbimDevice.
2013-05-21docs: setup sections for commandsAleksander Morgado3-1/+22
2013-05-21docs: rework libmbim-glib sectionsAleksander Morgado1-242/+197
2013-05-21docs: setup building documentationAleksander Morgado6-0/+556