diff options
Diffstat (limited to '')
-rw-r--r-- | heimdall/source/BridgeManager.h | 5 |
1 files changed, 2 insertions, 3 deletions
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
|