From c9e4f764c2cc81f3ab223116e73340ea33e1abcb Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Sat, 11 May 2013 13:36:05 +1000 Subject: Removed bad Galaxy Camera device identifier, as it was the PID for regular boot, not download mode. --- heimdall/source/BridgeManager.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'heimdall/source/BridgeManager.h') diff --git a/heimdall/source/BridgeManager.h b/heimdall/source/BridgeManager.h index 4402710..4f3660d 100644 --- a/heimdall/source/BridgeManager.h +++ b/heimdall/source/BridgeManager.h @@ -56,7 +56,7 @@ namespace Heimdall enum { - kSupportedDeviceCount = 4 + kSupportedDeviceCount = 3 }; enum @@ -80,8 +80,7 @@ namespace Heimdall { kPidGalaxyS = 0x6601, kPidGalaxyS2 = 0x685D, - kPidDroidCharge = 0x68C3, - kPidGalaxyCamera = 0x6860 // Is this necessary? + kPidDroidCharge = 0x68C3 }; enum class UsbLogLevel -- cgit v1.1