summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-03-03isimodem: Use alignment helper macroAki Niemi1-1/+1
2011-03-03isiusb: add message-waitingJukka Saunamaki1-0/+6
2011-03-03gisi: Make cursor a 16bit unsignedAki Niemi1-1/+1
This is to match subblock length when long header format is in use.
2011-03-03gisi: Consumer functions for ISI message iteratorAntti Paila2-0/+76
2011-03-03isimodem: Fix call-forwarding driverAki Niemi1-9/+8
Message length was incorrectly calculated. Also some cleanups.
2011-03-03isimodem: Add missing codepointsAki Niemi3-0/+8
Not used; mostly for debugging purposes.
2011-03-03u8500: Create wgmodem2.5 driversAki Niemi1-2/+2
2011-03-03isimodem: Refactor SSN driverAki Niemi1-241/+280
2011-03-03isimodem: Move SS related codepoints to ss.hAki Niemi2-27/+26
2011-03-03isimodem: Use existing call SS codepointsAki Niemi2-29/+13
2011-03-03isimodem: wgmodem2.5 added to ssnJessica Nilsson2-6/+401
2011-03-03isimodem: Refactor call-forwarding driverAki Niemi1-75/+39
2011-03-03isimodem: Fix nit in call-barringAki Niemi1-1/+1
2011-03-03isimodem: wgmodem2.5 added to call-forwardingJessica Nilsson1-4/+25
2011-03-03isimodem: Refactor call barring driverAki Niemi1-160/+131
2011-03-03isimodem: Change type for BSC argumentAki Niemi1-1/+1
2011-03-03isimodem: SS_GSM_BARRING_INFO addedJessica Nilsson1-11/+88
SS_GSM_BSC_INFO added.
2011-03-03isimodem: Remove empty line in voicecall driverAki Niemi1-1/+0
2011-03-03isiusb: Create wgmodem2.5 driver as wellAki Niemi1-0/+1
2011-03-03isimodem: Split voicecall into two driversAki Niemi1-117/+119
These drivers share most of the modem ops, though, so they are still in the same source file.
2011-03-03isimodem: wgmodem2.5 added to voicecallJessica Nilsson2-44/+259
2011-03-03isimodem: Refactor USSD driverAki Niemi1-50/+30
Clean up, and fix padding to be used always (does no harm).
2011-03-03isimodem: Refactor and fix GPRS alignmentAki Niemi1-23/+22
2011-03-03isimodem: Add helper macro for 32bit alignmentAki Niemi1-0/+2
2011-03-03isimodem: wgmodem2.5 support in USSDJessica Nilsson1-6/+30
2011-03-03isimodem: Add CLIP/COLP/COLR supportAki Niemi1-57/+162
Based on patches from: Jessica Nilsson <jessica.j.nilsson@stericsson.com>
2011-03-03isimodem: Add missing SS codepointsAki Niemi2-0/+26
2011-03-02stk: Handle Refresh if also performed by modemAndrzej Zaborowski1-6/+30
2011-03-02AUTHORS: Mention Miia's contributionsDenis Kenzior1-0/+1
2011-03-02atmodem: Add MBM vendor quirk for SIM record updateMiia Leinonen1-2/+24
2011-03-02TODO: Mark pin check status task as doneJussi Kangas1-7/+0
2011-03-02AUTHORS: Mention Patrick's contributionsDenis Kenzior1-0/+1
2011-03-02gatchat: Optimize ringbuffer modulo operationsPatrick Porlan1-6/+8
Replace modulo operations in ringbuffer.c by masking operations. This is possible because the size of the ring buffers is always a power of two, and yields a small performance improvement. The improvement should be mostly visible on processors that implement division in microcode (Atom) or lack a division instruction (ARM).
2011-03-02udev: Fix detection of mbm with GPS capabilitiesDenis Kenzior1-8/+13
2011-03-01Release 0.44Marcel Holtmann2-1/+13
2011-03-01build: Fix wrong include of public headerMarcel Holtmann1-1/+0
2011-03-01mbm: Allow mbm modems that don't have GPSDenis Kenzior1-1/+1
2011-03-01location-reporting: don't add client-exit watch too earlyLucas De Marchi1-6/+4
Wait until driver gives us a file descriptor to start watching for client exit. This fixes a race when client exits before the driver calls location_reporting_enable_cb().
2011-03-01TODO: set owner of 'Dial strings' taskLucas De Marchi1-0/+1
2011-02-28stk: Make sure to reset respond_on_exitAndrzej Zaborowski1-0/+1
This fixes a crash spotted by Lasse Kunnasluoto documented at http://lists.ofono.org/pipermail/ofono/2011-February/009211.html
2011-02-28gsmdial: Introduce data_modeDenis Kenzior1-0/+7
If we're in PPP mode, then don't send unsolicited notifications. Only a NO CARRIER is really allowed.
2011-02-28gatserver: Tweak use of g_at_server_suspend/resumeDenis Kenzior1-11/+18
2011-02-28test-server: Make sure to send CONNECTDenis Kenzior1-6/+9
Before starting the ppp session we should make sure that the CONNECT response has been sent on the wire.
2011-02-28gatserver: Exit garbage state on HDLC frame endDenis Kenzior1-1/+2
2011-02-28gatppp: Try to detect no carrier conditionsDenis Kenzior1-0/+1
2011-02-28gatppp: Delay signaling ppp_downDenis Kenzior1-2/+14
Delay signaling of ppp_down until we exit the GAtHDLC read handler. Otherwise exchanging the read handler on GAtIO might lead to funny double consumption problems.
2011-02-28gathdlc: Try to detect no carrier conditionsDenis Kenzior2-0/+21
Sometimes we receive the no carrier embedded in a stream following the PPP packets. This might be due to write scheduling on the remote side or read scheduling locally. Try not to consume the no carrier condition and assume the previous hdlc frames will result in closing of the ppp stack.
2011-02-28TODO: Add PPP sectionDenis Kenzior1-3/+16
2011-02-28gatio: Remove stray empty lineDenis Kenzior1-1/+0
2011-02-28gatio: update commentDenis Kenzior1-2/+2