Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-09 | call-barring: Remove unneeded variable | Denis Kenzior | 1 | -1/+0 | |
This was forgotten by the previous patch | |||||
2011-02-09 | call-barring: removed +CSSI type SS notifications | Andras Domokos | 1 | -74/+0 | |
2011-02-09 | sierra: Fix small coding style issue | Marcel Holtmann | 1 | -2/+2 | |
2011-02-09 | gobi: Fix small coding style issue | Marcel Holtmann | 1 | -2/+2 | |
2011-02-08 | gprs-provision: update example with SPN | Jukka Saunamaki | 1 | -3/+5 | |
2011-02-08 | gprs: Fixup error path | Denis Kenzior | 1 | -6/+12 | |
When we try to register the GPRS D-Bus interface and fail for some reason, calling gprs_unregister is not really kosher since much of the initialization has not yet been done. Call an intermediate function instead. | |||||
2011-02-08 | gprs,gprs-provision: add SPN to provisioning API | Jukka Saunamaki | 3 | -25/+68 | |
2011-02-08 | gprs-provision: add SPN to provisioning API header | Jukka Saunamaki | 1 | -1/+1 | |
2011-02-08 | TODO: minor style fix | Dara Spieker-Doyle | 1 | -1/+1 | |
Bad caps | |||||
2011-02-08 | bluetooth: Minor style fixes | Denis Kenzior | 1 | -3/+5 | |
2011-02-08 | bluetooth: Get rid of memory leaks on error | Denis Kenzior | 1 | -24/+29 | |
2011-02-08 | bluetooth: Refactor the authorization process | Denis Kenzior | 1 | -53/+15 | |
It is unnecessary to keep the IO watch around after the authorization process has finished. This also means client_list variable is not really needed. Since we destroy the watch once the auth_cb is called, we can also remove the auth_pending variable. Finally, the null check of path is not necessary | |||||
2011-02-08 | bluetooth: Add Bluetooth service authorization support | Frédéric Danis | 1 | -10/+115 | |
2011-02-08 | bluetooth: Add bluetooth server support | Frédéric Danis | 3 | -3/+254 | |
2011-02-08 | core: free GError objects returned by glib | Denis Kenzior | 3 | -1/+9 | |
2011-02-08 | gatmux: Remove unused error variable | Denis Kenzior | 1 | -4/+2 | |
2011-02-08 | ifx: Fix for changed selftest AT command syntax | Anand Ramakrishna | 1 | -2/+2 | |
It is a fix to support the selftest AT command syntax changed in latest IFX fw version. | |||||
2011-02-08 | bluetooth: Optimize D-Bus call flow | Frédéric Danis | 1 | -3/+14 | |
We can call manager GetProperties once inside bluetooth_ref and avoid calling it every time bluetooth_register_uuid is called. | |||||
2011-02-08 | ifxmodem: move call creation to xcallstat_notify | Jeevaka Badrappan | 1 | -74/+98 | |
2011-02-08 | sim: Fixup compiler complaints | Denis Kenzior | 1 | -1/+2 | |
src/sim.c:2396: error: comparison between signed and unsigned integer expressions src/sim.c:2396: error: comparison between signed and unsigned integer expressions | |||||
2011-02-08 | AUTHORS: Mention Jussi's contributions | Denis Kenzior | 1 | -0/+1 | |
2011-02-08 | sim: Allow usage of SIM codes longer than 8 digits | Jussi Kangas | 6 | -60/+82 | |
Some PIN codes (e.g. subsidy locks, etc) can have PIN codes much longer than the default 8 digits. | |||||
2011-02-08 | isimodem: Avoid unnecessary debugs | Aki Niemi | 1 | -4/+1 | |
2011-02-08 | isimodem: Use convenience func for strerror | Aki Niemi | 1 | -1/+1 | |
2011-02-08 | isimodem: Refactor netreg for wgmodem support | Aki Niemi | 1 | -47/+239 | |
This patch adds support for runtime selection between PN_MODEM_NETWORK and PN_NETWORK resources, enabling a single isimodem driver to work with different generations of modem firmware. Based on patches from: Jessica Nilsson <jessica.j.nilsson@stericsson.com> | |||||
2011-02-08 | isimodem: Add code points for wgmodem 2.5 | Aki Niemi | 2 | -0/+31 | |
2011-02-07 | stemodem: fix memleak when calls are disconnected | Jeevaka Badrappan | 1 | -0/+1 | |
2011-02-07 | ifxmodem: remove colp handling done inside atd_cb | Jeevaka Badrappan | 1 | -28/+2 | |
2011-02-07 | ifxmodem: add handling of XCOLP notification | Jeevaka Badrappan | 1 | -0/+51 | |
2011-02-07 | voicecall: Fix check for ECT pre-conditions | Denis Kenzior | 1 | -1/+1 | |
We must have 1 Dialing / Alerting / Active call and a single non-multiparty held call. | |||||
2011-02-07 | ifx: Adding modem selftest for Infineon modem | Anand Ramakrishna | 1 | -2/+64 | |
Infineon modem selftest, during ifx_enable(). Two steps trigger with timeout. In case one fails, modem will not power up. | |||||
2011-02-07 | ifxmodem: fix issue with gatchat usage | Jeevaka Badrappan | 1 | -2/+2 | |
2011-02-07 | doc: Mark SSN signals / properties as experimental | Denis Kenzior | 2 | -8/+8 | |
2011-02-07 | doc: Add new SSN voicecall API changes | Andras Domokos | 3 | -10/+35 | |
2011-02-07 | simfs: Add function to notify all file watches | Denis Kenzior | 2 | -2/+31 | |
2011-02-07 | sim: Add implementation of sim file watching API | Denis Kenzior | 1 | -0/+14 | |
2011-02-07 | simfs: Add file changed watches to simfs contexts | Denis Kenzior | 2 | -0/+46 | |
2011-02-07 | sim: Add API for watching files changed via stk | Denis Kenzior | 1 | -0/+9 | |
2011-02-07 | n900: Enable use of legacy subscriptions | Aki Niemi | 1 | -0/+1 | |
2011-02-07 | isiusb: Enable use of legacy subscriptions | Aki Niemi | 1 | -0/+1 | |
2011-02-07 | gisi: Refactor indication subscriptions | Aki Niemi | 2 | -7/+21 | |
Handle different message types for IND subscriptions based on the presence of the GISI_MODEM_FLAG_USE_LEGACY_SUBSCRIBE flag. This enables building modem plugins for modems that only support one or the other available IND types. Based on patches from: Jessica Nilsson <jessica.j.nilsson@stericsson.com> | |||||
2011-02-07 | gisi: Minor style fixes | Aki Niemi | 1 | -2/+2 | |
2011-02-07 | gisi: Refactor modem to use remote device | Aki Niemi | 1 | -11/+21 | |
2011-02-07 | gisi: Add new API for setting modem remote device | Aki Niemi | 2 | -0/+28 | |
2011-02-07 | gisi: Add new PhoNet device ID for STE | Aki Niemi | 1 | -0/+1 | |
2011-02-07 | gisi: Add checks for NULL | Aki Niemi | 1 | -1/+9 | |
2011-02-07 | gisi: Add API for setting modem flags | Aki Niemi | 2 | -0/+24 | |
2011-02-07 | plugins: Adapt isiusb and gpio plugins to new API | Aki Niemi | 2 | -3/+3 | |
2011-02-07 | gisi: Refactor netlink | Aki Niemi | 3 | -13/+14 | |
Don't use typedefs for enum types, and move PhoNet device enum over to common.h. | |||||
2011-02-06 | doc: Add documentation for Alphabet property | Aki Niemi | 1 | -0/+14 | |