summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Collapse)AuthorFilesLines
2011-03-24isimodem: Fix indentation in SIM driverAki Niemi1-4/+4
2011-03-24isimodem/sim: added PIN and SIM state handlingPekka Pessi4-65/+634
Using PN_SECURITY resource to obtain PIN statuses. Using ofono_sim_ready_notify() aka __ofono_sim_recheck_pin() to report the ready state.
2011-03-24isimodem: fix network registration for older modemsMika Liljeberg1-2/+8
2011-03-18atmodem: fix issue in time reporting with ifxJeevaka Badrappan1-0/+26
2011-03-17hfp: Fix some whitespace issuesDenis Kenzior1-2/+2
2011-03-17cdmamodem: add CDMA Connection Manager supportChristian Lam3-2/+289
2011-03-16cbs: ignore any CBMs without a proper sizeBertrand Aygon1-2/+2
Cell Broadcasts are always fixed size, so improve PDU length check
2011-03-15stemodem: update to new gprs context interfaceMika Liljeberg1-11/+18
2011-03-15ifxmodem: update to new gprs context interfaceMika Liljeberg1-15/+20
2011-03-15hsomodem: update to new gprs context interfaceMika Liljeberg1-21/+26
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