When I try to claim an interface on a HID device on Linux, usb_claim_interface returns -EBUSY.
The solution is to call
Patch file
The solution is to call usb_detach_kernel_driver_np on the interface before claiming it.
Log in to post a comment.
Patch file
The solution is to call usb_detach_kernel_driver_np on the interface before claiming it.