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/ControlPacket.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'heimdall/source/ControlPacket.h') diff --git a/heimdall/source/ControlPacket.h b/heimdall/source/ControlPacket.h index eb12b09..7f46d7d 100644 --- a/heimdall/source/ControlPacket.h +++ b/heimdall/source/ControlPacket.h @@ -32,10 +32,10 @@ namespace Heimdall enum { - kControlTypeSetupSession = 0x64, - kControlTypePitFile = 0x65, - kControlTypeFileTransfer = 0x66, - kControlTypeEndSession = 0x67 + kControlTypeSession = 0x64, + kControlTypePitFile = 0x65, + kControlTypeFileTransfer = 0x66, + kControlTypeEndSession = 0x67 }; protected: -- cgit v1.1