summaryrefslogtreecommitdiff
path: root/src/ptp.h
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2010-04-25 04:14:26 +0000
committerLinus Walleij <triad@df.lth.se>2010-04-25 04:14:26 +0000
commit7f27536253133837f481b087868757b6bc42193a (patch)
treeff650aa4fd2ccc53d5144fda1bc3499c316e6ccd /src/ptp.h
parentb58de741431715bc39d9ce708655ee470e554741 (diff)
downloadlibmtp-7f27536253133837f481b087868757b6bc42193a.tar.gz
Fixed issue with disappearing Samsung playlists
Diffstat (limited to 'src/ptp.h')
-rw-r--r--src/ptp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ptp.h b/src/ptp.h
index 62e076f..1f87912 100644
--- a/src/ptp.h
+++ b/src/ptp.h
@@ -817,6 +817,7 @@ typedef struct _PTPObjectInfo PTPObjectInfo;
#define PTP_OFC_MTP_AAC 0xb903
#define PTP_OFC_MTP_AudibleCodec 0xb904
#define PTP_OFC_MTP_FLAC 0xb906
+#define PTP_OFC_MTP_SamsungPlaylist 0xb909
#define PTP_OFC_MTP_UndefinedVideo 0xb980
#define PTP_OFC_MTP_WMV 0xb981
#define PTP_OFC_MTP_MP4 0xb982
@@ -2123,6 +2124,9 @@ uint16_t ptp_setdevicepropvalue (PTPParams* params, uint16_t propcode,
uint16_t ptp_check_event (PTPParams *params);
int ptp_get_one_event (PTPParams *params, PTPContainer *evt);
+uint16_t ptp_check_eos_events (PTPParams *params);
+int ptp_get_one_eos_event (PTPParams *params, PTPCanon_changes_entry *entry);
+
/* Microsoft MTP extensions */
uint16_t ptp_mtp_getobjectpropdesc (PTPParams* params, uint16_t opc, uint16_t ofc,