summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-11voicecall: Refactor held and mpty notify logicDenis Kenzior1-40/+22
2011-03-11voicecall: Minor whitespace fix for previous commitDenis Kenzior1-2/+2
2011-03-11voicecall: implement SSN handling functionsAndras Domokos1-0/+174
2011-03-11voicecall: add SSN function declarationsAndras Domokos1-0/+6
2011-03-11ssn: remove SSN atom completelyAndras Domokos22-1013/+2
2011-03-09gdbus: Unconditionally remove D-Bus timeoutsGrant Erickson1-3/+0
Address an issue in which the daemon incorrectly handles D-Bus main loop timeouts by only removing timeouts that are not enabled when D-Bus requests a timeout removal.
2011-03-08test: display more properties in test-modemBertrand Aygon1-0/+25
This includes Name, Online, Lockdown, etc.
2011-03-08doc: other typos in radio-settings-apiBertrand Aygon1-2/+2
2011-03-08doc: typo in radio-settings-apiBertrand Aygon1-1/+1
2011-03-08test: Add missing properties to test-call-settingsBertrand Aygon1-1/+4
2011-03-08test: Allow specifiying the modemBertrand Aygon1-5/+13
in test/test-call-settings
2011-03-08AUTHORS: Mention Bertrand's contributionsDenis Kenzior1-0/+1
2011-03-08test: Allow test/test-call-settings to exitBertrand Aygon1-0/+4
if new value is equal to actual value
2011-03-04huawei: 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-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-04gisi: M6 coding style violation correctionsAntti Paila1-8/+8
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-03doc: Add basic information about hardware supportMarcel Holtmann1-0/+101
2011-03-03ste: Add support for multiple AT channelsLasse Kunnasluoto1-52/+92
2011-03-03ste: Minor style fixesDenis Kenzior1-2/+2
2011-03-03ste: Reset have_sim appropriatelyJussi Kangas1-0/+1
2011-03-03isimodem: removed unused NETWORK_TIMEOUTGeorge Matveev1-1/+0
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