summaryrefslogtreecommitdiffstats
path: root/plugins/cinterion.c
AgeCommit message (Collapse)AuthorFilesLines
2015-05-13cinterion: Correct use of freed structureAlex J Lennon1-2/+2
On error struct cb_data *cbd was used after in cinterion_set_online after already being freed.
2015-05-13cinterion: Register as OFONO_VENDOR_CINTERIONAlex J Lennon1-1/+3
This enables us to take advantage of vendor specific quirks (e.g. signal strength handling specifics for tc65)
2015-05-13tc65: Replace tc65 plugin with cinterion pluginAlex J Lennon1-0/+248
On the basis that tc6x and other Cinterion devices will likely have similar firmware requirements, provide a generic Cinterion plugin which is functionally identical to the replaced tc65 plugin. The udev implementation retains support for "tc65" name for backwards compatibility, and adds support for the new "cinterion" name.