summaryrefslogtreecommitdiffstats
path: root/heimdall/source/BridgeManager.h
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2013-05-11 05:36:05 +0200
committerBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2013-05-11 05:36:05 +0200
commitc9e4f764c2cc81f3ab223116e73340ea33e1abcb (patch)
tree716fa4f600eaa158280b46de93fdfbe345f0390e /heimdall/source/BridgeManager.h
parentFixed bug in Heimdall Frontend where "resume" wasn't being checked when it should have been. (diff)
downloadHeimdall-c9e4f764c2cc81f3ab223116e73340ea33e1abcb.tar
Heimdall-c9e4f764c2cc81f3ab223116e73340ea33e1abcb.tar.gz
Heimdall-c9e4f764c2cc81f3ab223116e73340ea33e1abcb.tar.bz2
Heimdall-c9e4f764c2cc81f3ab223116e73340ea33e1abcb.tar.lz
Heimdall-c9e4f764c2cc81f3ab223116e73340ea33e1abcb.tar.xz
Heimdall-c9e4f764c2cc81f3ab223116e73340ea33e1abcb.tar.zst
Heimdall-c9e4f764c2cc81f3ab223116e73340ea33e1abcb.zip
Diffstat (limited to 'heimdall/source/BridgeManager.h')
-rw-r--r--heimdall/source/BridgeManager.h5
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