Contribute
Register

Kext SD Card Reader development

Status
Not open for further replies.
Joined
Sep 18, 2011
Messages
3
Motherboard
T480
CPU
8650
Graphics
HD620
I have a Lenovo T480 with just about everything working, with the exception of the USB Based SD Card reader. This appears to be a Realtek VID: 0BDA/0316. I believe there is no current driver for this device. If there is, can someone please point me where I can download an existing kext?

Assuming it does need to be developed, I'd like to work on it. Can someone point me in the direction of the Linux source code ( I believe it works for Linux) or specifications for this SD Card reader? Also can you let me know if the community does have working OSX source code for another SD card reader I can use a base to get started? I've done C programming and some microcontroller development so I'm not a total newbie but any pointers would be appreciated.

Thanks for your assistance.
 
put this KextToPatch into config.plist I hope to work perfectly

<dict>


<key>Comment</key>


<string>Card Reader Info.plist</string>


<key>Disabled</key>


<false/>


<key>Find</key>


<data>


PHN0cmluZz5wY2kxNGU0LDE2YmM8L3N0cmluZz4=


</data>


<key>InfoPlistPatch</key>


<true/>


<key>Name</key>


<string>com.apple.driver.AppleSDXC</string>


<key>Replace</key>


<data>


PHN0cmluZz5wY2kwMzE2LDBiZGE8L3N0cmluZz4=


</data>


</dict>


<dict>


<key>Comment</key>


<string>Micro Inc. SD Card Reader Binary- pci14e4,16bc -&gt; pci0316,0bda</string>


<key>Find</key>


<data>


cGNpMTRlNCwxNmJj


</data>


<key>Name</key>


<string>com.apple.driver.AppleSDXC</string>


<key>Replace</key>


<data>


cGNpMDMxNiwwYmRh


</data>


</dict>
 
Status
Not open for further replies.
Back
Top