summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem/devinfo.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10drivers: Update copyright informationMarcel Holtmann1-1/+1
2011-07-11atmodem: Request device capabilities from devinfo driverMarcel Holtmann1-14/+17
The result of the capabilities command is currently not used to identify GSM support or not. However for debugging purposes the information are part of the AT command debug log now.
2011-01-29atmodem: remove NULL checkJeevaka Badrappan1-16/+0
2011-01-12atutil: Break out attribute parser into atutilDenis Kenzior1-39/+7
2010-11-29drivers: explicitly compare pointers to NULLLucas De Marchi1-4/+4
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-8/+4
2010-08-12atmodem: Use g_at_chat_cloneDenis Kenzior1-1/+5
2010-02-08Refactor: Remove atutil dump_responseDenis Kenzior1-1/+0
No longer needed now that we have nice AT command tracing using OFONO_AT_DEBUG=1
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-07Fix: Sometimes Option modems don't return infoDenis Kenzior1-17/+23
When querying CGMI the Option modems sometimes just return OK, with no manufacturer information given.
2009-09-11Rework DECLARE_FAILURE to be a bit nicerDenis Kenzior1-16/+5
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-1/+2
2009-09-01Add vendor flag capability to devinfoDenis Kenzior1-3/+5
2009-08-24Convert to fully non-recursive build systemMarcel Holtmann1-1/+0
2009-08-20Update the AT modem driver to the new devinfo apiDenis Kenzior1-0/+224