All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kristen Carlson Accardi <kristen@linux.intel.com>
To: ofono@ofono.org
Subject: [PATCH] simfilesystem: make EFimg a linear fixed file type
Date: Thu, 05 Aug 2010 14:33:37 -0700	[thread overview]
Message-ID: <1281044017-9663-1-git-send-email-kristen@linux.intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 910 bytes --]

---
 src/simfilesystem.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/simfilesystem.cpp b/src/simfilesystem.cpp
index 6781ac9..d193328 100644
--- a/src/simfilesystem.cpp
+++ b/src/simfilesystem.cpp
@@ -110,7 +110,7 @@ static SimFileInfo const knownFiles[] =
     {"2F05",        "3F00",     "EFpl",        0x11ff44,  FILE_TYPE_TRANSPARENT},
 
     {"5F50",        "7F10",     "DFgraphics",  0,         FILE_TYPE_TRANSPARENT},
-    {"4F20",        "5F50",     "EFimg",       0x14ff44,  FILE_TYPE_TRANSPARENT},
+    {"4F20",        "5F50",     "EFimg",       0x14ff44,  FILE_TYPE_LINEAR_FIXED},
     {"4F01",        "5F50",     "EFimg1",      0x14ff44,  FILE_TYPE_TRANSPARENT},
     {"4F02",        "5F50",     "EFimg2",      0x14ff44,  FILE_TYPE_TRANSPARENT},
     {"4F03",        "5F50",     "EFimg3",      0x14ff44,  FILE_TYPE_TRANSPARENT},
-- 
1.7.1.1


             reply	other threads:[~2010-08-05 21:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-05 21:33 Kristen Carlson Accardi [this message]
2010-08-05 22:03 ` [PATCH] simfilesystem: make EFimg a linear fixed file type Denis Kenzior

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1281044017-9663-1-git-send-email-kristen@linux.intel.com \
    --to=kristen@linux.intel.com \
    --cc=ofono@ofono.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.