Files
archived-hidapi/mac
Ihor Dutchak 4d63a5085a macOS: use IORegistryEntryGetRegistryEntryID to resolve paths (#322)
With some device connection configurations,
the device paths become over 512 bytes (io_string_t max length)
which makes them unusable with current implementation.

Rather than using ServiceRegistry string path, use its ID,
which is uint64_t and easily serializable/deserializable into a string.

Implementation idea by felix.schwarz@iospirit.com
8d251c3854

Fixes: #127, #236.
2021-08-23 20:58:13 +03:00
..
2021-07-03 20:38:58 +03:00