From 1ef6e97b9089042316b49bb6c01668b531e2eae5 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Wed, 1 Jun 2011 06:42:21 +1000 Subject: 1.2.0b Heimdall command line update. Large update that adds lots of PIT file functionality and better support for more devices. --- 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 ce799b5..8cafc95 100644 --- a/heimdall/source/ResponsePacket.h +++ b/heimdall/source/ResponsePacket.h @@ -32,11 +32,11 @@ namespace Heimdall enum { - kResponseTypeSendFilePart = 0x00, - kResponseTypeDeviceInfo = 0x64, - kResponseTypePitFile = 0x65, - kResponseTypeFileTransfer = 0x66, - kResponseTypeRebootDevice = 0x67 + kResponseTypeSendFilePart = 0x00, + kResponseTypeDeviceInfo = 0x64, + kResponseTypePitFile = 0x65, + kResponseTypeFileTransfer = 0x66, + kResponseTypeEndSession = 0x67 }; private: -- cgit v1.1