Skip to content

libusb examples in host_test are not releasing claimed interfaces  #16

@rafadose

Description

@rafadose

All examples in host_test/ need the following lines to be added at the end of the main functions:

libusb_release_interface(handle,0);
libusb_close(handle);
libusb_exit(NULL);

See libusb API

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions