Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-15 | bluetooth: single SDP record for all adapters | Frédéric Dalleau | 1 | -76/+64 | |
2011-02-14 | atmodem: close the list in clvl_range_query | Jeevaka Badrappan | 1 | -0/+1 | |
2011-02-14 | PPP: Fix transmit ACCM and receive ACCM mixup | Martin Xu | 1 | -2/+14 | |
According to RFC1662 Section 7.1, ACCM Configuration Option is used to inform the peer which control characters MUST remain mapped when the peer sends them. | |||||
2011-02-14 | AUTHORS: Mention Amit's contributions | Denis Kenzior | 1 | -0/+1 | |
2011-02-14 | udev: Add Teracom (Linktop/LW27x) device detection | Amit Mendapara | 1 | -0/+3 | |
2011-02-14 | udev: Handle Linktop data card | Amit Mendapara | 1 | -0/+32 | |
2011-02-14 | linktop: Minor style issues | Denis Kenzior | 1 | -5/+4 | |
2011-02-14 | plugin: Add plugin for Linktop LW27x data cards | Amit Mendapara | 2 | -0/+360 | |
2011-02-14 | AUTHORS: Mention Olivier's contributions | Denis Kenzior | 1 | -0/+1 | |
2011-02-14 | gatserver: Add ATS5 command feature | Olivier Guiter | 1 | -1/+5 | |
2011-02-11 | Release 0.42 | Marcel Holtmann | 2 | -1/+10 | |
2011-02-11 | ifxmodem: fix issue in set rat mode | Jeevaka Badrappan | 1 | -1/+4 | |
2011-02-11 | ifxmodem: add CNAP support | Jeevaka Badrappan | 1 | -0/+51 | |
2011-02-11 | doc: remove unused GetIcon from SimToolKit | Jeevaka Badrappan | 1 | -8/+0 | |
2011-02-11 | doc: Update possible errors | Jeevaka Badrappan | 23 | -59/+273 | |
2011-02-11 | doc: Remove unused SetProperty in NetworkRegistration | Jeevaka Badrappan | 1 | -10/+0 | |
2011-02-10 | sms: return immediately if cached flag is set | Denis Kenzior | 1 | -3/+3 | |
2011-02-10 | ifx: Remove modem selftest support | Jeevaka Badrappan | 1 | -63/+2 | |
Commands used for self tests are not working for all versions of the modem firmware. | |||||
2011-02-10 | emulator: Add example TCP based emulator | Denis Kenzior | 2 | -0/+196 | |
2011-02-10 | modem: Tweak online & powered watch APIs | Denis Kenzior | 2 | -5/+8 | |
2011-02-10 | emulator: Add basic emulator skeleton | Denis Kenzior | 3 | -1/+117 | |
2011-02-10 | emulator: Add basic emulator API | Denis Kenzior | 2 | -1/+49 | |
2011-02-10 | AUTHORS: Mention Guillaume's contributions | Denis Kenzior | 1 | -0/+1 | |
2011-02-10 | modem: Fix up previous commit | Denis Kenzior | 2 | -5/+9 | |
2011-02-10 | modem Add powered watch API | Guillaume Zajac | 2 | -0/+54 | |
2011-02-10 | simfs: Fix leaking of the voicecall context | Denis Kenzior | 1 | -2/+9 | |
When we're shutting down all atoms are removed and the voicecall context does not have a chance to be freed. Make sure simfs frees it. | |||||
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 | |