aboutsummaryrefslogtreecommitdiffstats
path: root/OSX
diff options
context:
space:
mode:
authorBenjamin-Dobell <benjamin.dobell+github@glassechidna.com.au>2011-06-02 05:47:49 +1000
committerBenjamin-Dobell <benjamin.dobell+github@glassechidna.com.au>2011-06-02 05:47:49 +1000
commitb4db01d4e102510c030399cd814cdae716c43c03 (patch)
tree795411629ef7f8642fd8da4120d9e92455db918c /OSX
parent1e2894839a1458c983b7387d4b2b8a453b726c9c (diff)
downloadexternal_heimdall-b4db01d4e102510c030399cd814cdae716c43c03.zip
external_heimdall-b4db01d4e102510c030399cd814cdae716c43c03.tar.gz
external_heimdall-b4db01d4e102510c030399cd814cdae716c43c03.tar.bz2
Updated OS X kext to support Galaxy S II and Droid Charge
Diffstat (limited to 'OSX')
-rw-r--r--OSX/heimdall.kext/Contents/Info.plist16
1 files changed, 16 insertions, 0 deletions
diff --git a/OSX/heimdall.kext/Contents/Info.plist b/OSX/heimdall.kext/Contents/Info.plist
index abc852e..7dfa913 100644
--- a/OSX/heimdall.kext/Contents/Info.plist
+++ b/OSX/heimdall.kext/Contents/Info.plist
@@ -20,6 +20,22 @@
<key>idVendor</key> <integer>1256</integer>
<key>idProduct</key> <integer>26113</integer>
</dict>
+ <key>GalaxyS2</key>
+ <dict>
+ <key>CFBundleIdentifier</key> <string>com.apple.driver.AppleUSBComposite</string>
+ <key>IOClass</key> <string>AppleUSBComposite</string>
+ <key>IOProviderClass</key> <string>IOUSBDevice</string>
+ <key>idVendor</key> <integer>1256</integer>
+ <key>idProduct</key> <integer>26717</integer>
+ </dict>
+ <key>DroidCharge</key>
+ <dict>
+ <key>CFBundleIdentifier</key> <string>com.apple.driver.AppleUSBComposite</string>
+ <key>IOClass</key> <string>AppleUSBComposite</string>
+ <key>IOProviderClass</key> <string>IOUSBDevice</string>
+ <key>idVendor</key> <integer>1256</integer>
+ <key>idProduct</key> <integer>26819</integer>
+ </dict>
</dict>
<key>OSBundleCompatibleVersion</key> <string>1.8</string>
<key>OSBundleLibraries</key>