summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-12-22isimodem: Add missing CBS codepointAki Niemi2-0/+2
2010-12-22isimodem: Adapt and refactor voicecall driverAki Niemi1-706/+678
2010-12-22isimodem: Adapt and refactor sim driverAki Niemi1-159/+148
2010-12-22isimodem: Adapt and refactor phonebook driverAki Niemi1-133/+132
2010-12-22isimodem: Adapt and refactor netreg driverAki Niemi1-495/+380
2010-12-22isimodem: Add convenience macro for version debugAki Niemi1-0/+7
2010-12-22isimodem: Adapt and refactor infoserverAki Niemi1-52/+72
2010-12-22isimodem: Adapt and refactor devinfo driverAki Niemi1-91/+61
2010-12-22isimodem: Adapt and refactor debuggingAki Niemi2-60/+37
2010-12-22isimodem: Adapt and refactor call forwardingAki Niemi1-319/+204
2010-12-22isimodem: Adapt and refactor call barring driverAki Niemi1-125/+81
2010-12-22isimodem: Adapt and refactor audio settings driverAki Niemi1-48/+27
2010-12-22gisi: Adapt and refactor socket moduleAki Niemi2-24/+18
Clean up and fix naming.
2010-12-22gisi: Add include guards to pep moduleAki Niemi1-1/+16
2010-12-22gisi: Adapt and refactor pipe moduleAki Niemi2-115/+155
Make use of the new client API and refactor the code.
2010-12-22gisi: Adapt and refactor netlink moduleAki Niemi2-80/+73
Adapt to using new modem API and clean up naming and coding conventions.
2010-12-22gisi: Refactor the server APIAki Niemi2-284/+103
The new server API is a convenience wrapper on the modem API for servers.
2010-12-22gisi: Refactor the client APIAki Niemi2-817/+155
The new client API is a convenience wrapper on the modem API for clients.
2010-12-22gisi: Remove defunct fileAki Niemi1-166/+0
Resource reachability verification is now handled in the modem module.
2010-12-22gisi: Redesign ISI message processingAki Niemi2-13/+1029
This new modem API supercedes the old client and server APIs. It properly queues resource subscriptions and version queries, as well as caches reachability status for a given resource. Also, this is a complete redesign of ISI message handling, adding another layer of abstraction to multiplexing operations to a given modem resource.
2010-12-22gisi: Add convenience API for structsAki Niemi2-0/+11
2010-12-22gisi: Make subblock iterator use new message APIAki Niemi2-13/+19
2010-12-22gisi: Add separate file for common constantsAki Niemi1-0/+57
2010-12-22gisi: Add new API for ISI message handlingAki Niemi2-0/+185
2010-12-22isimodem: Remove from buildAki Niemi1-44/+0
Prepare for refactoring.
2010-12-22gisi: Remove from buildAki Niemi1-10/+0
Prepare for refactoring.
2010-12-21huawei: cancel poll when going to a valid stateLucas De Marchi1-0/+5
2010-12-21ste: Move radio_settings to post_simDenis Kenzior1-1/+1
2010-12-21novatel: Move radio_settings to post_simDenis Kenzior1-3/+12
2010-12-21n900: Move radio_settings to post_simDenis Kenzior1-1/+1
2010-12-21isigen: Move radio_settings to post_simDenis Kenzior1-1/+1
2010-12-21ifx: Move radio_settings to post_simDenis Kenzior1-1/+1
2010-12-21huawei: Move radio_settings to post_simDenis Kenzior1-3/+1
2010-12-21hso: Move radio_settings to post_simDenis Kenzior1-2/+1
2010-12-21huawei: Add support for radio settingsLucas De Marchi1-0/+4
2010-12-21huaweimodem: Add support for radio settingsLucas De Marchi4-1/+225
2010-12-21test: add scripts for setting frequency bandLucas De Marchi3-1/+53
2010-12-21sim: Set sane number len in empty EFmsisdn recordsAndrzej Zaborowski1-0/+2
Valid number length range is 1 - 11 bytes, other values, such as 0xff, could potentially crash external parsers.
2010-12-21test: Minor typo & style fixes to test-stk-menuDenis Kenzior1-2/+2
2010-12-21test: update STK test script for conformanceGuillaume Lucas1-25/+76
Update the STK test script to be able to use it for conformance test. Using 'agent' as parameter the script will now register a STK agent to be able to handle unsolicited proactive command. Without any parameter or with 'menu' the script will try to display the STK main menu of the (U)SIM.
2010-12-21huawei: fix SIM state notification when lockedLucas De Marchi1-0/+28
When SIM is locked, huawei modem does not send any notification about SIM state change because it does not differentiate 'invalid' from 'locked'. In order to be able to unlock the sim, this patch forces a notification of a valid state after a timeout.
2010-12-21build: Remove broken SET_MAKE handlingMarcel Holtmann1-2/+0
2010-12-21stemodem: Use RTNL to create network interfaces.Sjur Brændeland1-7/+36
2010-12-21stemodem: Create network interfaces staticallySjur Brændeland1-67/+82
2010-12-21udev: Fix warning in compilationAntti Paila1-1/+0
2010-12-20AUTHORS: Mention Neil's contributionsDenis Kenzior1-0/+1
2010-12-20udev: Handle calypso driverNeil Jerram1-0/+16
2010-12-20TODO: CDMA SMS and CDMA CMASLei Yu1-27/+89
2010-12-20huawei: set huawei em770 modem device to 01M. Dietrich1-1/+1
device 00 is ppp capable while 01 is not. 01 does everything else fine so ofono works with it flawlessly.
2010-12-20types: Add CDMA Phone NumberDara Spieker-Doyle1-0/+8