Fix some info on this bug flag...

Signed-off-by: Linus Walleij <triad@df.lth.se>
diff --git a/src/device-flags.h b/src/device-flags.h
index b041ec6..3112ba7 100644
--- a/src/device-flags.h
+++ b/src/device-flags.h
@@ -275,7 +275,13 @@
 #define DEVICE_FLAG_BROKEN_GET_OBJECT_PROPVAL	0x20000000
 /**
  * It seems that some devices return an bad data when
- * using the GetObjectInfo operation.
+ * using the GetObjectInfo operation. So in these cases
+ * we prefer to override the PTP-compatible object infos
+ * with the MTP property list.
+ *
+ * For example Some Samsung Galaxy S devices contain an MTP
+ * stack that present the ObjectInfo in 64 bit instead of
+ * 32 bit.
  */
 #define DEVICE_FLAG_BROKEN_GET_OBJECT_INFO	0x40000000