From 6cd6b35c737e0e4042a8fd79af1decc9f10ed84b Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Mon, 1 Oct 2012 12:43:05 +1000 Subject: Heimdall 1.4 RC1: - Massive refactoring. - Support for Qualcomm based devices. - Print PIT from file. - Use partition names as arguments e.g. --HIDDEN, --KERNEL, --MOVINAND etc. - Heimdall Frontend UI improvements. - And much more... --- heimdall/source/ResponsePacket.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'heimdall/source/ResponsePacket.h') diff --git a/heimdall/source/ResponsePacket.h b/heimdall/source/ResponsePacket.h index e8678cf..9c5c2cc 100644 --- a/heimdall/source/ResponsePacket.h +++ b/heimdall/source/ResponsePacket.h @@ -32,11 +32,11 @@ namespace Heimdall enum { - kResponseTypeSendFilePart = 0x00, - kResponseTypeBeginSession = 0x64, - kResponseTypePitFile = 0x65, - kResponseTypeFileTransfer = 0x66, - kResponseTypeEndSession = 0x67 + kResponseTypeSendFilePart = 0x00, + kResponseTypeSessionSetup = 0x64, + kResponseTypePitFile = 0x65, + kResponseTypeFileTransfer = 0x66, + kResponseTypeEndSession = 0x67 }; private: -- cgit v1.1