mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 12:09:58 +00:00
usb: mtp: drop data-out hexdump
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
457d397a24
commit
9cd04ccf75
@ -1011,8 +1011,7 @@ static void usb_mtp_handle_data(USBDevice *dev, USBPacket *p)
|
||||
usb_mtp_command(s, &cmd);
|
||||
break;
|
||||
default:
|
||||
iov_hexdump(p->iov.iov, p->iov.niov, stderr, "mtp-out", 32);
|
||||
trace_usb_mtp_stall(s->dev.addr, "TODO: implement data-out");
|
||||
/* not needed as long as the mtp device is read-only */
|
||||
p->status = USB_RET_STALL;
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user