diff options
author | Benjamin-Dobell <benjamin.dobell+github@glassechidna.com.au> | 2011-06-01 21:47:49 +0200 |
---|---|---|
committer | Benjamin-Dobell <benjamin.dobell+github@glassechidna.com.au> | 2011-06-01 21:47:49 +0200 |
commit | b4db01d4e102510c030399cd814cdae716c43c03 (patch) | |
tree | 795411629ef7f8642fd8da4120d9e92455db918c /OSX/heimdall.kext | |
parent | More linux-specific fixes/changes. (diff) | |
download | Heimdall-b4db01d4e102510c030399cd814cdae716c43c03.tar Heimdall-b4db01d4e102510c030399cd814cdae716c43c03.tar.gz Heimdall-b4db01d4e102510c030399cd814cdae716c43c03.tar.bz2 Heimdall-b4db01d4e102510c030399cd814cdae716c43c03.tar.lz Heimdall-b4db01d4e102510c030399cd814cdae716c43c03.tar.xz Heimdall-b4db01d4e102510c030399cd814cdae716c43c03.tar.zst Heimdall-b4db01d4e102510c030399cd814cdae716c43c03.zip |
Diffstat (limited to 'OSX/heimdall.kext')
-rw-r--r-- | OSX/heimdall.kext/Contents/Info.plist | 16 |
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> |