summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-05-27btio: Add workaround for not defined BT_FLUSHABLEMarcel Holtmann1-0/+4
2011-05-27btio: Fix unused variable warningJohan Hedberg1-2/+4
2011-05-27btio: Fix compilation warningAnderson Briglia1-1/+1
This patch fixes a compilation warning regarding btio/btio.c. Actually this warning seems a false positive by Ubuntu Natty GCC version. A new bug on Ubuntu bug system was opened but if you do not want to wait until it is analyzed, just apply this minor fix. btio/btio.c: In function 'bt_io_get': btio/btio.c:803:11: warning: 'flushable' may be used uninitialized in this function
2011-05-27btio: Add BT_FLUSHABLE support to BtIOJohan Hedberg2-5/+54
This patch adds support for the BT_FLUSHABLE L2CAP socket option through BtIO. This can be used to mark data from specific L2CAP sockets to have the flushable flag set in their corresponding ACL packets.
2011-05-27btio: Fix error message when getting SCO connection handleLuiz Augusto von Dentz1-2/+2
Error message should indicate the transport correctly which is SCO not RFCOMM.
2011-05-27bluetooth: Remove usage of unused variableMarcel Holtmann1-2/+1
2011-05-27sierra: Remove usage of unused gprs variableMarcel Holtmann1-2/+1
2011-05-27huawei: Remove usage of unused netreg variableMarcel Holtmann1-3/+1
2011-05-27gisi: Remove unused code for PN netlink address handlingMarcel Holtmann1-34/+0
2011-05-27tools: Fix missing handling of signalfd read resultsMarcel Holtmann1-0/+3
2011-05-27tools: Fix unused variable for Huawei audio settingsMarcel Holtmann1-0/+7
2011-05-27gdbus: Remove unused result variable from g_dbus_pending_successSzymon Janc1-2/+1
2011-05-27gatchat: Fix unused variable casesMarcel Holtmann2-0/+17
2011-05-27smsutil: Fix missing error handling for strtol functionMarcel Holtmann1-1/+3
2011-05-25gsmdial: Send escape sequence followed by ATH/ATODenis Kenzior1-0/+49
This functionality can be triggered by sending SIGUSR1 / SIGUSR2 to gsmdial. e.g. kill -10 <pid> and kill -12 <pid>
2011-05-25ppp_net: Keep valgrind happyDenis Kenzior1-1/+2
2011-05-25gathdlc: Fix memory leakDenis Kenzior1-0/+2
2011-05-25gatppp: Set the suspend function in open / listenDenis Kenzior1-12/+18
In case it was set before calling these functions
2011-05-25emulator: Reflow ato implementation logicDenis Kenzior1-11/+4
2011-05-25emulator: add ATO implementationGuillaume Zajac1-0/+53
2011-05-24emulator: Make sure to cleanup on forceful exitDenis Kenzior1-0/+8
2011-05-24emulator: simplify ath callbackDenis Kenzior1-10/+7
2011-05-24examples: Add a simple private-network driverDenis Kenzior2-0/+140
2011-05-24include: Declare typedef as a function pointerDenis Kenzior1-1/+1
2011-05-24emulator: Update to the new GAtPPP APIDenis Kenzior1-66/+27
2011-05-24test-server: Update to the new GAtPPP APIDenis Kenzior1-20/+22
2011-05-24cdmamodem: Update to the new GAtPPP APIDenis Kenzior1-2/+2
2011-05-24atmodem: Update to new GAtPPP apiDenis Kenzior1-2/+2
2011-05-24gsmdial: Update to new APIDenis Kenzior1-2/+2
2011-05-24gatppp: Refactor PPP APIDenis Kenzior2-98/+43
Remove the series of constructors which take a GIOChannel directly. These weren't used. This change also allows the construction of the PPP object and filling in various pertinent information without starting the HDLC processing. The client must now use g_at_ppp_open() for the client side or g_at_ppp_listen() for the server side to start the true PPP session. The previous owner of the GAtIO object must be suspended beforehand.
2011-05-24gatppp: Make sure to clean up guard_timeout_sourceDenis Kenzior1-0/+5
2011-05-24gatppp: Rename guard_timeout_src to _sourceDenis Kenzior1-5/+4
2011-05-24gatppp: Do not call disconnect func if suspendedGuillaume Zajac1-2/+3
2011-05-24gatppp: Add GAtPPP suspend APIGuillaume Zajac2-0/+41
2011-05-24gatppp: Add GAtPPP resume functionalityGuillaume Zajac2-0/+20
2011-05-24ppp_net: add ppp_net_resume_interface() APIGuillaume Zajac2-0/+11
2011-05-24gathdlc: Squash unneeded functionDenis Kenzior1-6/+1
2011-05-24gathdlc: add g_at_hdlc_resume() APIGuillaume Zajac2-0/+17
2011-05-24emulator: Send a NO CARRIER where appropriateDenis Kenzior1-0/+3
2011-05-24emulator: Get rid of return at the end of funcDenis Kenzior1-2/+0
2011-05-24emulator: optimize request_private_network_cb flowDenis Kenzior1-10/+8
2011-05-24emulator: add request/release private network callsGuillaume Zajac1-10/+66
2011-05-24private-network: add initial implementationGuillaume Zajac3-1/+97
2011-05-24private-network: add header into include and Makefile.amGuillaume Zajac2-2/+58
2011-05-24gatppp: Make ppp->fd handling a bit easier to grokDenis Kenzior1-1/+6
2011-05-24ppp_net: streamline ppp_net_new logicDenis Kenzior1-16/+9
2011-05-24gatppp: Ensure created GAtPPP object is not nullDenis Kenzior1-1/+2
2011-05-24gatppp: Add new contructor to use external fdGuillaume Zajac4-17/+66
2011-05-24gitignore: Add unit/test-cdmasmsDenis Kenzior1-0/+1
2011-05-24test: Add CDMA SMS SupportLei Yu2-1/+119