summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-01-13gps: add new interface to feature mapRafael Ignacio Zurita1-0/+1
2011-01-13gps: define new dbus interfaceRafael Ignacio Zurita1-0/+1
2011-01-13atmodem: fix +COLR parsingRémi Denis-Courmont1-1/+28
AT+COLR does not have a local presentation mode and thus it cannot be factored with the other commands. This partially reverts commit f2baa88d7577649358f1f8587e5a9b6aa730ca41.
2011-01-13test: show CalledLinePresentation propertyLucas De Marchi1-0/+2
2011-01-12atutil: Break out attribute parser into atutilDenis Kenzior3-39/+53
2011-01-12udev: Add nokiacdma deviceDara Spieker-Doyle1-0/+15
2011-01-12ofono-rules: Add nokiacdma deviceDara Spieker-Doyle1-0/+4
2011-01-12nokiacdma: Minor fixesDenis Kenzior1-2/+5
2011-01-12nokiacdma: Add plugin and CDMA MO Call SupportDara Spieker-Doyle2-0/+174
2011-01-12cdmamodem: Remove unneeded assignmentsDenis Kenzior1-2/+0
2011-01-12cdmamodem: Fix up namingDenis Kenzior3-29/+29
2011-01-12cdmamodem: Add CDMA MO Call supportDara Spieker-Doyle4-1/+169
2011-01-12stk: make use of ADD_ERROR_RESULT macroJeevaka Badrappan1-39/+30
2011-01-12stk: add additional info for terminal busy resultJeevaka Badrappan1-8/+37
As per the ETSI TS 102 223 specification 8.12.2, it is mandatory to provide additional information for the general result "ME currently unable to process command".
2011-01-12simfs: Add cache flushing functionsAndrzej Zaborowski2-17/+56
2011-01-12test: add set-call-forwardingJarko Poutiainen2-1/+66
2011-01-12TODO: Add task for main.confAki Niemi1-0/+8
2011-01-12TODO: set owner of Support HFP AG emulator taskFrederic Danis1-0/+2
2011-01-12isimodem: fix return from call control requestsPekka Pessi1-1/+1
2011-01-12gatchat: M15 coding styles fixesJeevaka Badrappan4-8/+8
2011-01-12unit: M15 coding style fixJeevaka Badrappan6-39/+39
2011-01-12plugins: M15 coding style fixJeevaka Badrappan4-8/+8
2011-01-12atmodem: M15 coding style fixJeevaka Badrappan17-67/+67
2011-01-12isimodem: M15 coding style fixJeevaka Badrappan17-66/+66
2011-01-12nwmodem: M15 coding style fixJeevaka Badrappan2-4/+4
2011-01-12hsomodem: M15 coding style fixJeevaka Badrappan3-8/+8
2011-01-12ifxmodem: M15 coding style fixJeevaka Badrappan6-20/+20
2011-01-12calypsomodem: M15 coding style fixJeevaka Badrappan3-8/+8
2011-01-12stemodem: M15 coding style fixJeevaka Badrappan4-12/+12
2011-01-12huaweimodem: M15 coding style fixJeevaka Badrappan5-16/+16
2011-01-12hfpmodem: M15 coding style fixJeevaka Badrappan4-12/+12
2011-01-12mbmmodem: M15 coding style fixJeevaka Badrappan3-8/+8
2011-01-12include: M15 coding style fixJeevaka Badrappan1-1/+1
2011-01-12core: M15 coding style fixJeevaka Badrappan5-13/+13
2011-01-12smsutil: M15 coding style fixJeevaka Badrappan2-2/+2
2011-01-12TODO: Fix typosAki Niemi1-2/+2
2011-01-12TODO: Update neighbor cell task ownerAki Niemi1-1/+1
2011-01-11udev: Add another Sierra Wireless modem to the listMarcel Holtmann1-0/+1
2011-01-11plugin: Add ste modem init daemon integrationSjur Brændeland2-0/+393
This patch introduces auto discovery of ST-Ericsson modems. ST-Ericsson modems (M57XX, M7XX, M74XX) are managed by a Modem Init Daemon responsible for start, power cycles, flashing etc. This STE plugin monitors the modem state exposed from the Modem Init Daemon's Dbus API. When the modem is in state "on" the STE modem is created and registered. Muliple modem instances, and reset handling is supported.
2011-01-11coding-style: Use void if function has no parametersSjur Brændeland1-0/+15
2011-01-10sierra: Add skeleton for Sierra modem pluginMarcel Holtmann2-0/+234
2011-01-10udev: Add support for Sierra device detectionMarcel Holtmann2-0/+42
2011-01-10doc: Update overview.txtDenis Kenzior1-2/+2
2011-01-10gprs: avoid useless loop iterationRémi Denis-Courmont1-3/+3
2011-01-10Fix up Lasse's name and email addressMarcel Holtmann1-0/+1
2011-01-10atmodem: Use switch statement for vendor quirksMarcel Holtmann1-2/+4
2011-01-10sim: Fix missing return in the atmodem driverDenis Kenzior1-7/+10
In some circumstances it was possible to call the callback with both failure and success
2011-01-10sim: Prefer not using _ prefix for style reasonsDenis Kenzior1-5/+5
2011-01-10TODO: mark 'SIM PIN retry counter' task as doneLucas De Marchi2-8/+5
2011-01-10atmodem: implement query for remaining pin retriesLucas De Marchi1-0/+96
Implement query method for the remaining pin retries on huawei modem.