From b4db01d4e102510c030399cd814cdae716c43c03 Mon Sep 17 00:00:00 2001 From: Benjamin-Dobell Date: Thu, 2 Jun 2011 05:47:49 +1000 Subject: Updated OS X kext to support Galaxy S II and Droid Charge --- OSX/heimdall.kext/Contents/Info.plist | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 @@ idVendor 1256 idProduct 26113 + GalaxyS2 + + CFBundleIdentifier com.apple.driver.AppleUSBComposite + IOClass AppleUSBComposite + IOProviderClass IOUSBDevice + idVendor 1256 + idProduct 26717 + + DroidCharge + + CFBundleIdentifier com.apple.driver.AppleUSBComposite + IOClass AppleUSBComposite + IOProviderClass IOUSBDevice + idVendor 1256 + idProduct 26819 + OSBundleCompatibleVersion 1.8 OSBundleLibraries -- cgit v1.1