USB_TRANSACTION_RESULT_REMOVAL — USB transaction result - transaction aborted due to removal
#define USB_TRANSACTION_RESULT_REMOVAL |
USB transaction result - transaction aborted due to removal The transaction was aborted because either the endpoint or the device it is related to has been removed from the system. This is generated by usb_endpoint_deregister() and will in future be generated by the hub when a device remove event is detected.