summaryrefslogtreecommitdiffstats
path: root/heimdall/source/EndPhoneFileTransferPacket.h
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-05-31 22:42:21 +0200
committerBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-05-31 23:06:09 +0200
commit1ef6e97b9089042316b49bb6c01668b531e2eae5 (patch)
treef36ea3f02ee5fbb2eec9f56beb1384125cee2e6b /heimdall/source/EndPhoneFileTransferPacket.h
parentMade "make install" install the udev rules. (diff)
downloadHeimdall-1ef6e97b9089042316b49bb6c01668b531e2eae5.tar
Heimdall-1ef6e97b9089042316b49bb6c01668b531e2eae5.tar.gz
Heimdall-1ef6e97b9089042316b49bb6c01668b531e2eae5.tar.bz2
Heimdall-1ef6e97b9089042316b49bb6c01668b531e2eae5.tar.lz
Heimdall-1ef6e97b9089042316b49bb6c01668b531e2eae5.tar.xz
Heimdall-1ef6e97b9089042316b49bb6c01668b531e2eae5.tar.zst
Heimdall-1ef6e97b9089042316b49bb6c01668b531e2eae5.zip
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: