Posts

Post not yet marked as solved
1 Replies
573 Views
How does device matching work on DriverKit?Before there were general requirements in the plist, then specific requirements encoded in a probe(...) function. Is there documentation for the matching process of the new DriverKit APIs (like this old one https://developer.apple.com/library/archive/documentation/DeviceDrivers/Conceptual/IOKitFundamentals/Matching/Matching.html#//apple_ref/doc/uid/TP0000015-TP9)H
Posted
by hhhh.
Last updated
.
Post not yet marked as solved
0 Replies
330 Views
What is the best way to have full access to the IORegistry (traversing fromPath etc) from within DriverKit?IOService SearchProperty isn't enough control for the matching that I need to do. I also cannot work out how to change arbitrary IOReg keys from within my driver.
Posted
by hhhh.
Last updated
.