aboutsummaryrefslogtreecommitdiff
path: root/src/libusb-glue.h
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2009-01-14 21:39:50 +0000
committerLinus Walleij <triad@df.lth.se>2009-01-14 21:39:50 +0000
commitf67c1ada12299062333b7d622509b403ab925e8a (patch)
treef1f159293e4b969d2ffbf493635eca2e3860c26d /src/libusb-glue.h
parentae6c3fda344b303de235328ffa3325b26f36e6f3 (diff)
downloadlibmtp-f67c1ada12299062333b7d622509b403ab925e8a.tar.gz
Fix a new device bug flag for broken sendobjproplist
Diffstat (limited to 'src/libusb-glue.h')
-rw-r--r--src/libusb-glue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libusb-glue.h b/src/libusb-glue.h
index e00f2ac..6af8072 100644
--- a/src/libusb-glue.h
+++ b/src/libusb-glue.h
@@ -103,6 +103,8 @@ void get_usb_device_timeout(PTP_USB *ptp_usb, int *timeout);
((a)->rawdevice.device_entry.device_flags & (DEVICE_FLAG_PLAYLIST_SPL_V1 | DEVICE_FLAG_PLAYLIST_SPL_V2))
#define FLAG_CANNOT_HANDLE_DATEMODIFIED(a) \
((a)->rawdevice.device_entry.device_flags & DEVICE_FLAG_CANNOT_HANDLE_DATEMODIFIED)
+#define FLAG_BROKEN_SEND_OBJECT_PROPLIST(a) \
+ ((a)->rawdevice.device_entry.device_flags & DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST)
/* connect_first_device return codes */
#define PTP_CD_RC_CONNECTED 0