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

« back to all changes in this revision

Viewing changes to drivers/isimodem/info.h

  • 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) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
 
5
 *  Copyright (C) 2009-2010  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
27
27
#endif
28
28
 
29
29
#define PN_PHONE_INFO                           0x1B
30
 
#define PN_EPOC_INFO                            98
 
30
#define PN_MODEM_INFO                           0xC5
 
31
 
 
32
#define PN_EPOC_INFO                            0x62
31
33
#define INFO_TIMEOUT                            5
32
34
 
33
35
enum info_isi_cause {
46
48
        INFO_VERSION_READ_RESP =                0x08,
47
49
        INFO_PRODUCT_INFO_READ_REQ =            0x15,
48
50
        INFO_PRODUCT_INFO_READ_RESP =           0x16,
49
 
        INFO_COMMON_MESSAGE =                   0xF0,
50
51
};
51
52
 
52
53
enum info_subblock {
 
54
        INFO_SB_MODEMSW_VERSION =               0x00,
53
55
        INFO_SB_PRODUCT_INFO_NAME =             0x01,
54
56
        INFO_SB_PRODUCT_INFO_MANUFACTURER =     0x07,
55
57
        INFO_SB_SN_IMEI_PLAIN =                 0x41,