aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/source/ControlPacket.h
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-09-11 22:47:31 +1000
committerBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-09-11 23:02:55 +1000
commit0de82e08b6546200b266adfb34af458a85ffaf05 (patch)
tree166bc79a390469c963bbe3ae2a1e5039e963b7ec /heimdall/source/ControlPacket.h
parented9b08e5d9e3db60d52bccf6cb6919fb4bd47602 (diff)
downloadexternal_heimdall-0de82e08b6546200b266adfb34af458a85ffaf05.zip
external_heimdall-0de82e08b6546200b266adfb34af458a85ffaf05.tar.gz
external_heimdall-0de82e08b6546200b266adfb34af458a85ffaf05.tar.bz2
Heimdall 1.3.1
- Improved the no-reboot functionality, you no longer have to reboot to flash more files. - Fixed repartitioning functionality (thanks XDA user psych0phobia for finding the problem!)
Diffstat (limited to 'heimdall/source/ControlPacket.h')
-rw-r--r--heimdall/source/ControlPacket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/heimdall/source/ControlPacket.h b/heimdall/source/ControlPacket.h
index f003654..ce957b2 100644
--- a/heimdall/source/ControlPacket.h
+++ b/heimdall/source/ControlPacket.h
@@ -32,7 +32,7 @@ namespace Heimdall
enum
{
- kControlTypeDeviceInfo = 0x64,
+ kControlTypeSetupSession = 0x64,
kControlTypePitFile = 0x65,
kControlTypeFileTransfer = 0x66,
kControlTypeEndSession = 0x67