* [PATCH] simfilesystem: make EFimg a linear fixed file type
@ 2010-08-05 21:33 Kristen Carlson Accardi
2010-08-05 22:03 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Kristen Carlson Accardi @ 2010-08-05 21:33 UTC (permalink / raw)
To: ofono
[-- 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-08-05 22:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-05 21:33 [PATCH] simfilesystem: make EFimg a linear fixed file type Kristen Carlson Accardi
2010-08-05 22:03 ` Denis Kenzior
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.