summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Collapse)AuthorFilesLines
2011-03-15mbmmodem: update to new gprs context interfaceMika Liljeberg1-25/+36
2011-03-15huaweimodem: update to new gprs context interfaceMika Liljeberg1-18/+24
2011-03-15atmodem: update to new gprs context interfaceMika Liljeberg1-20/+21
2011-03-15isimodem: IPv6 supportMika Liljeberg1-47/+72
2011-03-11isimodem: Crash while setting SCAArun Ravindran1-1/+1
2011-03-11atmodem: fix PB reading when fields are omittedPaavo Leinonen1-2/+2
Fix SIM PB reading when numeric fields have been omitted.
2011-03-11voicecall: Move notification_ind registrationDenis Kenzior1-3/+3
Should be before ofono_voicecall_register to be consistent
2011-03-11voicecall: Remove pointless whitespaceDenis Kenzior1-10/+0
2011-03-11isimodem: implement SSN handlingAndras Domokos1-0/+359
2011-03-11voicecall: Minor nitpicks to previous commitDenis Kenzior1-7/+5
2011-03-11atmodem: implement SSN handlingAndras Domokos1-0/+61
2011-03-11ssn: remove SSN atom completelyAndras Domokos6-660/+0
2011-03-04mbmmodem: do not check for NULL pointerLucas De Marchi1-4/+0
cb_data_new() uses g_new0(), hence there's no need to check the return value being NULL.
2011-03-03mbmmodem: don't let chat open after fd is sentLucas De Marchi1-17/+15
Instead of using a GAtChat, just use a GIOChannel and close it as soon as its fd is sent to core.
2011-03-03isimodem: removed unused NETWORK_TIMEOUTGeorge Matveev1-1/+0
2011-03-03isimodem: Use alignment helper macroAki Niemi1-1/+1
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-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-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-02atmodem: Add MBM vendor quirk for SIM record updateMiia Leinonen1-2/+24
2011-02-25isi: Add CNAP support for isimodemAntoine Reversat1-1/+41
2011-02-25isi: Clean up isi_call_any_address_sb_procAntoine Reversat1-4/+10
2011-02-25isimodem: code points for sms wgmodem2.5Jessica Nilsson3-0/+91
2011-02-25isimodem: Remove inter-driver API for nowAki Niemi1-5/+0
2011-02-25isimodem: code points uicc sim wgmodem2.5Jessica Nilsson3-0/+350
2011-02-23mbmmodem: add location-reporting driverRafael Ignacio Zurita3-0/+252
2011-02-23isimodem: added codepoints for u8500Jessica Nilsson2-0/+4
2011-02-21stemodem: Add support for multiple pdp contexts.Marit Henriksen1-216/+57
Redesigned, there will be only one contexts for each instance of the driver and only one CAIF interface, no longer need the list of caif devices.
2011-02-18isimodem: Refactor gprs-context driverAki Niemi1-56/+46
Use stack allocation for padding, and simplify message sending and failure handling.
2011-02-18isimodem: Context driver updates for wgmodem2.5Jessica Nilsson1-33/+62
2011-02-18isimodem: Refactor netreg driver a bit moreAki Niemi1-134/+119
Split the driver into two separate drivers, one for each resource ID used.
2011-02-16isimodem: Add MCE code pointsJessica Nilsson3-0/+94
Updates required for wgmodem2.5.