~ubuntu-branches/ubuntu/utopic/ofono/utopic-proposed

« back to all changes in this revision

Viewing changes to drivers/cdmamodem/cdmamodem.c

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-08-22 19:59:08 UTC
  • mfrom: (1.4.3)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20120822195908-20ccett2uhgcz7f6
Tags: upstream-1.9
ImportĀ upstreamĀ versionĀ 1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 *
3
3
 *  oFono - Open Source Telephony
4
4
 *
5
 
 *  Copyright (C) 2010 Nokia Corporation. All rights reserved.
 
5
 *  Copyright (C) 2010-2011  Nokia Corporation and/or its subsidiary(-ies).
6
6
 *
7
7
 *  This program is free software; you can redistribute it and/or modify
8
8
 *  it under the terms of the GNU General Public License version 2 as
36
36
{
37
37
        cdma_voicecall_init();
38
38
        cdma_devinfo_init();
 
39
        cdma_connman_init();
39
40
 
40
41
        return 0;
41
42
}
44
45
{
45
46
        cdma_voicecall_exit();
46
47
        cdma_devinfo_exit();
 
48
        cdma_connman_exit();
47
49
}
48
50
 
49
51
OFONO_PLUGIN_DEFINE(cdmamodem, "CDMA AT modem driver", VERSION,