Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS: use IORegistryEntryGetRegistryEntryID to resolve paths #322

Merged
merged 1 commit into from
Aug 23, 2021

Commits on Aug 14, 2021

  1. macOS: use IORegistryEntryGetRegistryEntryID to resolve paths

    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
    flirc/hidapi@8d251c3
    
    Fixes: #127, #236.
    Youw committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    180d331 View commit details
    Browse the repository at this point in the history