0xFireWolf / RealtekCardReader

An unofficial Realtek PCIe/USB-based SD card reader driver for macOS
BSD 3-Clause "New" or "Revised" License
182 stars 18 forks source link

Integrate recognition as a built-in device #13

Closed antoniomcr96 closed 2 years ago

antoniomcr96 commented 2 years ago

First of all, thanks for all your work. The idea that I want to propose consists of merging this kext with RealtekCardReaderFriend in order to always show the card reader as a built in device. Maybe we can use a boot-arg or (better) inject a deviceproperty to control this feature. What do you think? Thanks in advance

0xFireWolf commented 2 years ago

No, I deliberately choose not to combine them into a single kext, otherwise RealtekCardReader always depends on Lilu regardless of whether users want to turn on the features provided by RealtekCardReaderFriend.

antoniomcr96 commented 2 years ago

Thanks for the explaination. Anyway, in a real-life scenario, I think that everyone who needs this kext uses Lilu. Have a nice day :)