mbox series

[v2,0/3] Misc usb-mtp fixes

Message ID 20180907220851.9658-1-bsd@redhat.com
Headers show
Series Misc usb-mtp fixes | expand

Message

Bandan Das Sept. 7, 2018, 10:08 p.m. UTC
v2:
Same as v1 but with another minor cleanup
patch. The write buffer breakup is still WIP.

A documentation fix and changes to return the
right error code on write failures.

Bandan (2):
  usb-mtp: fix error conditions for write operation
  doc: replace x-root with rootdir for usb-mtp

Bandan Das (1):
  usb-mtp: reset ObjectInfo dataset size on cleanup

 hw/usb/dev-mtp.c          | 9 ++++++---
 qemu-doc.texi             | 2 +-
 scripts/device-crash-test | 2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)

Comments

Gerd Hoffmann Sept. 13, 2018, 11:54 a.m. UTC | #1
On Fri, Sep 07, 2018 at 06:08:48PM -0400, Bandan Das wrote:
> v2:
> Same as v1 but with another minor cleanup
> patch. The write buffer breakup is still WIP.
> 
> A documentation fix and changes to return the
> right error code on write failures.

Added to usb queue.

thanks,
  Gerd