mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-12-20 10:15:11 -06:00
Reset adapter state on init, fixes errors relating driver hang from unexpected unplug
This commit is contained in:
@@ -152,6 +152,7 @@ private:
|
||||
libusb_context* libusb_ctx;
|
||||
|
||||
u8 input_endpoint = 0;
|
||||
u8 output_endpoint = 0;
|
||||
|
||||
bool configuring = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user