summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem/call-barring.c
AgeCommit message (Collapse)AuthorFilesLines
2012-12-04atmodem: remove pending idle callbacks at removalMingli Wu1-0/+1
If device probe and removal happen in short succession, it's possible that the idle handler registered in the probe function doesn't run before the device is removed. In this case, the idle handler needs to be unregistered so that it does not run and try to access the data that's destroyed during the removal.
2012-09-05atmodem: specify class for call barring queryPhilippe Nunes1-1/+4
class is specified when querying the call barring status if the class is not the default (7 - voice, data and fax)
2011-10-10drivers: Update copyright informationMarcel Holtmann1-1/+1
2011-01-29atmodem: remove NULL checkJeevaka Badrappan1-3/+3
2011-01-12atmodem: M15 coding style fixJeevaka Badrappan1-2/+2
2010-11-29drivers: explicitly compare pointers to NULLLucas De Marchi1-3/+3
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl>
2010-08-16atmodem: Remove useless NULL checks before g_freeMarcel Holtmann1-6/+3
2010-08-12atmodem: Use g_at_chat_cloneDenis Kenzior1-1/+5
2010-02-08Refactor: Remove atutil dump_responseDenis Kenzior1-3/+0
No longer needed now that we have nice AT command tracing using OFONO_AT_DEBUG=1
2010-02-05Fix: Use snprintf instead of sprintf in atmodemDenis Kenzior1-1/+1
2010-02-04Fix: Dead AssignmentsDenis Kenzior1-4/+2
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-09-11Rework DECLARE_FAILURE to be a bit nicerDenis Kenzior1-12/+3
2009-09-04Rename at.h to atmodem.hDenis Kenzior1-1/+1
2009-09-01Rename generic_at drivers to atmodemDenis Kenzior1-1/+1
Be more consistent with directory naming
2009-09-01Make remove functions not return anythingDenis Kenzior1-2/+1
2009-09-01change int vendor to unsigned int vendorDenis Kenzior1-2/+2
2009-09-01Introduce vendor parameter to call-barringDenis Kenzior1-1/+5
2009-08-19Remove modem member from cb_dataDenis Kenzior1-3/+3
2009-08-14Update at modem call-barring driver to the new APIDenis Kenzior1-32/+60
2009-07-29Rename ofono_modem_userdataDenis Kenzior1-3/+4
2009-06-18Implement CallBarring::ChangePassword in AT driverAndrzej Zaborowski1-2/+43
2009-05-26Ignore cls for call barring queriesDenis Kenzior1-3/+0
2009-05-20Add class parameter to the query function for CBDenis Kenzior1-4/+9
2009-05-20Fix some minor style issuesDenis Kenzior1-4/+4
2009-05-20Minor build system fixDenis Kenzior1-0/+4
2009-05-20drivers/atmodem implementation for CallBarring.Andrzej Zaborowski1-0/+162