mirror of
https://github.com/mii443/qemu.git
synced 2025-08-30 10:59:53 +00:00
usb/debug: add usb_ep_dump
Add function to dump endpoint data, for debugging purposes. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
@ -1214,6 +1214,9 @@ static int usb_linux_update_endp_table(USBHostDevice *s)
|
||||
i += descriptors[i];
|
||||
}
|
||||
}
|
||||
#ifdef DEBUG
|
||||
usb_ep_dump(&s->dev);
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user