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/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 2379073..019513e 100644 --- a/heimdall/source/ControlPacket.h +++ b/heimdall/source/ControlPacket.h @@ -32,10 +32,10 @@ namespace Heimdall enum { - kControlTypeDeviceInfo = 0x64, - kControlTypePitFile = 0x65, - kControlTypeFileTransfer = 0x66, - kControlTypeRebootDevice = 0x67 + kControlTypeDeviceInfo = 0x64, + kControlTypePitFile = 0x65, + kControlTypeFileTransfer = 0x66, + kControlTypeEndSession = 0x67 }; protected: -- cgit v1.1