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

Add list of acquired devices to miscdev #328

Merged
merged 1 commit into from
Jun 15, 2022

Commits on May 30, 2022

  1. Add list of acquired devices to miscdev

    Track all opened devices in a list. This is required if an application uses more than one device in parallel. In the current implementation only the last acquired device is saved in the miscdev, and when closing the device file in the user-space runtime, only acceses to this single device is released. By tracking all acquired devices in a list, all devices are released properly when closing the miscdev.
    tsmk94 committed May 30, 2022
    Configuration menu
    Copy the full SHA
    e5488f1 View commit details
    Browse the repository at this point in the history