summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2009-09-18Add disconnection functionDenis Kenzior1-0/+22
2009-09-17Convert all the modem drivers to the new APIDenis Kenzior8-30/+109
2009-09-10Fix double free issueDenis Kenzior1-2/+0
2009-09-10Enable cell broadcast for phonesim pluginDenis Kenzior1-0/+2
2009-09-10Fix memory leakDenis Kenzior1-2/+1
2009-09-08Add option to phonesim to run with or without multiplexerMarcel Holtmann2-1/+39
2009-09-07Add a few more comments to the calypso pluginDenis Kenzior1-4/+12
2009-09-08Add more calypso specific quirks when using phonesimMarcel Holtmann1-2/+12
2009-09-08Add support for using phonesim and calypso for testingMarcel Holtmann2-32/+90
2009-09-05Update modem configuration parameter parsing for generic AT pluginMarcel Holtmann1-2/+2
2009-09-04Update calypso modem driverDenis Kenzior1-1/+1
2009-09-04Make calypso plugin use the permissive parserDenis Kenzior1-157/+1
2009-09-04Make G1 driver use the permissive parserDenis Kenzior1-85/+1
2009-09-05Add plugin for generic AT testing modem driverMarcel Holtmann2-3/+157
2009-09-04Add example modem configuration for TI Calypso based devicesMarcel Holtmann1-0/+5
2009-09-04Fix style issuesDenis Kenzior1-29/+33
2009-09-03Make sure modemconf handles calypso driverDenis Kenzior1-1/+2
2009-09-03Add calypso pluginDenis Kenzior1-0/+539
2009-09-03Add support for SIM atom to HSO driverMarcel Holtmann1-0/+2
2009-09-03Add support for SIM atom to MBM driverMarcel Holtmann1-0/+2
2009-09-03Add basic support for Option HSO based devicesMarcel Holtmann3-10/+229
2009-09-03Add basic support for Novatel based devicesMarcel Holtmann3-0/+196
2009-09-03Add basic support for Huawei based devicesMarcel Holtmann3-5/+210
2009-09-02Add Ericsson MBM device detection to udev pluginMarcel Holtmann2-3/+295
2009-09-02Add udev rules to identify modem driverMarcel Holtmann1-0/+37
2009-09-02Some minor coding style cleanups for G1 pluginMarcel Holtmann1-8/+7
2009-09-02Parse and use Address and Port options from modem.confMarcel Holtmann2-3/+38
2009-09-02Parse and use Device option from modem.confMarcel Holtmann3-2/+33
2009-09-02Remove generic_at pluginMarcel Holtmann2-597/+0
2009-09-02Fix some broken DOS newline messupMarcel Holtmann1-168/+177
2009-09-02Update the modem.conf example one more timeMarcel Holtmann1-19/+6
2009-09-02Remove the async TTY open helper and just use a blocking oneMarcel Holtmann3-214/+29
2009-09-02G1: Add an SMS quirk for CNMI modeAndres Salomon1-0/+3
2009-09-02Use proper debug calls for pure debugging outputMarcel Holtmann1-5/+5
2009-09-02Add a separate plugin for connection to phone simulatorMarcel Holtmann1-0/+168
2009-09-02Update modem.conf exampleMarcel Holtmann1-4/+2
2009-09-02G1: Add a G1 syntax for parsingAndres Salomon1-2/+85
2009-09-02G1: Add initial HTC G1 modem supportAndres Salomon1-0/+182
2009-09-02Update modemconf driver to the new ofono_modem_createDenis Kenzior1-1/+1
2009-09-02Change plugins to the new ofono_modem_create apiDenis Kenzior1-1/+1
2009-09-02Use OFONO_AT_DEBUG even for MBM pluginMarcel Holtmann1-1/+1
2009-09-02Unset the driver data when MBM driver is removedMarcel Holtmann1-0/+2
2009-09-02Add example for modem.conf and install it if requestedMarcel Holtmann1-0/+41
2009-09-02Add really simple modem configuration parsingMarcel Holtmann1-0/+71
2009-09-02Add skeleton for plugin to handle static modem configurationsMarcel Holtmann1-0/+39
2009-09-02Add initial plugin for Ericsson MBM devicesMarcel Holtmann3-0/+353
2009-09-01Rename generic_at drivers to atmodemDenis Kenzior1-12/+12
2009-09-01populate should return voidDenis Kenzior1-3/+1
2009-09-01Make remove functions not return anythingDenis Kenzior1-3/+1
2009-09-01Add first steps for a udev based modem detection pluginMarcel Holtmann1-0/+69