The DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL seems bogus, all modern
MTP stacks rely on this command to work, and now that I try my Zen
Micro with MTP firmware (the first MP3 player ever from Creative
to support MTP) it seems to work fine.

I suspect some other bug to have obscured the real problem.

Signed-off-by: Linus Walleij <triad@df.lth.se>
diff --git a/src/device-flags.h b/src/device-flags.h
index abb438a..ba3f22b 100644
--- a/src/device-flags.h
+++ b/src/device-flags.h
@@ -272,6 +272,9 @@
  * Early Creative Zen (etc) models actually only support
  * command 9805 (Get object property list) and will hang
  * if you try to get individual properties of an object.
+ * Or so it seemed. Later bug fixes to the library has made
+ * this work flawlessly so the bug flag is moot.
+ * NOT USED ANYMORE, THIS FLAG MAY BE RECYCLED.
  */
 #define DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL	0x20000000
 /**