summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-02-15bluetooth: single SDP record for all adaptersFrédéric Dalleau1-76/+64
2011-02-14atmodem: close the list in clvl_range_queryJeevaka Badrappan1-0/+1
2011-02-14PPP: Fix transmit ACCM and receive ACCM mixupMartin Xu1-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-14AUTHORS: Mention Amit's contributionsDenis Kenzior1-0/+1
2011-02-14udev: Add Teracom (Linktop/LW27x) device detectionAmit Mendapara1-0/+3
2011-02-14udev: Handle Linktop data cardAmit Mendapara1-0/+32
2011-02-14linktop: Minor style issuesDenis Kenzior1-5/+4
2011-02-14plugin: Add plugin for Linktop LW27x data cardsAmit Mendapara2-0/+360
2011-02-14AUTHORS: Mention Olivier's contributionsDenis Kenzior1-0/+1
2011-02-14gatserver: Add ATS5 command featureOlivier Guiter1-1/+5
2011-02-11Release 0.42Marcel Holtmann2-1/+10
2011-02-11ifxmodem: fix issue in set rat modeJeevaka Badrappan1-1/+4
2011-02-11ifxmodem: add CNAP supportJeevaka Badrappan1-0/+51
2011-02-11doc: remove unused GetIcon from SimToolKitJeevaka Badrappan1-8/+0
2011-02-11doc: Update possible errorsJeevaka Badrappan23-59/+273
2011-02-11doc: Remove unused SetProperty in NetworkRegistrationJeevaka Badrappan1-10/+0
2011-02-10sms: return immediately if cached flag is setDenis Kenzior1-3/+3
2011-02-10ifx: Remove modem selftest supportJeevaka Badrappan1-63/+2
Commands used for self tests are not working for all versions of the modem firmware.
2011-02-10emulator: Add example TCP based emulatorDenis Kenzior2-0/+196
2011-02-10modem: Tweak online & powered watch APIsDenis Kenzior2-5/+8
2011-02-10emulator: Add basic emulator skeletonDenis Kenzior3-1/+117
2011-02-10emulator: Add basic emulator APIDenis Kenzior2-1/+49
2011-02-10AUTHORS: Mention Guillaume's contributionsDenis Kenzior1-0/+1
2011-02-10modem: Fix up previous commitDenis Kenzior2-5/+9
2011-02-10modem Add powered watch APIGuillaume Zajac2-0/+54
2011-02-10simfs: Fix leaking of the voicecall contextDenis Kenzior1-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-09call-barring: Remove unneeded variableDenis Kenzior1-1/+0
This was forgotten by the previous patch
2011-02-09call-barring: removed +CSSI type SS notificationsAndras Domokos1-74/+0
2011-02-09sierra: Fix small coding style issueMarcel Holtmann1-2/+2
2011-02-09gobi: Fix small coding style issueMarcel Holtmann1-2/+2
2011-02-08gprs-provision: update example with SPNJukka Saunamaki1-3/+5
2011-02-08gprs: Fixup error pathDenis Kenzior1-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-08gprs,gprs-provision: add SPN to provisioning APIJukka Saunamaki3-25/+68
2011-02-08gprs-provision: add SPN to provisioning API headerJukka Saunamaki1-1/+1
2011-02-08TODO: minor style fixDara Spieker-Doyle1-1/+1
Bad caps
2011-02-08bluetooth: Minor style fixesDenis Kenzior1-3/+5
2011-02-08bluetooth: Get rid of memory leaks on errorDenis Kenzior1-24/+29
2011-02-08bluetooth: Refactor the authorization processDenis Kenzior1-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-08bluetooth: Add Bluetooth service authorization supportFrédéric Danis1-10/+115
2011-02-08bluetooth: Add bluetooth server supportFrédéric Danis3-3/+254
2011-02-08core: free GError objects returned by glibDenis Kenzior3-1/+9
2011-02-08gatmux: Remove unused error variableDenis Kenzior1-4/+2
2011-02-08ifx: Fix for changed selftest AT command syntaxAnand Ramakrishna1-2/+2
It is a fix to support the selftest AT command syntax changed in latest IFX fw version.
2011-02-08bluetooth: Optimize D-Bus call flowFrédéric Danis1-3/+14
We can call manager GetProperties once inside bluetooth_ref and avoid calling it every time bluetooth_register_uuid is called.
2011-02-08ifxmodem: move call creation to xcallstat_notifyJeevaka Badrappan1-74/+98
2011-02-08sim: Fixup compiler complaintsDenis Kenzior1-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-08AUTHORS: Mention Jussi's contributionsDenis Kenzior1-0/+1
2011-02-08sim: Allow usage of SIM codes longer than 8 digitsJussi Kangas6-60/+82
Some PIN codes (e.g. subsidy locks, etc) can have PIN codes much longer than the default 8 digits.
2011-02-08isimodem: Avoid unnecessary debugsAki Niemi1-4/+1
2011-02-08isimodem: Use convenience func for strerrorAki Niemi1-1/+1