mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
ehci: Add support for packets with both data and an error status
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
01e26b0ea3
commit
e696b1da42
2 changed files with 77 additions and 85 deletions
|
@ -230,7 +230,6 @@ struct EHCIPacket {
|
|||
QEMUSGList sgl;
|
||||
int pid;
|
||||
enum async_state async;
|
||||
int usb_status;
|
||||
};
|
||||
|
||||
struct EHCIQueue {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue