summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-07-15ofono: Avoid shadowing other atom variablesMarcel Holtmann1-2/+2
2012-07-15gprs: Avoid shadowing error variableMarcel Holtmann1-4/+4
2012-07-15network: Avoid shadowing of strength variableMarcel Holtmann1-2/+2
2012-07-15network: Avoid shadowing of mode parameterMarcel Holtmann1-4/+4
2012-07-15bluetooth: Avoid shadowing of connection variableMarcel Holtmann1-6/+6
2012-07-15stemgr: Avoid shadowing of connection variableMarcel Holtmann1-5/+5
2012-07-15qmimodem: Avoid shadowing length parameterMarcel Holtmann1-4/+4
2012-07-15unit: Avoid shadowing data variableMarcel Holtmann1-3/+3
2012-07-15isimodem: Avoid shadowing variablesMarcel Holtmann1-5/+5
2012-07-15gatchat: Avoid shadowing global AT server variableMarcel Holtmann1-11/+11
2012-07-15gatchat: Avoid shadowing variablesMarcel Holtmann2-4/+4
2012-07-15unit: Avoid shadowing hex_packed variableMarcel Holtmann1-2/+2
2012-07-12ifx: Add CSSI and CSSU supportDenis Kenzior1-0/+58
2012-07-04manager: Fix up introspection dataDenis Kenzior1-2/+2
2012-07-03doc: Mention support for Nvidia Icera modemsMarcel Holtmann1-0/+5
2012-07-03doc: Update entry for Qualcomm Gobi supportMarcel Holtmann1-2/+3
2012-07-02tools: watch for signals only on OFONO_SERVICELucas De Marchi2-18/+19
2012-07-02stemgr: watch for signals only on MGR_SERVICELucas De Marchi1-2/+2
2012-07-02bluetooth: watch for signals only on BLUEZ_SERVICELucas De Marchi1-5/+8
2012-07-02README: add information about mailing list and siteLucas De Marchi1-0/+9
2012-07-02Release 1.8Marcel Holtmann2-1/+9
2012-06-30gdbus: Fix removal of filter after last filter_dataLucas De Marchi1-9/+8
If there's a signal watch that's also watching for name (data->name_watch) currently we are trying to remove the message_filter twice since we may have the following call chain: filter_data_remove_callback() filter_data_free() g_dbus_remove_watch() filter_data_remove_callback() filter_data_free() dbus_connection_remove_filter() dbus_connection_remove_filter() Because of this we can't currently watch for signals passing the bus name. After this patch we don't have this issue anymore. We fix it by removing the filter before calling filter_data_free() if we are the last filter_data and thus avoid calling dbus_connection_remove_filter() twice.
2012-06-24emulator: Test already done in g_at_server_resume()Guillaume Zajac1-3/+0
2012-06-24gatserver: Add NULL check to avoid crashGuillaume Zajac1-0/+3
Dundee is not waiting to receive the NO CARRIER notification to close the IO channel with oFono so that oFono is trying to send a NO CARRIER although GAtServer is removed.
2012-06-24qmi: fix whitespaceDenis Kenzior1-1/+1
2012-06-25modem: Add skeleton for USSD supportMarcel Holtmann4-0/+116
2012-06-25gobi: Add support for USSD atom driverMarcel Holtmann1-0/+4
2012-06-25gobi: The location reporting is available even without SIM card presentMarcel Holtmann1-4/+4
2012-06-25gobi: Add support for voice call atom driverMarcel Holtmann1-0/+8
2012-06-25qmimodem: Add skeleton for voice call supportMarcel Holtmann4-0/+118
2012-06-25gobi: Cancel all requests and notifications on device shutdownMarcel Holtmann1-0/+3
2012-06-25qmimodem: Make sure all service destroy functions are calledMarcel Holtmann1-0/+3
2012-06-25qmimodem: Add support for canceling all service requestsMarcel Holtmann2-10/+70
2012-06-25qmimodem: Use shared DMS service for device information and SIM handlingMarcel Holtmann2-2/+3
2012-06-25gobi: Use shared DMS for power and online operationsMarcel Holtmann1-1/+1
2012-06-25qmimodem: Add support for shared services with same client idMarcel Holtmann2-7/+96
2012-06-22bluetooth: ignore error if driver returns -EALREADYLuiz Augusto von Dentz1-1/+1
2012-06-25qmimodem: Use unsigned int for notify id to make GUINT_TO_POINTER happyMarcel Holtmann1-1/+2
2012-06-25qmimodem: Use unsigned int for tid to make GUINT_TO_POINTER happyMarcel Holtmann2-5/+8
2012-06-25qmimodem: Use unsigned int for hash_id to make GUINT_TO_POINTER happyMarcel Holtmann1-3/+4
2012-06-25test: Fix missing UseDeliveryReports setting for SMS scriptMarcel Holtmann1-2/+2
2012-06-25swmodem: Add extra informational AT+CGCONTRDP commandMarcel Holtmann1-0/+3
2012-06-25sim: Add extra errors for EFmsisdn and EFad length mismatchesMarcel Holtmann1-3/+6
2012-06-24qmimodem: Add support for unregister of individual notificationsMarcel Holtmann2-1/+32
2012-06-24qmimodem: Add support for canceling service requestsMarcel Holtmann2-0/+46
2012-06-24qmimodem: Add skeleton for radio settings supportMarcel Holtmann4-0/+118
2012-06-24gobi: Add support for radio settings atom driverMarcel Holtmann1-0/+4
2012-06-24gobi: Disable UIM support for now and allow DMS fallbackMarcel Holtmann1-3/+0
2012-06-24qmimodem: Return transaction identifier from service requestsMarcel Holtmann2-14/+22
2012-06-24qmimodem: Add helper function for accessing 64-bit integersMarcel Holtmann2-0/+24