InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   10.X (http://infinitemac.com/forumdisplay.php?f=36)
-   -   USB Card Reader Apple Optimized Legacy Driver (http://infinitemac.com/showthread.php?t=6721)

andyvand 11-13-2010 11:14 PM

USB Card Reader Apple Optimized Legacy Driver
 
I have succeeded in making Apple's new driver for memory cards (since 10.6.5) working on any USB card reader (internal or external)

Installation steps:
first edit the plist and insert your card readers vendor and device id (where needed).
The parts you need to edit for this step are:
- Fake Apple Card Reader Device
- Fake Apple Card Reader Interface
- Fake Apple Card Reader UMC Inject
- Fake Apple Card Reader SBC Inject
- Any_Internal_SD_Card_Reader_1_00
You can use System Profiler for the vendor + product id's or IORegistryExplorer
The following are the id's you need to look up in IORegistryExplorer:
- idVendor
- idProduct
If you use a text editor convert the id's to decimal with Calculator.
Insert them in the idVendor and idProduct parts respectively

Then we need to add the SCSI device id's to the following parts:
- AnySDCardReaderAnySBC
- Fake Apple Card Reader SCSI Inject
For this you also need IORegistryExplorer (download below if you don't have it).
Open IORegistryExplorer and next insert a memory card (SD/MMC/...)
Look under the EHCI parts for finding the memory card host controller (will be green because of card insertion).
Under the device look for the IOSCSIPeripheralDeviceNub entry (below the USB device)
Click on this and look for:
- Vendor Identification
- Product Identification
Change these in the Info.plist to the values you see there (Fake Apple Card Reader SCSI Inject + AnySDCardReaderAnySBC)

Install the edited kext using Terminal or kext utility.
Reboot and remove the memory card.
After boot reinsert it and you should see a little SD memory card appearing for the SD card (cool) if you did it right and if you check System Profiler under Card Reader the device will be listed as Apple built-in Card Reader.

Download for needed IORegistryExplorer tool:
http://rapidshare.com/files/43068777...ryExplorer.zip

Download:
http://rapidshare.com/files/43068753...eader.kext.zip

andyvand 11-14-2010 01:07 AM

2 Attachment(s)
Some pictures...

scififan68 11-14-2010 02:54 AM

Hey, Andy could you upload this on another site, I would really love to try this on my netbook, Thanks!, EDIT: nvm, found it.

fumoboy007 11-14-2010 02:56 AM

This is phenomenal.

Imkantus 11-14-2010 01:54 PM

1 Attachment(s)
Nice one. :) Going to try this on my netbook while I am at work - feedback coming tomorrow. ;)

For those who have problems with the download:

milanca 11-27-2010 03:02 PM

Hey Andy, excellent stuff. Thanks. I've been away for a while so I am still catching up all the latest news. Tried this already, works like a charm.

http://i103.photobucket.com/albums/m.../sd_reader.jpg

roninx 01-22-2011 10:31 PM

doesn't work :c

Samsung nc10 running 10.6.6


<key>Fake Apple Card Reader Device</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleUSBMergeNub</string>
<key>IOClass</key>
<string>AppleUSBMergeNub</string>
<key>IOProviderClass</key>
<string>IOUSBDevice</string>
<key>IOProviderMergeProperties</key>
<dict>
<key>bcdDevice</key>
<integer>38963</integer>
<key>idProduct</key>
<integer>25446</integer>
<key>idVendor</key>
<integer>1423</integer>
<key>non-removable</key>
<string>yes</string>
<key>USB Product Name</key>
<string>Internal Memory Card Reader</string>
<key>USB Serial Number</key>
<string>000000009833</string>
<key>USB Vendor Name</key>
<string>Apple</string>
</dict>
<key>idProduct</key>
<integer>345</integer>
<key>idVendor</key>
<integer>3034</integer>
Using these modified values

converted values from
Product-ID: 0x6366
Vendor-ID: 0x058f