You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file MyUserUSBInterfaceDriver.cpp, I get the message the the corresponding header file, MyUserUSBInterfaceDriver.h, cannot be found. And I have looked for it but don't see it myself.
I am trying to figure out how to change a USB driver based on IOKit and using a codeless Kext that allows USB access in a Java program to use DriverKit and System Extensions since Kernel Extensions will not be allowed in future versions of macOS 10.15.x.
Thank you for creating this example. It's the only one I can find anywhere!
The text was updated successfully, but these errors were encountered:
The header file is generated by the IIG tool during the build process (check the other issue). KEXTs generally are not deprecated, just ones with equivalents at SYSX.
As a codeless KEXT is technically not a driver, but some kind of a trampoline to another driver, I think it will not deprecate -- it is all about the Info.plist file not I/O Kit or other KPI.
In file MyUserUSBInterfaceDriver.cpp, I get the message the the corresponding header file, MyUserUSBInterfaceDriver.h, cannot be found. And I have looked for it but don't see it myself.
I am trying to figure out how to change a USB driver based on IOKit and using a codeless Kext that allows USB access in a Java program to use DriverKit and System Extensions since Kernel Extensions will not be allowed in future versions of macOS 10.15.x.
Thank you for creating this example. It's the only one I can find anywhere!
The text was updated successfully, but these errors were encountered: