aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/source/EndPhoneFileTransferPacket.h
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-06-01 06:42:21 +1000
committerBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-06-01 07:06:09 +1000
commit1ef6e97b9089042316b49bb6c01668b531e2eae5 (patch)
treef36ea3f02ee5fbb2eec9f56beb1384125cee2e6b /heimdall/source/EndPhoneFileTransferPacket.h
parent47faaf001de6342b7839f1108034ab65d35f1faf (diff)
downloadexternal_heimdall-1ef6e97b9089042316b49bb6c01668b531e2eae5.zip
external_heimdall-1ef6e97b9089042316b49bb6c01668b531e2eae5.tar.gz
external_heimdall-1ef6e97b9089042316b49bb6c01668b531e2eae5.tar.bz2
1.2.0b Heimdall command line update. Large update that adds lots of PIT file functionality and better support for more devices.
Diffstat (limited to 'heimdall/source/EndPhoneFileTransferPacket.h')
-rw-r--r--heimdall/source/EndPhoneFileTransferPacket.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/heimdall/source/EndPhoneFileTransferPacket.h b/heimdall/source/EndPhoneFileTransferPacket.h
index 24650a2..f875002 100644
--- a/heimdall/source/EndPhoneFileTransferPacket.h
+++ b/heimdall/source/EndPhoneFileTransferPacket.h
@@ -30,7 +30,7 @@ namespace Heimdall
{
public:
- enum
+ /*enum
{
kFilePrimaryBootloader = 0x00,
kFilePit = 0x01, // New 1.1 - Don't flash the pit this way!
@@ -38,6 +38,9 @@ namespace Heimdall
kFileSecondaryBootloaderBackup = 0x04, // New 1.1
kFileKernel = 0x06,
kFileRecovery = 0x07, // New 1.1
+
+ kFileTabletModem = 0x08, // New 1.2
+
kFileEfs = 0x14, // New 1.1
kFileParamLfs = 0x15,
kFileFactoryFilesystem = 0x16,
@@ -45,7 +48,7 @@ namespace Heimdall
kFileCache = 0x18,
kFileModem = 0x0B // New 1.1 - Kies flashes the modem this way rather than using the EndModemFileTransferPacket.
- };
+ };*/
private: