How to Write a driverkit extension for Mac OS catalina

Viewed 1831
2 Answers

Apple finally added two examples of HIDDriverkit DEXTs and companion applications on Dec 16 2020.

If you just want to open the device with exclusive access and perform Device IO, you may not need to write the Driver Kit driver. Instead, you can use IOUSBHost framework

Info on using the IOUSBHost framework

Related