qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 4/5] usb-mtp: Introduce write support for MTP


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH v2 4/5] usb-mtp: Introduce write support for MTP objects
Date: Tue, 13 Feb 2018 13:10:59 +0100
User-agent: NeoMutt/20171215

> @@ -66,7 +67,9 @@ enum mtp_code {
>      RES_STORE_READ_ONLY            = 0x200e,
>      RES_PARTIAL_DELETE             = 0x2012,
>      RES_SPEC_BY_FORMAT_UNSUPPORTED = 0x2014,
> +    RES_INVALID_OBJECTINFO         = 0x2015,
>      RES_INVALID_PARENT_OBJECT      = 0x201a,
> +    RES_STORE_FULL                 = 0x200c,

This is the wrong place or the wrong error code ...

cheers,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]