Commit efe860d7 authored by Jonathan Beck's avatar Jonathan Beck

close usb device before reopening it.

parent d5e52dbd
......@@ -49,6 +49,7 @@ iPhone *get_iPhone() {
usb_find_busses();
usb_find_devices();
busses = usb_get_busses();
// Set the device configuration
for (bus = busses; bus; bus = bus->next) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment