Starting in MacOS 26, the Valeria interface now has the ioreg key value
"UsbUserClientEntitlementRequired" = "com.apple.coremedia.valeria.allow"
Attempting to claim the interface will return error code
./strerror -m 3758097086
(iokit/common) resource shortage
The console spits out
[binary name]@(null): AppleUSBHostUserClient::start: missing entitlement com.apple.coremedia.valeria.allow
It seems that Apple no longer allows a connection from non-Apple code.
Starting in MacOS 26, the Valeria interface now has the ioreg key value
Attempting to claim the interface will return error code
The console spits out
It seems that Apple no longer allows a connection from non-Apple code.