Hi
For understanding driver extension, I have downloaded the sample code from
https://github.com/knightsc/USBApp.git
After getting the necessary entitlements from apple, and some code changes to support my device I am able to Successfully compile it ( I have modified the plist to support my device) Also, I am able to activate the extension.
I have confirmed the same with the following command :
systemextensionctl list
it successfully list my driver extension.
But nothing proceeds after that, when I see the ioreg
it only shows
!registered, !matched, active
How to proceed after this. it seems my driver init, Start IMPL methods are not getting called. I have put OS_LOG to log tracing , but I am not able to find any logs.
I am not sure how to proceed further,
Thanks in advance