DriverKit entitlement for USB transport - support all vendor id's

Hey,

We are developing a dext that would like to match with all USB devices, no matter the vendor. We use VendorID = * in the plist of the Dext to help achieve this when running it locally without entitlements.

I know that the transport.usb entitlement requires a list of Vendor id's, but is it possible to receive an entitlement which is suitable for all VID's?

Kind of like this:

	<key>com.apple.developer.driverkit.transport.usb</key>
	<array>
		<dict>
			<key>idVendor</key>
			<string>*</string>
		</dict>
	</array>

Thanks

DriverKit entitlement for USB transport - support all vendor id's
 
 
Q