summaryrefslogtreecommitdiffstats
path: root/plugins/atgen.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-15Rename ofono_atmodem_poll_enableDenis Kenzior1-1/+1
This is not official oFono API
2010-04-15Implement STATUS polling in atmodem driver.Andrzej Zaborowski1-4/+4
2010-04-15Add AT driver for STK atom.Andrzej Zaborowski1-0/+2
2010-04-15Drivers can notify core of SIM insertion / removalAndrzej Zaborowski1-1/+5
Add ofono_sim_inserted_notify function to notify the core of SIM insertion / removal. Make every plugin generate a sim inserted event on start. For devices with removable card, the event should be emitted after the plugin detects such event. For devices that need to wait for SIM card initialization, they can emit this event later.
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-17Style: Repeat for pluginsDenis Kenzior1-1/+2
2009-11-01Inserted the GSM syntax option in modem.confRyan M. Raasch1-1/+11
This is patch to allow the gsm syntax to be specified in the modem.conf file. It is a 2nd version based on code change requests.
2009-10-28Cleanup previous patchDenis Kenzior1-33/+25
2009-10-28Add serial settings parser to modemconf pluginRyan Raasch1-3/+45
2009-10-01Update plugins to the new g_at_tty_open APIDenis Kenzior1-1/+8
2009-09-17Convert all the modem drivers to the new APIDenis Kenzior1-5/+14
2009-09-05Add plugin for generic AT testing modem driverMarcel Holtmann1-0/+149