> @@ -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