Patches from Nicolas to support the BlackBerry Storm.
diff --git a/src/device-flags.h b/src/device-flags.h
index 1b842c0..db8c74b 100644
--- a/src/device-flags.h
+++ b/src/device-flags.h
@@ -245,3 +245,8 @@
  * files instead. Using the unknown filetype for FLAC files.
  */
 #define DEVICE_FLAG_FLAC_IS_UNKNOWN 0x01000000
+/**
+ * This flag performs some random magic on the BlackBerry
+ * device to switch from USB mass storage to MTP mode we think.
+ */
+#define DEVICE_FLAG_SWITCH_MODE_BLACKBERRY 0x02000000