Apple developer documentation says:
If your hardware communicates entirely using standards-based protocols, you can ship a driver that matches your hardware to one of the built-in system drivers.
Is this possible to do if macOS itself has the driver implemented as a dext?
Particularly, I'm interested in providing support for an FTDI device with a custom product ID in my application. I've understood that macOS implements the FTDI driver as a dext (/System/Library/DriverExtensions/com.apple.DriverKit-AppleUSBFTDI.dext).