From 7caa014dcf52bbbf698dbae89155bb83fe1b8cb4 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Wed, 23 Jan 2013 01:12:58 +1100 Subject: Added Galaxy Camera download mode identifier (apparently). --- heimdall/source/BridgeManager.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'heimdall/source/BridgeManager.h') diff --git a/heimdall/source/BridgeManager.h b/heimdall/source/BridgeManager.h index 1c3a435..2978340 100644 --- a/heimdall/source/BridgeManager.h +++ b/heimdall/source/BridgeManager.h @@ -53,7 +53,7 @@ namespace Heimdall enum { - kSupportedDeviceCount = 3, + kSupportedDeviceCount = 4 }; enum @@ -77,7 +77,8 @@ namespace Heimdall { kPidGalaxyS = 0x6601, kPidGalaxyS2 = 0x685D, - kPidDroidCharge = 0x68C3 + kPidDroidCharge = 0x68C3, + kPidGalaxyCamera = 0x6860 // Is this necessary? }; private: -- cgit v1.1