~ubuntu-branches/ubuntu/precise/libmtp/precise-proposed

« back to all changes in this revision

Viewing changes to src/device-flags.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-02-04 16:34:58 UTC
  • mto: (16.1.5 sid) (0.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20100204163458-pegywpiiisrzx72w
Tags: upstream-1.0.2
ImportĀ upstreamĀ versionĀ 1.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
244
244
 * This flag is like DEVICE_FLAG_OGG_IS_UNKNOWN but for FLAC
245
245
 * files instead. Using the unknown filetype for FLAC files.
246
246
 */
247
 
#define DEVICE_FLAG_FLAC_IS_UNKNOWN 0x01000000
 
247
#define DEVICE_FLAG_FLAC_IS_UNKNOWN             0x01000000
 
248
/**
 
249
 * Device needs unique filenames, no two files can be
 
250
 * named the same string.
 
251
 */
 
252
#define DEVICE_FLAG_UNIQUE_FILENAMES            0x02000000
 
253
/**
 
254
 * This flag performs some random magic on the BlackBerry
 
255
 * device to switch from USB mass storage to MTP mode we think.
 
256
 */
 
257
#define DEVICE_FLAG_SWITCH_MODE_BLACKBERRY      0x04000000