openAVproductions / openAV-Ctlra

A plain C library to program with hardware controllers.
BSD 3-Clause "New" or "Revised" License
79 stars 16 forks source link

usb: fix hotplug removal of devices #76

Closed harryhaaren closed 6 years ago

harryhaaren commented 6 years ago

The cleanup() callback wasn't being called for various devices, so with this change unplugging or turning off of a device causes the remove callback to be invoked.

Signed-off-by: Harry van Haaren harryhaaren@gmail.com