libmtp  1.1.12
ptp.h
1 /* ptp.h
2  *
3  * Copyright (C) 2001 Mariusz Woloszyn <emsi@ipartners.pl>
4  * Copyright (C) 2003-2014 Marcus Meissner <marcus@jet.franken.de>
5  * Copyright (C) 2006-2008 Linus Walleij <triad@df.lth.se>
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the
19  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20  * Boston, MA 02110-1301 USA
21  */
22 
23 #ifndef __PTP_H__
24 #define __PTP_H__
25 
26 #include <stdarg.h>
27 #include <time.h>
28 #if defined(HAVE_ICONV) && defined(HAVE_LANGINFO_H)
29 #include <iconv.h>
30 #endif
31 #include "gphoto2-endian.h"
32 #include "device-flags.h"
33 
34 #ifdef __cplusplus
35 extern "C" {
36 #endif /* __cplusplus */
37 
38 /* PTP datalayer byteorder */
39 
40 #define PTP_DL_BE 0xF0
41 #define PTP_DL_LE 0x0F
42 
43 /* USB interface class */
44 #ifndef USB_CLASS_PTP
45 #define USB_CLASS_PTP 6
46 #endif
47 
48 /* PTP request/response/event general PTP container (transport independent) */
49 
50 struct _PTPContainer {
51  uint16_t Code;
52  uint32_t SessionID;
53  uint32_t Transaction_ID;
54  /* params may be of any type of size less or equal to uint32_t */
55  uint32_t Param1;
56  uint32_t Param2;
57  uint32_t Param3;
58  /* events can only have three parameters */
59  uint32_t Param4;
60  uint32_t Param5;
61  /* the number of meaningfull parameters */
62  uint8_t Nparam;
63 };
64 typedef struct _PTPContainer PTPContainer;
65 
66 /* PTP USB Bulk-Pipe container */
67 /* USB bulk max packet length for high speed endpoints */
68 /* The max packet is set to 512 bytes. The spec says
69  * "end of data transfers are signaled by short packets or NULL
70  * packets". It never says anything about 512, but current
71  * implementations seem to have chosen this value, which also
72  * happens to be the size of an USB 2.0 HS endpoint, even though
73  * this is not necessary.
74  *
75  * Previously we had this as 4096 for MTP devices. We have found
76  * and fixed the bugs that made this necessary and it can be 512 again.
77  *
78  * USB 3.0 has now 1024 byte EPs.
79  */
80 #define PTP_USB_BULK_HS_MAX_PACKET_LEN_WRITE 512
81 #define PTP_USB_BULK_HS_MAX_PACKET_LEN_READ 512
82 #define PTP_USB_BULK_SS_MAX_PACKET_LEN_WRITE 1024
83 #define PTP_USB_BULK_SS_MAX_PACKET_LEN_READ 1024
84 #define PTP_USB_BULK_HDR_LEN (2*sizeof(uint32_t)+2*sizeof(uint16_t))
85 #define PTP_USB_BULK_PAYLOAD_LEN_WRITE (PTP_USB_BULK_SS_MAX_PACKET_LEN_WRITE-PTP_USB_BULK_HDR_LEN)
86 #define PTP_USB_BULK_PAYLOAD_LEN_READ (PTP_USB_BULK_SS_MAX_PACKET_LEN_READ-PTP_USB_BULK_HDR_LEN)
87 #define PTP_USB_BULK_REQ_LEN (PTP_USB_BULK_HDR_LEN+5*sizeof(uint32_t))
88 
90  uint32_t length;
91  uint16_t type;
92  uint16_t code;
93  uint32_t trans_id;
94  union {
95  struct {
96  uint32_t param1;
97  uint32_t param2;
98  uint32_t param3;
99  uint32_t param4;
100  uint32_t param5;
101  } params;
102  /* this must be set to the maximum of PTP_USB_BULK_PAYLOAD_LEN_WRITE
103  * and PTP_USB_BULK_PAYLOAD_LEN_READ */
104  unsigned char data[PTP_USB_BULK_PAYLOAD_LEN_READ];
105  } payload;
106 };
108 
109 /* PTP USB Asynchronous Event Interrupt Data Format */
111  uint32_t length;
112  uint16_t type;
113  uint16_t code;
114  uint32_t trans_id;
115  uint32_t param1;
116  uint32_t param2;
117  uint32_t param3;
118 };
120 
122  uint32_t oid;
123  char *str;
124 };
126 
127 /* USB container types */
128 
129 #define PTP_USB_CONTAINER_UNDEFINED 0x0000
130 #define PTP_USB_CONTAINER_COMMAND 0x0001
131 #define PTP_USB_CONTAINER_DATA 0x0002
132 #define PTP_USB_CONTAINER_RESPONSE 0x0003
133 #define PTP_USB_CONTAINER_EVENT 0x0004
134 
135 /* PTP/IP definitions */
136 #define PTPIP_INIT_COMMAND_REQUEST 1
137 #define PTPIP_INIT_COMMAND_ACK 2
138 #define PTPIP_INIT_EVENT_REQUEST 3
139 #define PTPIP_INIT_EVENT_ACK 4
140 #define PTPIP_INIT_FAIL 5
141 #define PTPIP_CMD_REQUEST 6
142 #define PTPIP_CMD_RESPONSE 7
143 #define PTPIP_EVENT 8
144 #define PTPIP_START_DATA_PACKET 9
145 #define PTPIP_DATA_PACKET 10
146 #define PTPIP_CANCEL_TRANSACTION 11
147 #define PTPIP_END_DATA_PACKET 12
148 #define PTPIP_PING 13
149 #define PTPIP_PONG 14
150 
151 struct _PTPIPHeader {
152  uint32_t length;
153  uint32_t type;
154 };
155 typedef struct _PTPIPHeader PTPIPHeader;
156 
157 /* Vendor IDs */
158 #define PTP_VENDOR_EASTMAN_KODAK 0x00000001
159 #define PTP_VENDOR_SEIKO_EPSON 0x00000002
160 #define PTP_VENDOR_AGILENT 0x00000003
161 #define PTP_VENDOR_POLAROID 0x00000004
162 #define PTP_VENDOR_AGFA_GEVAERT 0x00000005
163 #define PTP_VENDOR_MICROSOFT 0x00000006
164 #define PTP_VENDOR_EQUINOX 0x00000007
165 #define PTP_VENDOR_VIEWQUEST 0x00000008
166 #define PTP_VENDOR_STMICROELECTRONICS 0x00000009
167 #define PTP_VENDOR_NIKON 0x0000000A
168 #define PTP_VENDOR_CANON 0x0000000B
169 #define PTP_VENDOR_FOTONATION 0x0000000C
170 #define PTP_VENDOR_PENTAX 0x0000000D
171 #define PTP_VENDOR_FUJI 0x0000000E
172 /* not from standards papers, but from traces: */
173 #define PTP_VENDOR_SONY 0x00000011 /* observed in the A900 */
174 #define PTP_VENDOR_SAMSUNG 0x0000001a /* observed in the Samsung NX1000 */
175 /* Vendor extension ID used for MTP (occasionaly, usualy 6 is used) */
176 #define PTP_VENDOR_MTP 0xffffffff
177 
178 /* gphoto overrides */
179 #define PTP_VENDOR_GP_OLYMPUS 0xfffffffe
180 
181 /* Operation Codes */
182 
183 /* PTP v1.0 operation codes */
184 #define PTP_OC_Undefined 0x1000
185 #define PTP_OC_GetDeviceInfo 0x1001
186 #define PTP_OC_OpenSession 0x1002
187 #define PTP_OC_CloseSession 0x1003
188 #define PTP_OC_GetStorageIDs 0x1004
189 #define PTP_OC_GetStorageInfo 0x1005
190 #define PTP_OC_GetNumObjects 0x1006
191 #define PTP_OC_GetObjectHandles 0x1007
192 #define PTP_OC_GetObjectInfo 0x1008
193 #define PTP_OC_GetObject 0x1009
194 #define PTP_OC_GetThumb 0x100A
195 #define PTP_OC_DeleteObject 0x100B
196 #define PTP_OC_SendObjectInfo 0x100C
197 #define PTP_OC_SendObject 0x100D
198 #define PTP_OC_InitiateCapture 0x100E
199 #define PTP_OC_FormatStore 0x100F
200 #define PTP_OC_ResetDevice 0x1010
201 #define PTP_OC_SelfTest 0x1011
202 #define PTP_OC_SetObjectProtection 0x1012
203 #define PTP_OC_PowerDown 0x1013
204 #define PTP_OC_GetDevicePropDesc 0x1014
205 #define PTP_OC_GetDevicePropValue 0x1015
206 #define PTP_OC_SetDevicePropValue 0x1016
207 #define PTP_OC_ResetDevicePropValue 0x1017
208 #define PTP_OC_TerminateOpenCapture 0x1018
209 #define PTP_OC_MoveObject 0x1019
210 #define PTP_OC_CopyObject 0x101A
211 #define PTP_OC_GetPartialObject 0x101B
212 #define PTP_OC_InitiateOpenCapture 0x101C
213 /* PTP v1.1 operation codes */
214 #define PTP_OC_StartEnumHandles 0x101D
215 #define PTP_OC_EnumHandles 0x101E
216 #define PTP_OC_StopEnumHandles 0x101F
217 #define PTP_OC_GetVendorExtensionMaps 0x1020
218 #define PTP_OC_GetVendorDeviceInfo 0x1021
219 #define PTP_OC_GetResizedImageObject 0x1022
220 #define PTP_OC_GetFilesystemManifest 0x1023
221 #define PTP_OC_GetStreamInfo 0x1024
222 #define PTP_OC_GetStream 0x1025
223 
224 /* Eastman Kodak extension Operation Codes */
225 #define PTP_OC_EK_GetSerial 0x9003
226 #define PTP_OC_EK_SetSerial 0x9004
227 #define PTP_OC_EK_SendFileObjectInfo 0x9005
228 #define PTP_OC_EK_SendFileObject 0x9006
229 #define PTP_OC_EK_SetText 0x9008
230 
231 /* Canon extension Operation Codes */
232 #define PTP_OC_CANON_GetPartialObjectInfo 0x9001
233 /* 9002 - sends 2 uint32, nothing back */
234 #define PTP_OC_CANON_SetObjectArchive 0x9002
235 #define PTP_OC_CANON_KeepDeviceOn 0x9003
236 #define PTP_OC_CANON_LockDeviceUI 0x9004
237 #define PTP_OC_CANON_UnlockDeviceUI 0x9005
238 #define PTP_OC_CANON_GetObjectHandleByName 0x9006
239 /* no 9007 observed yet */
240 #define PTP_OC_CANON_InitiateReleaseControl 0x9008
241 #define PTP_OC_CANON_TerminateReleaseControl 0x9009
242 #define PTP_OC_CANON_TerminatePlaybackMode 0x900A
243 #define PTP_OC_CANON_ViewfinderOn 0x900B
244 #define PTP_OC_CANON_ViewfinderOff 0x900C
245 #define PTP_OC_CANON_DoAeAfAwb 0x900D
246 
247 /* 900e - send nothing, gets 5 uint16t in 32bit entities back in 20byte datablob */
248 #define PTP_OC_CANON_GetCustomizeSpec 0x900E
249 #define PTP_OC_CANON_GetCustomizeItemInfo 0x900F
250 #define PTP_OC_CANON_GetCustomizeData 0x9010
251 #define PTP_OC_CANON_SetCustomizeData 0x9011
252 #define PTP_OC_CANON_GetCaptureStatus 0x9012
253 #define PTP_OC_CANON_CheckEvent 0x9013
254 #define PTP_OC_CANON_FocusLock 0x9014
255 #define PTP_OC_CANON_FocusUnlock 0x9015
256 #define PTP_OC_CANON_GetLocalReleaseParam 0x9016
257 #define PTP_OC_CANON_SetLocalReleaseParam 0x9017
258 #define PTP_OC_CANON_AskAboutPcEvf 0x9018
259 #define PTP_OC_CANON_SendPartialObject 0x9019
260 #define PTP_OC_CANON_InitiateCaptureInMemory 0x901A
261 #define PTP_OC_CANON_GetPartialObjectEx 0x901B
262 #define PTP_OC_CANON_SetObjectTime 0x901C
263 #define PTP_OC_CANON_GetViewfinderImage 0x901D
264 #define PTP_OC_CANON_GetObjectAttributes 0x901E
265 #define PTP_OC_CANON_ChangeUSBProtocol 0x901F
266 #define PTP_OC_CANON_GetChanges 0x9020
267 #define PTP_OC_CANON_GetObjectInfoEx 0x9021
268 #define PTP_OC_CANON_InitiateDirectTransfer 0x9022
269 #define PTP_OC_CANON_TerminateDirectTransfer 0x9023
270 #define PTP_OC_CANON_SendObjectInfoByPath 0x9024
271 #define PTP_OC_CANON_SendObjectByPath 0x9025
272 #define PTP_OC_CANON_InitiateDirectTansferEx 0x9026
273 #define PTP_OC_CANON_GetAncillaryObjectHandles 0x9027
274 #define PTP_OC_CANON_GetTreeInfo 0x9028
275 #define PTP_OC_CANON_GetTreeSize 0x9029
276 #define PTP_OC_CANON_NotifyProgress 0x902A
277 #define PTP_OC_CANON_NotifyCancelAccepted 0x902B
278 /* 902c: no parms, read 3 uint32 in data, no response parms */
279 #define PTP_OC_CANON_902C 0x902C
280 #define PTP_OC_CANON_GetDirectory 0x902D
281 #define PTP_OC_CANON_902E 0x902E
282 
283 #define PTP_OC_CANON_SetPairingInfo 0x9030
284 #define PTP_OC_CANON_GetPairingInfo 0x9031
285 #define PTP_OC_CANON_DeletePairingInfo 0x9032
286 #define PTP_OC_CANON_GetMACAddress 0x9033
287 /* 9034: 1 param, no parms returned */
288 #define PTP_OC_CANON_SetDisplayMonitor 0x9034
289 #define PTP_OC_CANON_PairingComplete 0x9035
290 #define PTP_OC_CANON_GetWirelessMAXChannel 0x9036
291 
292 #define PTP_OC_CANON_GetWebServiceSpec 0x9068
293 #define PTP_OC_CANON_GetWebServiceData 0x9069
294 #define PTP_OC_CANON_SetWebServiceData 0x906B
295 #define PTP_OC_CANON_GetRootCertificateSpec 0x906C
296 #define PTP_OC_CANON_GetRootCertificateData 0x906D
297 #define PTP_OC_CANON_SetRootCertificateData 0x906F
298 
299 /* 9101: no args, 8 byte data (01 00 00 00 00 00 00 00), no resp data. */
300 #define PTP_OC_CANON_EOS_GetStorageIDs 0x9101
301 /* 9102: 1 arg (0)
302  * 0x28 bytes of data:
303  00000000: 34 00 00 00 02 00 02 91 0a 00 00 00 04 00 03 00
304  00000010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
305  00000020: 00 00 ff ff ff ff 03 43 00 46 00 00 00 03 41 00
306  00000030: 3a 00 00 00
307  * no resp args
308  */
309 #define PTP_OC_CANON_EOS_GetStorageInfo 0x9102
310 #define PTP_OC_CANON_EOS_GetObjectInfo 0x9103
311 #define PTP_OC_CANON_EOS_GetObject 0x9104
312 #define PTP_OC_CANON_EOS_DeleteObject 0x9105
313 #define PTP_OC_CANON_EOS_FormatStore 0x9106
314 #define PTP_OC_CANON_EOS_GetPartialObject 0x9107
315 #define PTP_OC_CANON_EOS_GetDeviceInfoEx 0x9108
316 
317 /* sample1:
318  * 3 cmdargs: 1,0xffffffff,00 00 10 00;
319  * data:
320  00000000: 48 00 00 00 02 00 09 91 12 00 00 00 01 00 00 00
321  00000010: 38 00 00 00 00 00 00 30 01 00 00 00 01 30 00 00
322  00000020: 01 00 00 00 10 00 00 00 00 00 00 00 00 00 00 20
323  00000030: 00 00 00 30 44 43 49 4d 00 00 00 00 00 00 00 00 DCIM
324  00000040: 00 00 00 00 cc c3 01 46
325  * 2 respargs: 0x0, 0x3c
326  *
327  * sample2:
328  *
329  00000000: 18 00 00 00 01 00 09 91 15 00 00 00 01 00 00 00
330  00000010: 00 00 00 30 00 00 10 00
331 
332  00000000: 48 00 00 00 02 00 09 91 15 00 00 00 01 00 00 00
333  00000010: 38 00 00 00 00 00 9c 33 01 00 00 00 01 30 00 00
334  00000020: 01 00 00 00 10 00 00 00 00 00 00 00 00 00 00 30
335  00000030: 00 00 9c 33 32 33 31 43 41 4e 4f 4e 00 00 00 00 231CANON
336  00000040: 00 00 00 00 cc c3 01 46
337 
338  */
339 #define PTP_OC_CANON_EOS_GetObjectInfoEx 0x9109
340 #define PTP_OC_CANON_EOS_GetThumbEx 0x910A
341 #define PTP_OC_CANON_EOS_SendPartialObject 0x910B
342 #define PTP_OC_CANON_EOS_SetObjectAttributes 0x910C
343 #define PTP_OC_CANON_EOS_GetObjectTime 0x910D
344 #define PTP_OC_CANON_EOS_SetObjectTime 0x910E
345 
346 /* 910f: no args, no data, 1 response arg (0). */
347 #define PTP_OC_CANON_EOS_RemoteRelease 0x910F
348 /* Marcus: looks more like "Set DeviceProperty" in the trace.
349  *
350  * no cmd args
351  * data phase (0xc, 0xd11c, 0x1)
352  * no resp args
353  */
354 #define PTP_OC_CANON_EOS_SetDevicePropValueEx 0x9110
355 #define PTP_OC_CANON_EOS_GetRemoteMode 0x9113
356 /* 9114: 1 arg (0x1), no data, no resp data. */
357 #define PTP_OC_CANON_EOS_SetRemoteMode 0x9114
358 /* 9115: 1 arg (0x1), no data, no resp data. */
359 #define PTP_OC_CANON_EOS_SetEventMode 0x9115
360 /* 9116: no args, data phase, no resp data. */
361 #define PTP_OC_CANON_EOS_GetEvent 0x9116
362 #define PTP_OC_CANON_EOS_TransferComplete 0x9117
363 #define PTP_OC_CANON_EOS_CancelTransfer 0x9118
364 #define PTP_OC_CANON_EOS_ResetTransfer 0x9119
365 
366 /* 911a: 3 args (0xfffffff7, 0x00001000, 0x00000001), no data, no resp data. */
367 /* 911a: 3 args (0x001dfc60, 0x00001000, 0x00000001), no data, no resp data. */
368 #define PTP_OC_CANON_EOS_PCHDDCapacity 0x911A
369 
370 /* 911b: no cmd args, no data, no resp args */
371 #define PTP_OC_CANON_EOS_SetUILock 0x911B
372 /* 911c: no cmd args, no data, no resp args */
373 #define PTP_OC_CANON_EOS_ResetUILock 0x911C
374 #define PTP_OC_CANON_EOS_KeepDeviceOn 0x911D
375 #define PTP_OC_CANON_EOS_SetNullPacketMode 0x911E
376 #define PTP_OC_CANON_EOS_UpdateFirmware 0x911F
377 #define PTP_OC_CANON_EOS_TransferCompleteDT 0x9120
378 #define PTP_OC_CANON_EOS_CancelTransferDT 0x9121
379 #define PTP_OC_CANON_EOS_SetWftProfile 0x9122
380 #define PTP_OC_CANON_EOS_GetWftProfile 0x9123
381 #define PTP_OC_CANON_EOS_SetProfileToWft 0x9124
382 #define PTP_OC_CANON_EOS_BulbStart 0x9125
383 #define PTP_OC_CANON_EOS_BulbEnd 0x9126
384 #define PTP_OC_CANON_EOS_RequestDevicePropValue 0x9127
385 
386 /* 0x9128 args (0x1/0x2, 0x0), no data, no resp args */
387 #define PTP_OC_CANON_EOS_RemoteReleaseOn 0x9128
388 /* 0x9129 args (0x1/0x2), no data, no resp args */
389 #define PTP_OC_CANON_EOS_RemoteReleaseOff 0x9129
390 
391 #define PTP_OC_CANON_EOS_RegistBackgroundImage 0x912A
392 #define PTP_OC_CANON_EOS_ChangePhotoStudioMode 0x912B
393 #define PTP_OC_CANON_EOS_GetPartialObjectEx 0x912C
394 #define PTP_OC_CANON_EOS_ResetMirrorLockupState 0x9130
395 #define PTP_OC_CANON_EOS_PopupBuiltinFlash 0x9131
396 #define PTP_OC_CANON_EOS_EndGetPartialObjectEx 0x9132
397 #define PTP_OC_CANON_EOS_MovieSelectSWOn 0x9133
398 #define PTP_OC_CANON_EOS_MovieSelectSWOff 0x9134
399 #define PTP_OC_CANON_EOS_GetCTGInfo 0x9135
400 #define PTP_OC_CANON_EOS_GetLensAdjust 0x9136
401 #define PTP_OC_CANON_EOS_SetLensAdjust 0x9137
402 #define PTP_OC_CANON_EOS_GetMusicInfo 0x9138
403 /* 3 paramaeters, no data, OFC, size, unknown */
404 #define PTP_OC_CANON_EOS_CreateHandle 0x9139
405 #define PTP_OC_CANON_EOS_SendPartialObjectEx 0x913A
406 #define PTP_OC_CANON_EOS_EndSendPartialObjectEx 0x913B
407 #define PTP_OC_CANON_EOS_SetCTGInfo 0x913C
408 #define PTP_OC_CANON_EOS_SetRequestOLCInfoGroup 0x913D
409 #define PTP_OC_CANON_EOS_SetRequestRollingPitchingLevel 0x913E
410 #define PTP_OC_CANON_EOS_GetCameraSupport 0x913F
411 #define PTP_OC_CANON_EOS_SetRating 0x9140 /* 2 args */
412 #define PTP_OC_CANON_EOS_RequestInnerDevelopStart 0x9141 /* 2 args: 1 type, 1 object? */
413 #define PTP_OC_CANON_EOS_RequestInnerDevelopParamChange 0x9142
414 #define PTP_OC_CANON_EOS_RequestInnerDevelopEnd 0x9143
415 #define PTP_OC_CANON_EOS_GpsLoggingDataMode 0x9144 /* 1 arg */
416 #define PTP_OC_CANON_EOS_GetGpsLogCurrentHandle 0x9145
417 
418 #define PTP_OC_CANON_EOS_InitiateViewfinder 0x9151
419 #define PTP_OC_CANON_EOS_TerminateViewfinder 0x9152
420 /* EOS M2 wlan: 2 params, 0x00200000 0x01000000 */
421 #define PTP_OC_CANON_EOS_GetViewFinderData 0x9153
422 #define PTP_OC_CANON_EOS_DoAf 0x9154
423 #define PTP_OC_CANON_EOS_DriveLens 0x9155
424 #define PTP_OC_CANON_EOS_DepthOfFieldPreview 0x9156 /* 1 arg */
425 #define PTP_OC_CANON_EOS_ClickWB 0x9157 /* 2 args: x,y */
426 #define PTP_OC_CANON_EOS_Zoom 0x9158 /* 1 arg */
427 #define PTP_OC_CANON_EOS_ZoomPosition 0x9159 /* 2 args: x,y */
428 #define PTP_OC_CANON_EOS_SetLiveAfFrame 0x915A
429 #define PTP_OC_CANON_EOS_TouchAfPosition 0x915B /* 3 args: type,x,y */
430 #define PTP_OC_CANON_EOS_SetLvPcFlavoreditMode 0x915C /* 1 arg */
431 #define PTP_OC_CANON_EOS_SetLvPcFlavoreditParam 0x915D /* 1 arg */
432 #define PTP_OC_CANON_EOS_AfCancel 0x9160
433 #define PTP_OC_CANON_EOS_SetDefaultCameraSetting 0x91BE
434 #define PTP_OC_CANON_EOS_GetAEData 0x91BF
435 #define PTP_OC_CANON_EOS_NotifyNetworkError 0x91E8
436 #define PTP_OC_CANON_EOS_AdapterTransferProgress 0x91E9
437 #define PTP_OC_CANON_EOS_TransferComplete2 0x91F0
438 #define PTP_OC_CANON_EOS_CancelTransfer2 0x91F1
439 #define PTP_OC_CANON_EOS_FAPIMessageTX 0x91FE
440 #define PTP_OC_CANON_EOS_FAPIMessageRX 0x91FF
441 
442 /* Nikon extension Operation Codes */
443 #define PTP_OC_NIKON_GetProfileAllData 0x9006
444 #define PTP_OC_NIKON_SendProfileData 0x9007
445 #define PTP_OC_NIKON_DeleteProfile 0x9008
446 #define PTP_OC_NIKON_SetProfileData 0x9009
447 #define PTP_OC_NIKON_AdvancedTransfer 0x9010
448 #define PTP_OC_NIKON_GetFileInfoInBlock 0x9011
449 #define PTP_OC_NIKON_Capture 0x90C0 /* 1 param, no data */
450 #define PTP_OC_NIKON_AfDrive 0x90C1 /* no params, no data */
451 #define PTP_OC_NIKON_SetControlMode 0x90C2 /* 1 param, no data */
452 #define PTP_OC_NIKON_DelImageSDRAM 0x90C3 /* 1 param, no data */
453 #define PTP_OC_NIKON_GetLargeThumb 0x90C4
454 #define PTP_OC_NIKON_CurveDownload 0x90C5 /* 1 param, data in */
455 #define PTP_OC_NIKON_CurveUpload 0x90C6 /* 1 param, data out */
456 #define PTP_OC_NIKON_CheckEvent 0x90C7 /* no params, data in */
457 #define PTP_OC_NIKON_DeviceReady 0x90C8 /* no params, no data */
458 #define PTP_OC_NIKON_SetPreWBData 0x90C9 /* 3 params, data out */
459 #define PTP_OC_NIKON_GetVendorPropCodes 0x90CA /* 0 params, data in */
460 #define PTP_OC_NIKON_AfCaptureSDRAM 0x90CB /* no params, no data */
461 #define PTP_OC_NIKON_GetPictCtrlData 0x90CC /* 2 params, data in */
462 #define PTP_OC_NIKON_SetPictCtrlData 0x90CD /* 2 params, data out */
463 #define PTP_OC_NIKON_DelCstPicCtrl 0x90CE /* 1 param, no data */
464 #define PTP_OC_NIKON_GetPicCtrlCapability 0x90CF /* 1 param, data in */
465 
466 /* Nikon Liveview stuff */
467 #define PTP_OC_NIKON_GetPreviewImg 0x9200
468 #define PTP_OC_NIKON_StartLiveView 0x9201 /* no params */
469 #define PTP_OC_NIKON_EndLiveView 0x9202 /* no params */
470 #define PTP_OC_NIKON_GetLiveViewImg 0x9203 /* no params, data in */
471 #define PTP_OC_NIKON_MfDrive 0x9204 /* 2 params */
472 #define PTP_OC_NIKON_ChangeAfArea 0x9205 /* 2 params */
473 #define PTP_OC_NIKON_AfDriveCancel 0x9206 /* no params */
474 /* 2 params:
475  * 0xffffffff == No AF before, 0xfffffffe == AF before capture
476  * sdram=1, card=0
477  */
478 #define PTP_OC_NIKON_InitiateCaptureRecInMedia 0x9207 /* 1 params */
479 
480 #define PTP_OC_NIKON_GetVendorStorageIDs 0x9209 /* no params, data in */
481 
482 #define PTP_OC_NIKON_StartMovieRecInCard 0x920a /* no params, no data */
483 #define PTP_OC_NIKON_EndMovieRec 0x920b /* no params, no data */
484 
485 #define PTP_OC_NIKON_TerminateCapture 0x920c /* 2 params */
486 
487 #define PTP_OC_NIKON_GetDevicePTPIPInfo 0x90E0
488 
489 #define PTP_OC_NIKON_GetPartialObjectHiSpeed 0x9400 /* 3 params, data in */
490 
491 /* From Nikon V1 Trace */
492 #define PTP_OC_NIKON_GetDevicePropEx 0x9504 /* gets device prop dataa */
493 
494 /* Casio EX-F1 (from http://code.google.com/p/exf1ctrl/ ) */
495 #define PTP_OC_CASIO_STILL_START 0x9001
496 #define PTP_OC_CASIO_STILL_STOP 0x9002
497 
498 #define PTP_OC_CASIO_FOCUS 0x9007
499 #define PTP_OC_CASIO_CF_PRESS 0x9009
500 #define PTP_OC_CASIO_CF_RELEASE 0x900A
501 #define PTP_OC_CASIO_GET_OBJECT_INFO 0x900C
502 
503 #define PTP_OC_CASIO_SHUTTER 0x9024
504 #define PTP_OC_CASIO_GET_STILL_HANDLES 0x9027
505 #define PTP_OC_CASIO_STILL_RESET 0x9028
506 #define PTP_OC_CASIO_HALF_PRESS 0x9029
507 #define PTP_OC_CASIO_HALF_RELEASE 0x902A
508 #define PTP_OC_CASIO_CS_PRESS 0x902B
509 #define PTP_OC_CASIO_CS_RELEASE 0x902C
510 
511 #define PTP_OC_CASIO_ZOOM 0x902D
512 #define PTP_OC_CASIO_CZ_PRESS 0x902E
513 #define PTP_OC_CASIO_CZ_RELEASE 0x902F
514 
515 #define PTP_OC_CASIO_MOVIE_START 0x9041
516 #define PTP_OC_CASIO_MOVIE_STOP 0x9042
517 #define PTP_OC_CASIO_MOVIE_PRESS 0x9043
518 #define PTP_OC_CASIO_MOVIE_RELEASE 0x9044
519 #define PTP_OC_CASIO_GET_MOVIE_HANDLES 0x9045
520 #define PTP_OC_CASIO_MOVIE_RESET 0x9046
521 
522 #define PTP_OC_CASIO_GET_OBJECT 0x9025
523 #define PTP_OC_CASIO_GET_THUMBNAIL 0x9026
524 
525 /* Sony stuff */
526 /* 9201:
527  * 3 params: 1,0,0 ; IN: data 8 bytes all 0
528  * or:
529  * 3 params: 2,0,0 ; IN: data 8 bytes all 0
530  * or
531  * 3 params: 3,0,0,: IN: data 8 butes all 0
532  */
533 #define PTP_OC_SONY_SDIOConnect 0x9201
534 /* 9202: 1 param, 0xc8; IN data:
535  * 16 bit: 0xc8
536  * ptp array 32 bit: index, 16 bit values of propcodes */
537 #define PTP_OC_SONY_GetSDIOGetExtDeviceInfo 0x9202
538 
539 #define PTP_OC_SONY_GetDevicePropdesc 0x9203
540 #define PTP_OC_SONY_GetDevicePropertyValue 0x9204
541 /* 1 param, 16bit propcode, SEND DATA: propvalue */
542 #define PTP_OC_SONY_SetControlDeviceA 0x9205
543 #define PTP_OC_SONY_GetControlDeviceDesc 0x9206
544 /* 1 param, 16bit propcode, SEND DATA: propvalue */
545 #define PTP_OC_SONY_SetControlDeviceB 0x9207
546 /* get all device property data at once */
547 #define PTP_OC_SONY_GetAllDevicePropData 0x9209 /* gets a 4126 byte blob of device props ?*/
548 
549 /* Microsoft / MTP extension codes */
550 
551 #define PTP_OC_MTP_GetObjectPropsSupported 0x9801
552 #define PTP_OC_MTP_GetObjectPropDesc 0x9802
553 #define PTP_OC_MTP_GetObjectPropValue 0x9803
554 #define PTP_OC_MTP_SetObjectPropValue 0x9804
555 #define PTP_OC_MTP_GetObjPropList 0x9805
556 #define PTP_OC_MTP_SetObjPropList 0x9806
557 #define PTP_OC_MTP_GetInterdependendPropdesc 0x9807
558 #define PTP_OC_MTP_SendObjectPropList 0x9808
559 #define PTP_OC_MTP_GetObjectReferences 0x9810
560 #define PTP_OC_MTP_SetObjectReferences 0x9811
561 #define PTP_OC_MTP_UpdateDeviceFirmware 0x9812
562 #define PTP_OC_MTP_Skip 0x9820
563 
564 /*
565  * Windows Media Digital Rights Management for Portable Devices
566  * Extension Codes (microsoft.com/WMDRMPD: 10.1)
567  */
568 #define PTP_OC_MTP_WMDRMPD_GetSecureTimeChallenge 0x9101
569 #define PTP_OC_MTP_WMDRMPD_GetSecureTimeResponse 0x9102
570 #define PTP_OC_MTP_WMDRMPD_SetLicenseResponse 0x9103
571 #define PTP_OC_MTP_WMDRMPD_GetSyncList 0x9104
572 #define PTP_OC_MTP_WMDRMPD_SendMeterChallengeQuery 0x9105
573 #define PTP_OC_MTP_WMDRMPD_GetMeterChallenge 0x9106
574 #define PTP_OC_MTP_WMDRMPD_SetMeterResponse 0x9107
575 #define PTP_OC_MTP_WMDRMPD_CleanDataStore 0x9108
576 #define PTP_OC_MTP_WMDRMPD_GetLicenseState 0x9109
577 #define PTP_OC_MTP_WMDRMPD_SendWMDRMPDCommand 0x910A
578 #define PTP_OC_MTP_WMDRMPD_SendWMDRMPDRequest 0x910B
579 
580 /*
581  * Windows Media Digital Rights Management for Portable Devices
582  * Extension Codes (microsoft.com/WMDRMPD: 10.1)
583  * Below are operations that have no public documented identifier
584  * associated with them "Vendor-defined Command Code"
585  */
586 #define PTP_OC_MTP_WMDRMPD_SendWMDRMPDAppRequest 0x9212
587 #define PTP_OC_MTP_WMDRMPD_GetWMDRMPDAppResponse 0x9213
588 #define PTP_OC_MTP_WMDRMPD_EnableTrustedFilesOperations 0x9214
589 #define PTP_OC_MTP_WMDRMPD_DisableTrustedFilesOperations 0x9215
590 #define PTP_OC_MTP_WMDRMPD_EndTrustedAppSession 0x9216
591 /* ^^^ guess ^^^ */
592 
593 /*
594  * Microsoft Advanced Audio/Video Transfer
595  * Extensions (microsoft.com/AAVT: 1.0)
596  */
597 #define PTP_OC_MTP_AAVT_OpenMediaSession 0x9170
598 #define PTP_OC_MTP_AAVT_CloseMediaSession 0x9171
599 #define PTP_OC_MTP_AAVT_GetNextDataBlock 0x9172
600 #define PTP_OC_MTP_AAVT_SetCurrentTimePosition 0x9173
601 
602 /*
603  * Windows Media Digital Rights Management for Network Devices
604  * Extensions (microsoft.com/WMDRMND: 1.0) MTP/IP?
605  */
606 #define PTP_OC_MTP_WMDRMND_SendRegistrationRequest 0x9180
607 #define PTP_OC_MTP_WMDRMND_GetRegistrationResponse 0x9181
608 #define PTP_OC_MTP_WMDRMND_GetProximityChallenge 0x9182
609 #define PTP_OC_MTP_WMDRMND_SendProximityResponse 0x9183
610 #define PTP_OC_MTP_WMDRMND_SendWMDRMNDLicenseRequest 0x9184
611 #define PTP_OC_MTP_WMDRMND_GetWMDRMNDLicenseResponse 0x9185
612 
613 /*
614  * Windows Media Player Portiable Devices
615  * Extension Codes (microsoft.com/WMPPD: 11.1)
616  */
617 #define PTP_OC_MTP_WMPPD_ReportAddedDeletedItems 0x9201
618 #define PTP_OC_MTP_WMPPD_ReportAcquiredItems 0x9202
619 #define PTP_OC_MTP_WMPPD_PlaylistObjectPref 0x9203
620 
621 /*
622  * Undocumented Zune Operation Codes
623  * maybe related to WMPPD extension set?
624  */
625 #define PTP_OC_MTP_ZUNE_GETUNDEFINED001 0x9204
626 
627 /* WiFi Provisioning MTP Extension Codes (microsoft.com/WPDWCN: 1.0) */
628 #define PTP_OC_MTP_WPDWCN_ProcessWFCObject 0x9122
629 
630 
631 /* Olympus E series commands */
632 #define PTP_OC_OLYMPUS_Capture 0x9101
633 #define PTP_OC_OLYMPUS_SelfCleaning 0x9103
634 #define PTP_OC_OLYMPUS_SetRGBGain 0x9106
635 #define PTP_OC_OLYMPUS_SetPresetMode 0x9107
636 #define PTP_OC_OLYMPUS_SetWBBiasAll 0x9108
637 #define PTP_OC_OLYMPUS_GetCameraControlMode 0x910a
638 #define PTP_OC_OLYMPUS_SetCameraControlMode 0x910b
639 #define PTP_OC_OLYMPUS_SetWBRGBGain 0x910c
640 #define PTP_OC_OLYMPUS_GetDeviceInfo 0x9301
641 #define PTP_OC_OLYMPUS_OpenSession 0x9302
642 #define PTP_OC_OLYMPUS_SetDateTime 0x9402
643 #define PTP_OC_OLYMPUS_GetDateTime 0x9482
644 #define PTP_OC_OLYMPUS_SetCameraID 0x9501
645 #define PTP_OC_OLYMPUS_GetCameraID 0x9581
646 
647 /* Android Random I/O Extensions Codes */
648 #define PTP_OC_ANDROID_GetPartialObject64 0x95C1
649 #define PTP_OC_ANDROID_SendPartialObject 0x95C2
650 #define PTP_OC_ANDROID_TruncateObject 0x95C3
651 #define PTP_OC_ANDROID_BeginEditObject 0x95C4
652 #define PTP_OC_ANDROID_EndEditObject 0x95C5
653 
654 /* Leica opcodes, from Lightroom tether plugin */
655 #define PTP_OC_LEICA_SetCameraSettings 0x9001
656 #define PTP_OC_LEICA_GetCameraSettings 0x9002
657 #define PTP_OC_LEICA_GetLensParameter 0x9003
658 /* probably 2 arguments.
659  * generic: releaseStage, stepSize
660  * Release(releasestage) = (releasestage,0)
661  * Release() = (0,0)
662  * AEStart() = (1,0)
663  * Autofocusrelease() = (2,0)
664  * AutofocusPush() = (1,0) ... same as AEStart?
665  * KeepCameraActive() = (0xe,0)
666  */
667 #define PTP_OC_LEICA_Release 0x9004
668 #define PTP_OC_LEICA_OpenLESession 0x9005
669 #define PTP_OC_LEICA_CloseLESession 0x9006
670 #define PTP_OC_LEICA_RequestObjectTransferReady 0x9007
671 
672 /* Proprietary vendor extension operations mask */
673 #define PTP_OC_EXTENSION_MASK 0xF000
674 #define PTP_OC_EXTENSION 0x9000
675 
676 /* Response Codes */
677 
678 /* PTP v1.0 response codes */
679 #define PTP_RC_Undefined 0x2000
680 #define PTP_RC_OK 0x2001
681 #define PTP_RC_GeneralError 0x2002
682 #define PTP_RC_SessionNotOpen 0x2003
683 #define PTP_RC_InvalidTransactionID 0x2004
684 #define PTP_RC_OperationNotSupported 0x2005
685 #define PTP_RC_ParameterNotSupported 0x2006
686 #define PTP_RC_IncompleteTransfer 0x2007
687 #define PTP_RC_InvalidStorageId 0x2008
688 #define PTP_RC_InvalidObjectHandle 0x2009
689 #define PTP_RC_DevicePropNotSupported 0x200A
690 #define PTP_RC_InvalidObjectFormatCode 0x200B
691 #define PTP_RC_StoreFull 0x200C
692 #define PTP_RC_ObjectWriteProtected 0x200D
693 #define PTP_RC_StoreReadOnly 0x200E
694 #define PTP_RC_AccessDenied 0x200F
695 #define PTP_RC_NoThumbnailPresent 0x2010
696 #define PTP_RC_SelfTestFailed 0x2011
697 #define PTP_RC_PartialDeletion 0x2012
698 #define PTP_RC_StoreNotAvailable 0x2013
699 #define PTP_RC_SpecificationByFormatUnsupported 0x2014
700 #define PTP_RC_NoValidObjectInfo 0x2015
701 #define PTP_RC_InvalidCodeFormat 0x2016
702 #define PTP_RC_UnknownVendorCode 0x2017
703 #define PTP_RC_CaptureAlreadyTerminated 0x2018
704 #define PTP_RC_DeviceBusy 0x2019
705 #define PTP_RC_InvalidParentObject 0x201A
706 #define PTP_RC_InvalidDevicePropFormat 0x201B
707 #define PTP_RC_InvalidDevicePropValue 0x201C
708 #define PTP_RC_InvalidParameter 0x201D
709 #define PTP_RC_SessionAlreadyOpened 0x201E
710 #define PTP_RC_TransactionCanceled 0x201F
711 #define PTP_RC_SpecificationOfDestinationUnsupported 0x2020
712 /* PTP v1.1 response codes */
713 #define PTP_RC_InvalidEnumHandle 0x2021
714 #define PTP_RC_NoStreamEnabled 0x2022
715 #define PTP_RC_InvalidDataSet 0x2023
716 
717 /* Eastman Kodak extension Response Codes */
718 #define PTP_RC_EK_FilenameRequired 0xA001
719 #define PTP_RC_EK_FilenameConflicts 0xA002
720 #define PTP_RC_EK_FilenameInvalid 0xA003
721 
722 /* Nikon specific response codes */
723 #define PTP_RC_NIKON_HardwareError 0xA001
724 #define PTP_RC_NIKON_OutOfFocus 0xA002
725 #define PTP_RC_NIKON_ChangeCameraModeFailed 0xA003
726 #define PTP_RC_NIKON_InvalidStatus 0xA004
727 #define PTP_RC_NIKON_SetPropertyNotSupported 0xA005
728 #define PTP_RC_NIKON_WbResetError 0xA006
729 #define PTP_RC_NIKON_DustReferenceError 0xA007
730 #define PTP_RC_NIKON_ShutterSpeedBulb 0xA008
731 #define PTP_RC_NIKON_MirrorUpSequence 0xA009
732 #define PTP_RC_NIKON_CameraModeNotAdjustFNumber 0xA00A
733 #define PTP_RC_NIKON_NotLiveView 0xA00B
734 #define PTP_RC_NIKON_MfDriveStepEnd 0xA00C
735 #define PTP_RC_NIKON_MfDriveStepInsufficiency 0xA00E
736 #define PTP_RC_NIKON_AdvancedTransferCancel 0xA022
737 
738 /* Canon specific response codes */
739 #define PTP_RC_CANON_UNKNOWN_COMMAND 0xA001
740 #define PTP_RC_CANON_OPERATION_REFUSED 0xA005
741 #define PTP_RC_CANON_LENS_COVER 0xA006
742 #define PTP_RC_CANON_BATTERY_LOW 0xA101
743 #define PTP_RC_CANON_NOT_READY 0xA102
744 
745 #define PTP_RC_CANON_A009 0xA009
746 
747 /* Microsoft/MTP specific codes */
748 #define PTP_RC_MTP_Undefined 0xA800
749 #define PTP_RC_MTP_Invalid_ObjectPropCode 0xA801
750 #define PTP_RC_MTP_Invalid_ObjectProp_Format 0xA802
751 #define PTP_RC_MTP_Invalid_ObjectProp_Value 0xA803
752 #define PTP_RC_MTP_Invalid_ObjectReference 0xA804
753 #define PTP_RC_MTP_Invalid_Dataset 0xA806
754 #define PTP_RC_MTP_Specification_By_Group_Unsupported 0xA807
755 #define PTP_RC_MTP_Specification_By_Depth_Unsupported 0xA808
756 #define PTP_RC_MTP_Object_Too_Large 0xA809
757 #define PTP_RC_MTP_ObjectProp_Not_Supported 0xA80A
758 
759 /* Microsoft Advanced Audio/Video Transfer response codes
760 (microsoft.com/AAVT 1.0) */
761 #define PTP_RC_MTP_Invalid_Media_Session_ID 0xA170
762 #define PTP_RC_MTP_Media_Session_Limit_Reached 0xA171
763 #define PTP_RC_MTP_No_More_Data 0xA172
764 
765 /* WiFi Provisioning MTP Extension Error Codes (microsoft.com/WPDWCN: 1.0) */
766 #define PTP_RC_MTP_Invalid_WFC_Syntax 0xA121
767 #define PTP_RC_MTP_WFC_Version_Not_Supported 0xA122
768 
769 /* libptp2 extended ERROR codes */
770 #define PTP_ERROR_TIMEOUT 0x02FA
771 #define PTP_ERROR_CANCEL 0x02FB
772 #define PTP_ERROR_BADPARAM 0x02FC
773 #define PTP_ERROR_RESP_EXPECTED 0x02FD
774 #define PTP_ERROR_DATA_EXPECTED 0x02FE
775 #define PTP_ERROR_IO 0x02FF
776 
777 /* PTP Event Codes */
778 
779 #define PTP_EC_Undefined 0x4000
780 #define PTP_EC_CancelTransaction 0x4001
781 #define PTP_EC_ObjectAdded 0x4002
782 #define PTP_EC_ObjectRemoved 0x4003
783 #define PTP_EC_StoreAdded 0x4004
784 #define PTP_EC_StoreRemoved 0x4005
785 #define PTP_EC_DevicePropChanged 0x4006
786 #define PTP_EC_ObjectInfoChanged 0x4007
787 #define PTP_EC_DeviceInfoChanged 0x4008
788 #define PTP_EC_RequestObjectTransfer 0x4009
789 #define PTP_EC_StoreFull 0x400A
790 #define PTP_EC_DeviceReset 0x400B
791 #define PTP_EC_StorageInfoChanged 0x400C
792 #define PTP_EC_CaptureComplete 0x400D
793 #define PTP_EC_UnreportedStatus 0x400E
794 
795 /* Canon extension Event Codes */
796 #define PTP_EC_CANON_ExtendedErrorcode 0xC005 /* ? */
797 #define PTP_EC_CANON_ObjectInfoChanged 0xC008
798 #define PTP_EC_CANON_RequestObjectTransfer 0xC009
799 #define PTP_EC_CANON_ShutterButtonPressed0 0xC00B
800 #define PTP_EC_CANON_CameraModeChanged 0xC00C
801 #define PTP_EC_CANON_ShutterButtonPressed1 0xC00E
802 
803 #define PTP_EC_CANON_StartDirectTransfer 0xC011
804 #define PTP_EC_CANON_StopDirectTransfer 0xC013
805 
806 /* Canon EOS events */
807 #define PTP_EC_CANON_EOS_RequestGetEvent 0xc101
808 #define PTP_EC_CANON_EOS_ObjectAddedEx 0xc181
809 #define PTP_EC_CANON_EOS_ObjectRemoved 0xc182
810 #define PTP_EC_CANON_EOS_RequestGetObjectInfoEx 0xc183
811 #define PTP_EC_CANON_EOS_StorageStatusChanged 0xc184
812 #define PTP_EC_CANON_EOS_StorageInfoChanged 0xc185
813 #define PTP_EC_CANON_EOS_RequestObjectTransfer 0xc186
814 #define PTP_EC_CANON_EOS_ObjectInfoChangedEx 0xc187
815 #define PTP_EC_CANON_EOS_ObjectContentChanged 0xc188
816 #define PTP_EC_CANON_EOS_PropValueChanged 0xc189
817 #define PTP_EC_CANON_EOS_AvailListChanged 0xc18a
818 #define PTP_EC_CANON_EOS_CameraStatusChanged 0xc18b
819 #define PTP_EC_CANON_EOS_WillSoonShutdown 0xc18d
820 #define PTP_EC_CANON_EOS_ShutdownTimerUpdated 0xc18e
821 #define PTP_EC_CANON_EOS_RequestCancelTransfer 0xc18f
822 #define PTP_EC_CANON_EOS_RequestObjectTransferDT 0xc190
823 #define PTP_EC_CANON_EOS_RequestCancelTransferDT 0xc191
824 #define PTP_EC_CANON_EOS_StoreAdded 0xc192
825 #define PTP_EC_CANON_EOS_StoreRemoved 0xc193
826 #define PTP_EC_CANON_EOS_BulbExposureTime 0xc194
827 #define PTP_EC_CANON_EOS_RecordingTime 0xc195
828 #define PTP_EC_CANON_EOS_RequestObjectTransferTS 0xC1a2
829 #define PTP_EC_CANON_EOS_AfResult 0xc1a3
830 #define PTP_EC_CANON_EOS_CTGInfoCheckComplete 0xc1a4
831 #define PTP_EC_CANON_EOS_OLCInfoChanged 0xc1a5
832 #define PTP_EC_CANON_EOS_RequestObjectTransferFTP 0xc1f1
833 
834 /* Nikon extension Event Codes */
835 
836 /* Nikon extension Event Codes */
837 #define PTP_EC_Nikon_ObjectAddedInSDRAM 0xC101
838 #define PTP_EC_Nikon_CaptureCompleteRecInSdram 0xC102
839 /* Gets 1 parameter, objectid pointing to DPOF object */
840 #define PTP_EC_Nikon_AdvancedTransfer 0xC103
841 #define PTP_EC_Nikon_PreviewImageAdded 0xC104
842 
843 /* Olympus E series */
844 #define PTP_EC_Olympus_PropertyChanged 0xC102
845 #define PTP_EC_Olympus_CaptureComplete 0xC103
846 
847 /* Sony */
848 #define PTP_EC_Sony_ObjectAdded 0xC201
849 #define PTP_EC_Sony_ObjectRemoved 0xC202
850 #define PTP_EC_Sony_PropertyChanged 0xC203
851 
852 /* MTP Event codes */
853 #define PTP_EC_MTP_ObjectPropChanged 0xC801
854 #define PTP_EC_MTP_ObjectPropDescChanged 0xC802
855 #define PTP_EC_MTP_ObjectReferencesChanged 0xC803
856 
857 /* constants for GetObjectHandles */
858 #define PTP_GOH_ALL_STORAGE 0xffffffff
859 #define PTP_GOH_ALL_FORMATS 0x00000000
860 #define PTP_GOH_ALL_ASSOCS 0x00000000
861 #define PTP_GOH_ROOT_PARENT 0xffffffff
862 
863 /* PTP device info structure (returned by GetDevInfo) */
864 
866  uint16_t StandardVersion;
867  uint32_t VendorExtensionID;
868  uint16_t VendorExtensionVersion;
869  char *VendorExtensionDesc;
870  uint16_t FunctionalMode;
871  uint32_t OperationsSupported_len;
872  uint16_t *OperationsSupported;
873  uint32_t EventsSupported_len;
874  uint16_t *EventsSupported;
875  uint32_t DevicePropertiesSupported_len;
876  uint16_t *DevicePropertiesSupported;
877  uint32_t CaptureFormats_len;
878  uint16_t *CaptureFormats;
879  uint32_t ImageFormats_len;
880  uint16_t *ImageFormats;
881  char *Manufacturer;
882  char *Model;
883  char *DeviceVersion;
884  char *SerialNumber;
885 };
886 typedef struct _PTPDeviceInfo PTPDeviceInfo;
887 
888 /* PTP storageIDs structute (returned by GetStorageIDs) */
889 
891  uint32_t n;
892  uint32_t *Storage;
893 };
894 typedef struct _PTPStorageIDs PTPStorageIDs;
895 
896 /* PTP StorageInfo structure (returned by GetStorageInfo) */
898  uint16_t StorageType;
899  uint16_t FilesystemType;
900  uint16_t AccessCapability;
901  uint64_t MaxCapability;
902  uint64_t FreeSpaceInBytes;
903  uint32_t FreeSpaceInImages;
904  char *StorageDescription;
905  char *VolumeLabel;
906 };
907 typedef struct _PTPStorageInfo PTPStorageInfo;
908 
909 /* PTP objecthandles structure (returned by GetObjectHandles) */
910 
912  uint32_t n;
913  uint32_t *Handler;
914 };
915 typedef struct _PTPObjectHandles PTPObjectHandles;
916 
917 #define PTP_HANDLER_SPECIAL 0xffffffff
918 #define PTP_HANDLER_ROOT 0x00000000
919 
920 
921 /* PTP objectinfo structure (returned by GetObjectInfo) */
922 
924  uint32_t StorageID;
925  uint16_t ObjectFormat;
926  uint16_t ProtectionStatus;
927  /* In the regular objectinfo this is 32bit,
928  * but we keep the general object size here
929  * that also arrives via other methods and so
930  * use 64bit */
931  uint64_t ObjectCompressedSize;
932  uint16_t ThumbFormat;
933  uint32_t ThumbCompressedSize;
934  uint32_t ThumbPixWidth;
935  uint32_t ThumbPixHeight;
936  uint32_t ImagePixWidth;
937  uint32_t ImagePixHeight;
938  uint32_t ImageBitDepth;
939  uint32_t ParentObject;
940  uint16_t AssociationType;
941  uint32_t AssociationDesc;
942  uint32_t SequenceNumber;
943  char *Filename;
944  time_t CaptureDate;
945  time_t ModificationDate;
946  char *Keywords;
947 };
948 typedef struct _PTPObjectInfo PTPObjectInfo;
949 
950 /* max ptp string length INCLUDING terminating null character */
951 
952 #define PTP_MAXSTRLEN 255
953 
954 /* PTP Object Format Codes */
955 
956 /* ancillary formats */
957 #define PTP_OFC_Undefined 0x3000
958 #define PTP_OFC_Defined 0x3800
959 #define PTP_OFC_Association 0x3001
960 #define PTP_OFC_Script 0x3002
961 #define PTP_OFC_Executable 0x3003
962 #define PTP_OFC_Text 0x3004
963 #define PTP_OFC_HTML 0x3005
964 #define PTP_OFC_DPOF 0x3006
965 #define PTP_OFC_AIFF 0x3007
966 #define PTP_OFC_WAV 0x3008
967 #define PTP_OFC_MP3 0x3009
968 #define PTP_OFC_AVI 0x300A
969 #define PTP_OFC_MPEG 0x300B
970 #define PTP_OFC_ASF 0x300C
971 #define PTP_OFC_QT 0x300D /* guessing */
972 /* image formats */
973 #define PTP_OFC_EXIF_JPEG 0x3801
974 #define PTP_OFC_TIFF_EP 0x3802
975 #define PTP_OFC_FlashPix 0x3803
976 #define PTP_OFC_BMP 0x3804
977 #define PTP_OFC_CIFF 0x3805
978 #define PTP_OFC_Undefined_0x3806 0x3806
979 #define PTP_OFC_GIF 0x3807
980 #define PTP_OFC_JFIF 0x3808
981 #define PTP_OFC_PCD 0x3809
982 #define PTP_OFC_PICT 0x380A
983 #define PTP_OFC_PNG 0x380B
984 #define PTP_OFC_Undefined_0x380C 0x380C
985 #define PTP_OFC_TIFF 0x380D
986 #define PTP_OFC_TIFF_IT 0x380E
987 #define PTP_OFC_JP2 0x380F
988 #define PTP_OFC_JPX 0x3810
989 /* ptp v1.1 has only DNG new */
990 #define PTP_OFC_DNG 0x3811
991 /* Eastman Kodak extension ancillary format */
992 #define PTP_OFC_EK_M3U 0xb002
993 /* Canon extension */
994 #define PTP_OFC_CANON_CRW 0xb101
995 #define PTP_OFC_CANON_CRW3 0xb103
996 #define PTP_OFC_CANON_MOV 0xb104
997 #define PTP_OFC_CANON_MOV2 0xb105
998 /* CHDK specific raw mode */
999 #define PTP_OFC_CANON_CHDK_CRW 0xb1ff
1000 /* Sony */
1001 #define PTP_OFC_SONY_RAW 0xb101
1002 /* MTP extensions */
1003 #define PTP_OFC_MTP_MediaCard 0xb211
1004 #define PTP_OFC_MTP_MediaCardGroup 0xb212
1005 #define PTP_OFC_MTP_Encounter 0xb213
1006 #define PTP_OFC_MTP_EncounterBox 0xb214
1007 #define PTP_OFC_MTP_M4A 0xb215
1008 #define PTP_OFC_MTP_ZUNEUNDEFINED 0xb217 /* Unknown file type */
1009 #define PTP_OFC_MTP_Firmware 0xb802
1010 #define PTP_OFC_MTP_WindowsImageFormat 0xb881
1011 #define PTP_OFC_MTP_UndefinedAudio 0xb900
1012 #define PTP_OFC_MTP_WMA 0xb901
1013 #define PTP_OFC_MTP_OGG 0xb902
1014 #define PTP_OFC_MTP_AAC 0xb903
1015 #define PTP_OFC_MTP_AudibleCodec 0xb904
1016 #define PTP_OFC_MTP_FLAC 0xb906
1017 #define PTP_OFC_MTP_SamsungPlaylist 0xb909
1018 #define PTP_OFC_MTP_UndefinedVideo 0xb980
1019 #define PTP_OFC_MTP_WMV 0xb981
1020 #define PTP_OFC_MTP_MP4 0xb982
1021 #define PTP_OFC_MTP_MP2 0xb983
1022 #define PTP_OFC_MTP_3GP 0xb984
1023 #define PTP_OFC_MTP_UndefinedCollection 0xba00
1024 #define PTP_OFC_MTP_AbstractMultimediaAlbum 0xba01
1025 #define PTP_OFC_MTP_AbstractImageAlbum 0xba02
1026 #define PTP_OFC_MTP_AbstractAudioAlbum 0xba03
1027 #define PTP_OFC_MTP_AbstractVideoAlbum 0xba04
1028 #define PTP_OFC_MTP_AbstractAudioVideoPlaylist 0xba05
1029 #define PTP_OFC_MTP_AbstractContactGroup 0xba06
1030 #define PTP_OFC_MTP_AbstractMessageFolder 0xba07
1031 #define PTP_OFC_MTP_AbstractChapteredProduction 0xba08
1032 #define PTP_OFC_MTP_AbstractAudioPlaylist 0xba09
1033 #define PTP_OFC_MTP_AbstractVideoPlaylist 0xba0a
1034 #define PTP_OFC_MTP_AbstractMediacast 0xba0b
1035 #define PTP_OFC_MTP_WPLPlaylist 0xba10
1036 #define PTP_OFC_MTP_M3UPlaylist 0xba11
1037 #define PTP_OFC_MTP_MPLPlaylist 0xba12
1038 #define PTP_OFC_MTP_ASXPlaylist 0xba13
1039 #define PTP_OFC_MTP_PLSPlaylist 0xba14
1040 #define PTP_OFC_MTP_UndefinedDocument 0xba80
1041 #define PTP_OFC_MTP_AbstractDocument 0xba81
1042 #define PTP_OFC_MTP_XMLDocument 0xba82
1043 #define PTP_OFC_MTP_MSWordDocument 0xba83
1044 #define PTP_OFC_MTP_MHTCompiledHTMLDocument 0xba84
1045 #define PTP_OFC_MTP_MSExcelSpreadsheetXLS 0xba85
1046 #define PTP_OFC_MTP_MSPowerpointPresentationPPT 0xba86
1047 #define PTP_OFC_MTP_UndefinedMessage 0xbb00
1048 #define PTP_OFC_MTP_AbstractMessage 0xbb01
1049 #define PTP_OFC_MTP_UndefinedContact 0xbb80
1050 #define PTP_OFC_MTP_AbstractContact 0xbb81
1051 #define PTP_OFC_MTP_vCard2 0xbb82
1052 #define PTP_OFC_MTP_vCard3 0xbb83
1053 #define PTP_OFC_MTP_UndefinedCalendarItem 0xbe00
1054 #define PTP_OFC_MTP_AbstractCalendarItem 0xbe01
1055 #define PTP_OFC_MTP_vCalendar1 0xbe02
1056 #define PTP_OFC_MTP_vCalendar2 0xbe03
1057 #define PTP_OFC_MTP_UndefinedWindowsExecutable 0xbe80
1058 #define PTP_OFC_MTP_MediaCast 0xbe81
1059 #define PTP_OFC_MTP_Section 0xbe82
1060 
1061 /* PTP Association Types */
1062 #define PTP_AT_Undefined 0x0000
1063 #define PTP_AT_GenericFolder 0x0001
1064 #define PTP_AT_Album 0x0002
1065 #define PTP_AT_TimeSequence 0x0003
1066 #define PTP_AT_HorizontalPanoramic 0x0004
1067 #define PTP_AT_VerticalPanoramic 0x0005
1068 #define PTP_AT_2DPanoramic 0x0006
1069 #define PTP_AT_AncillaryData 0x0007
1070 
1071 /* PTP Protection Status */
1072 
1073 #define PTP_PS_NoProtection 0x0000
1074 #define PTP_PS_ReadOnly 0x0001
1075 #define PTP_PS_MTP_ReadOnlyData 0x8002
1076 #define PTP_PS_MTP_NonTransferableData 0x8003
1077 
1078 /* PTP Storage Types */
1079 
1080 #define PTP_ST_Undefined 0x0000
1081 #define PTP_ST_FixedROM 0x0001
1082 #define PTP_ST_RemovableROM 0x0002
1083 #define PTP_ST_FixedRAM 0x0003
1084 #define PTP_ST_RemovableRAM 0x0004
1085 
1086 /* PTP FilesystemType Values */
1087 
1088 #define PTP_FST_Undefined 0x0000
1089 #define PTP_FST_GenericFlat 0x0001
1090 #define PTP_FST_GenericHierarchical 0x0002
1091 #define PTP_FST_DCF 0x0003
1092 
1093 /* PTP StorageInfo AccessCapability Values */
1094 
1095 #define PTP_AC_ReadWrite 0x0000
1096 #define PTP_AC_ReadOnly 0x0001
1097 #define PTP_AC_ReadOnly_with_Object_Deletion 0x0002
1098 
1099 /* Property Describing Dataset, Range Form */
1100 
1102  char *str; /* common string, malloced */
1103  uint8_t u8;
1104  int8_t i8;
1105  uint16_t u16;
1106  int16_t i16;
1107  uint32_t u32;
1108  int32_t i32;
1109  uint64_t u64;
1110  int64_t i64;
1111  /* XXXX: 128 bit signed and unsigned missing */
1112  struct array {
1113  uint32_t count;
1114  union _PTPPropertyValue *v; /* malloced, count elements */
1115  } a;
1116 };
1117 
1118 typedef union _PTPPropertyValue PTPPropertyValue;
1119 
1120 /* Metadata lists for MTP operations */
1122  uint16_t property;
1123  uint16_t datatype;
1124  uint32_t ObjectHandle;
1125  PTPPropertyValue propval;
1126 };
1127 typedef struct _MTPProperties MTPProperties;
1128 
1130  PTPPropertyValue MinimumValue;
1131  PTPPropertyValue MaximumValue;
1132  PTPPropertyValue StepSize;
1133 };
1135 
1136 /* Property Describing Dataset, Enum Form */
1137 
1139  uint16_t NumberOfValues;
1140  PTPPropertyValue *SupportedValue; /* malloced */
1141 };
1143 
1144 /* Device Property Describing Dataset (DevicePropDesc) */
1145 
1147  uint16_t DevicePropertyCode;
1148  uint16_t DataType;
1149  uint8_t GetSet;
1150  PTPPropertyValue FactoryDefaultValue;
1151  PTPPropertyValue CurrentValue;
1152  uint8_t FormFlag;
1153  union {
1154  PTPPropDescEnumForm Enum;
1155  PTPPropDescRangeForm Range;
1156  } FORM;
1157 };
1158 typedef struct _PTPDevicePropDesc PTPDevicePropDesc;
1159 
1160 /* Object Property Describing Dataset (DevicePropDesc) */
1161 
1163  uint16_t ObjectPropertyCode;
1164  uint16_t DataType;
1165  uint8_t GetSet;
1166  PTPPropertyValue FactoryDefaultValue;
1167  uint32_t GroupCode;
1168  uint8_t FormFlag;
1169  union {
1170  PTPPropDescEnumForm Enum;
1171  PTPPropDescRangeForm Range;
1172  } FORM;
1173 };
1174 typedef struct _PTPObjectPropDesc PTPObjectPropDesc;
1175 
1176 /* Canon filesystem's folder entry Dataset */
1177 
1178 #define PTP_CANON_FilenameBufferLen 13
1179 #define PTP_CANON_FolderEntryLen 28
1180 
1182  uint32_t ObjectHandle;
1183  uint16_t ObjectFormatCode;
1184  uint8_t Flags;
1185  uint32_t ObjectSize;
1186  time_t Time;
1187  char Filename[PTP_CANON_FilenameBufferLen];
1188 
1189  uint32_t StorageID;
1190 };
1192 
1193 /* Nikon Tone Curve Data */
1194 
1195 #define PTP_NIKON_MaxCurvePoints 19
1196 
1198  uint8_t X;
1199  uint8_t Y;
1200 };
1201 
1203 
1205  uint8_t X;
1206  uint8_t Y;
1207 };
1208 
1210 
1212  char static_preamble[6];
1213  uint8_t XAxisStartPoint;
1214  uint8_t XAxisEndPoint;
1215  uint8_t YAxisStartPoint;
1216  uint8_t YAxisEndPoint;
1217  uint8_t MidPointIntegerPart;
1218  uint8_t MidPointDecimalPart;
1219  uint8_t NCoordinates;
1220  PTPNIKONCoordinatePair CurveCoordinates[PTP_NIKON_MaxCurvePoints];
1221 };
1222 
1223 typedef struct _PTPNIKONCurveData PTPNIKONCurveData;
1224 
1226  char *title;
1227  char *line[5];
1228 };
1229 typedef struct _PTPEKTextParams PTPEKTextParams;
1230 
1231 /* Nikon Wifi profiles */
1232 
1234  /* Values valid both when reading and writing profiles */
1235  char profile_name[17];
1236  uint8_t device_type;
1237  uint8_t icon_type;
1238  char essid[33];
1239 
1240  /* Values only valid when reading. Some of these are in the write packet,
1241  * but are set automatically, like id, display_order and creation_date. */
1242  uint8_t id;
1243  uint8_t valid;
1244  uint8_t display_order;
1245  char creation_date[16];
1246  char lastusage_date[16];
1247 
1248  /* Values only valid when writing */
1249  uint32_t ip_address;
1250  uint8_t subnet_mask; /* first zero bit position, e.g. 24 for 255.255.255.0 */
1251  uint32_t gateway_address;
1252  uint8_t address_mode; /* 0 - Manual, 2-3 - DHCP ad-hoc/managed*/
1253  uint8_t access_mode; /* 0 - Managed, 1 - Adhoc */
1254  uint8_t wifi_channel; /* 1-11 */
1255  uint8_t authentification; /* 0 - Open, 1 - Shared, 2 - WPA-PSK */
1256  uint8_t encryption; /* 0 - None, 1 - WEP 64bit, 2 - WEP 128bit (not supported: 3 - TKIP) */
1257  uint8_t key[64];
1258  uint8_t key_nr;
1259 /* char guid[16]; */
1260 };
1261 
1263 
1264 enum _PTPCanon_changes_types {
1265  PTP_CANON_EOS_CHANGES_TYPE_UNKNOWN,
1266  PTP_CANON_EOS_CHANGES_TYPE_OBJECTINFO,
1267  PTP_CANON_EOS_CHANGES_TYPE_OBJECTTRANSFER,
1268  PTP_CANON_EOS_CHANGES_TYPE_PROPERTY,
1269  PTP_CANON_EOS_CHANGES_TYPE_CAMERASTATUS,
1270  PTP_CANON_EOS_CHANGES_TYPE_FOCUSINFO,
1271  PTP_CANON_EOS_CHANGES_TYPE_FOCUSMASK,
1272  PTP_CANON_EOS_CHANGES_TYPE_OBJECTREMOVED
1273 };
1274 
1276  uint32_t oid;
1277  PTPObjectInfo oi;
1278 };
1279 
1281  enum _PTPCanon_changes_types type;
1282  union {
1283  struct _PTPCanon_New_Object object; /* TYPE_OBJECTINFO */
1284  char *info;
1285  uint16_t propid;
1286  int status;
1287  } u;
1288 };
1290 
1291 typedef struct _PTPCanon_Property {
1292  uint32_t size;
1293  uint32_t proptype;
1294  unsigned char *data;
1295 
1296  /* fill out for queries */
1297  PTPDevicePropDesc dpd;
1299 
1300 typedef struct _PTPCanonEOSDeviceInfo {
1301  /* length */
1302  uint32_t EventsSupported_len;
1303  uint32_t *EventsSupported;
1304 
1305  uint32_t DevicePropertiesSupported_len;
1306  uint32_t *DevicePropertiesSupported;
1307 
1308  uint32_t unk_len;
1309  uint32_t *unk;
1311 
1312 /* DataType Codes */
1313 
1314 #define PTP_DTC_UNDEF 0x0000
1315 #define PTP_DTC_INT8 0x0001
1316 #define PTP_DTC_UINT8 0x0002
1317 #define PTP_DTC_INT16 0x0003
1318 #define PTP_DTC_UINT16 0x0004
1319 #define PTP_DTC_INT32 0x0005
1320 #define PTP_DTC_UINT32 0x0006
1321 #define PTP_DTC_INT64 0x0007
1322 #define PTP_DTC_UINT64 0x0008
1323 #define PTP_DTC_INT128 0x0009
1324 #define PTP_DTC_UINT128 0x000A
1325 
1326 #define PTP_DTC_ARRAY_MASK 0x4000
1327 
1328 #define PTP_DTC_AINT8 (PTP_DTC_ARRAY_MASK | PTP_DTC_INT8)
1329 #define PTP_DTC_AUINT8 (PTP_DTC_ARRAY_MASK | PTP_DTC_UINT8)
1330 #define PTP_DTC_AINT16 (PTP_DTC_ARRAY_MASK | PTP_DTC_INT16)
1331 #define PTP_DTC_AUINT16 (PTP_DTC_ARRAY_MASK | PTP_DTC_UINT16)
1332 #define PTP_DTC_AINT32 (PTP_DTC_ARRAY_MASK | PTP_DTC_INT32)
1333 #define PTP_DTC_AUINT32 (PTP_DTC_ARRAY_MASK | PTP_DTC_UINT32)
1334 #define PTP_DTC_AINT64 (PTP_DTC_ARRAY_MASK | PTP_DTC_INT64)
1335 #define PTP_DTC_AUINT64 (PTP_DTC_ARRAY_MASK | PTP_DTC_UINT64)
1336 #define PTP_DTC_AINT128 (PTP_DTC_ARRAY_MASK | PTP_DTC_INT128)
1337 #define PTP_DTC_AUINT128 (PTP_DTC_ARRAY_MASK | PTP_DTC_UINT128)
1338 
1339 #define PTP_DTC_STR 0xFFFF
1340 
1341 /* Device Properties Codes */
1342 
1343 /* PTP v1.0 property codes */
1344 #define PTP_DPC_Undefined 0x5000
1345 #define PTP_DPC_BatteryLevel 0x5001
1346 #define PTP_DPC_FunctionalMode 0x5002
1347 #define PTP_DPC_ImageSize 0x5003
1348 #define PTP_DPC_CompressionSetting 0x5004
1349 #define PTP_DPC_WhiteBalance 0x5005
1350 #define PTP_DPC_RGBGain 0x5006
1351 #define PTP_DPC_FNumber 0x5007
1352 #define PTP_DPC_FocalLength 0x5008
1353 #define PTP_DPC_FocusDistance 0x5009
1354 #define PTP_DPC_FocusMode 0x500A
1355 #define PTP_DPC_ExposureMeteringMode 0x500B
1356 #define PTP_DPC_FlashMode 0x500C
1357 #define PTP_DPC_ExposureTime 0x500D
1358 #define PTP_DPC_ExposureProgramMode 0x500E
1359 #define PTP_DPC_ExposureIndex 0x500F
1360 #define PTP_DPC_ExposureBiasCompensation 0x5010
1361 #define PTP_DPC_DateTime 0x5011
1362 #define PTP_DPC_CaptureDelay 0x5012
1363 #define PTP_DPC_StillCaptureMode 0x5013
1364 #define PTP_DPC_Contrast 0x5014
1365 #define PTP_DPC_Sharpness 0x5015
1366 #define PTP_DPC_DigitalZoom 0x5016
1367 #define PTP_DPC_EffectMode 0x5017
1368 #define PTP_DPC_BurstNumber 0x5018
1369 #define PTP_DPC_BurstInterval 0x5019
1370 #define PTP_DPC_TimelapseNumber 0x501A
1371 #define PTP_DPC_TimelapseInterval 0x501B
1372 #define PTP_DPC_FocusMeteringMode 0x501C
1373 #define PTP_DPC_UploadURL 0x501D
1374 #define PTP_DPC_Artist 0x501E
1375 #define PTP_DPC_CopyrightInfo 0x501F
1376 /* PTP v1.1 property codes */
1377 #define PTP_DPC_SupportedStreams 0x5020
1378 #define PTP_DPC_EnabledStreams 0x5021
1379 #define PTP_DPC_VideoFormat 0x5022
1380 #define PTP_DPC_VideoResolution 0x5023
1381 #define PTP_DPC_VideoQuality 0x5024
1382 #define PTP_DPC_VideoFrameRate 0x5025
1383 #define PTP_DPC_VideoContrast 0x5026
1384 #define PTP_DPC_VideoBrightness 0x5027
1385 #define PTP_DPC_AudioFormat 0x5028
1386 #define PTP_DPC_AudioBitrate 0x5029
1387 #define PTP_DPC_AudioSamplingRate 0x502A
1388 #define PTP_DPC_AudioBitPerSample 0x502B
1389 #define PTP_DPC_AudioVolume 0x502C
1390 
1391 /* Proprietary vendor extension device property mask */
1392 #define PTP_DPC_EXTENSION_MASK 0xF000
1393 #define PTP_DPC_EXTENSION 0xD000
1394 
1395 /* Zune extension device property codes */
1396 #define PTP_DPC_MTP_ZUNE_UNKNOWN1 0xD181
1397 #define PTP_DPC_MTP_ZUNE_UNKNOWN2 0xD132
1398 #define PTP_DPC_MTP_ZUNE_UNKNOWN3 0xD215
1399 #define PTP_DPC_MTP_ZUNE_UNKNOWN4 0xD216
1400 
1401 /* Eastman Kodak extension device property codes */
1402 #define PTP_DPC_EK_ColorTemperature 0xD001
1403 #define PTP_DPC_EK_DateTimeStampFormat 0xD002
1404 #define PTP_DPC_EK_BeepMode 0xD003
1405 #define PTP_DPC_EK_VideoOut 0xD004
1406 #define PTP_DPC_EK_PowerSaving 0xD005
1407 #define PTP_DPC_EK_UI_Language 0xD006
1408 
1409 /* Canon extension device property codes */
1410 #define PTP_DPC_CANON_BeepMode 0xD001
1411 #define PTP_DPC_CANON_BatteryKind 0xD002
1412 #define PTP_DPC_CANON_BatteryStatus 0xD003
1413 #define PTP_DPC_CANON_UILockType 0xD004
1414 #define PTP_DPC_CANON_CameraMode 0xD005
1415 #define PTP_DPC_CANON_ImageQuality 0xD006
1416 #define PTP_DPC_CANON_FullViewFileFormat 0xD007
1417 #define PTP_DPC_CANON_ImageSize 0xD008
1418 #define PTP_DPC_CANON_SelfTime 0xD009
1419 #define PTP_DPC_CANON_FlashMode 0xD00A
1420 #define PTP_DPC_CANON_Beep 0xD00B
1421 #define PTP_DPC_CANON_ShootingMode 0xD00C
1422 #define PTP_DPC_CANON_ImageMode 0xD00D
1423 #define PTP_DPC_CANON_DriveMode 0xD00E
1424 #define PTP_DPC_CANON_EZoom 0xD00F
1425 #define PTP_DPC_CANON_MeteringMode 0xD010
1426 #define PTP_DPC_CANON_AFDistance 0xD011
1427 #define PTP_DPC_CANON_FocusingPoint 0xD012
1428 #define PTP_DPC_CANON_WhiteBalance 0xD013
1429 #define PTP_DPC_CANON_SlowShutterSetting 0xD014
1430 #define PTP_DPC_CANON_AFMode 0xD015
1431 #define PTP_DPC_CANON_ImageStabilization 0xD016
1432 #define PTP_DPC_CANON_Contrast 0xD017
1433 #define PTP_DPC_CANON_ColorGain 0xD018
1434 #define PTP_DPC_CANON_Sharpness 0xD019
1435 #define PTP_DPC_CANON_Sensitivity 0xD01A
1436 #define PTP_DPC_CANON_ParameterSet 0xD01B
1437 #define PTP_DPC_CANON_ISOSpeed 0xD01C
1438 #define PTP_DPC_CANON_Aperture 0xD01D
1439 #define PTP_DPC_CANON_ShutterSpeed 0xD01E
1440 #define PTP_DPC_CANON_ExpCompensation 0xD01F
1441 #define PTP_DPC_CANON_FlashCompensation 0xD020
1442 #define PTP_DPC_CANON_AEBExposureCompensation 0xD021
1443 #define PTP_DPC_CANON_AvOpen 0xD023
1444 #define PTP_DPC_CANON_AvMax 0xD024
1445 #define PTP_DPC_CANON_FocalLength 0xD025
1446 #define PTP_DPC_CANON_FocalLengthTele 0xD026
1447 #define PTP_DPC_CANON_FocalLengthWide 0xD027
1448 #define PTP_DPC_CANON_FocalLengthDenominator 0xD028
1449 #define PTP_DPC_CANON_CaptureTransferMode 0xD029
1450 #define CANON_TRANSFER_ENTIRE_IMAGE_TO_PC 0x0002
1451 #define CANON_TRANSFER_SAVE_THUMBNAIL_TO_DEVICE 0x0004
1452 #define CANON_TRANSFER_SAVE_IMAGE_TO_DEVICE 0x0008
1453 /* we use those values: */
1454 #define CANON_TRANSFER_MEMORY (2|1)
1455 #define CANON_TRANSFER_CARD (8|4|1)
1456 
1457 #define PTP_DPC_CANON_Zoom 0xD02A
1458 #define PTP_DPC_CANON_NamePrefix 0xD02B
1459 #define PTP_DPC_CANON_SizeQualityMode 0xD02C
1460 #define PTP_DPC_CANON_SupportedThumbSize 0xD02D
1461 #define PTP_DPC_CANON_SizeOfOutputDataFromCamera 0xD02E
1462 #define PTP_DPC_CANON_SizeOfInputDataToCamera 0xD02F
1463 #define PTP_DPC_CANON_RemoteAPIVersion 0xD030
1464 #define PTP_DPC_CANON_FirmwareVersion 0xD031
1465 #define PTP_DPC_CANON_CameraModel 0xD032
1466 #define PTP_DPC_CANON_CameraOwner 0xD033
1467 #define PTP_DPC_CANON_UnixTime 0xD034
1468 #define PTP_DPC_CANON_CameraBodyID 0xD035
1469 #define PTP_DPC_CANON_CameraOutput 0xD036
1470 #define PTP_DPC_CANON_DispAv 0xD037
1471 #define PTP_DPC_CANON_AvOpenApex 0xD038
1472 #define PTP_DPC_CANON_DZoomMagnification 0xD039
1473 #define PTP_DPC_CANON_MlSpotPos 0xD03A
1474 #define PTP_DPC_CANON_DispAvMax 0xD03B
1475 #define PTP_DPC_CANON_AvMaxApex 0xD03C
1476 #define PTP_DPC_CANON_EZoomStartPosition 0xD03D
1477 #define PTP_DPC_CANON_FocalLengthOfTele 0xD03E
1478 #define PTP_DPC_CANON_EZoomSizeOfTele 0xD03F
1479 #define PTP_DPC_CANON_PhotoEffect 0xD040
1480 #define PTP_DPC_CANON_AssistLight 0xD041
1481 #define PTP_DPC_CANON_FlashQuantityCount 0xD042
1482 #define PTP_DPC_CANON_RotationAngle 0xD043
1483 #define PTP_DPC_CANON_RotationScene 0xD044
1484 #define PTP_DPC_CANON_EventEmulateMode 0xD045
1485 #define PTP_DPC_CANON_DPOFVersion 0xD046
1486 #define PTP_DPC_CANON_TypeOfSupportedSlideShow 0xD047
1487 #define PTP_DPC_CANON_AverageFilesizes 0xD048
1488 #define PTP_DPC_CANON_ModelID 0xD049
1489 
1490 /* From EOS 400D trace. */
1491 #define PTP_DPC_CANON_EOS_Aperture 0xD101
1492 #define PTP_DPC_CANON_EOS_ShutterSpeed 0xD102
1493 #define PTP_DPC_CANON_EOS_ISOSpeed 0xD103
1494 #define PTP_DPC_CANON_EOS_ExpCompensation 0xD104
1495 #define PTP_DPC_CANON_EOS_AutoExposureMode 0xD105
1496 #define PTP_DPC_CANON_EOS_DriveMode 0xD106
1497 #define PTP_DPC_CANON_EOS_MeteringMode 0xD107
1498 #define PTP_DPC_CANON_EOS_FocusMode 0xD108
1499 #define PTP_DPC_CANON_EOS_WhiteBalance 0xD109
1500 #define PTP_DPC_CANON_EOS_ColorTemperature 0xD10A
1501 #define PTP_DPC_CANON_EOS_WhiteBalanceAdjustA 0xD10B
1502 #define PTP_DPC_CANON_EOS_WhiteBalanceAdjustB 0xD10C
1503 #define PTP_DPC_CANON_EOS_WhiteBalanceXA 0xD10D
1504 #define PTP_DPC_CANON_EOS_WhiteBalanceXB 0xD10E
1505 #define PTP_DPC_CANON_EOS_ColorSpace 0xD10F
1506 #define PTP_DPC_CANON_EOS_PictureStyle 0xD110
1507 #define PTP_DPC_CANON_EOS_BatteryPower 0xD111
1508 #define PTP_DPC_CANON_EOS_BatterySelect 0xD112
1509 #define PTP_DPC_CANON_EOS_CameraTime 0xD113
1510 #define PTP_DPC_CANON_EOS_AutoPowerOff 0xD114
1511 #define PTP_DPC_CANON_EOS_Owner 0xD115
1512 #define PTP_DPC_CANON_EOS_ModelID 0xD116
1513 #define PTP_DPC_CANON_EOS_PTPExtensionVersion 0xD119
1514 #define PTP_DPC_CANON_EOS_DPOFVersion 0xD11A
1515 #define PTP_DPC_CANON_EOS_AvailableShots 0xD11B
1516 #define PTP_CANON_EOS_CAPTUREDEST_HD 4
1517 #define PTP_DPC_CANON_EOS_CaptureDestination 0xD11C
1518 #define PTP_DPC_CANON_EOS_BracketMode 0xD11D
1519 #define PTP_DPC_CANON_EOS_CurrentStorage 0xD11E
1520 #define PTP_DPC_CANON_EOS_CurrentFolder 0xD11F
1521 #define PTP_DPC_CANON_EOS_ImageFormat 0xD120 /* file setting */
1522 #define PTP_DPC_CANON_EOS_ImageFormatCF 0xD121 /* file setting CF */
1523 #define PTP_DPC_CANON_EOS_ImageFormatSD 0xD122 /* file setting SD */
1524 #define PTP_DPC_CANON_EOS_ImageFormatExtHD 0xD123 /* file setting exthd */
1525 #define PTP_DPC_CANON_EOS_CompressionS 0xD130
1526 #define PTP_DPC_CANON_EOS_CompressionM1 0xD131
1527 #define PTP_DPC_CANON_EOS_CompressionM2 0xD132
1528 #define PTP_DPC_CANON_EOS_CompressionL 0xD133
1529 #define PTP_DPC_CANON_EOS_AEModeDial 0xD138
1530 #define PTP_DPC_CANON_EOS_AEModeCustom 0xD139
1531 #define PTP_DPC_CANON_EOS_MirrorUpSetting 0xD13A
1532 #define PTP_DPC_CANON_EOS_HighlightTonePriority 0xD13B
1533 #define PTP_DPC_CANON_EOS_AFSelectFocusArea 0xD13C
1534 #define PTP_DPC_CANON_EOS_HDRSetting 0xD13D
1535 #define PTP_DPC_CANON_EOS_PCWhiteBalance1 0xD140
1536 #define PTP_DPC_CANON_EOS_PCWhiteBalance2 0xD141
1537 #define PTP_DPC_CANON_EOS_PCWhiteBalance3 0xD142
1538 #define PTP_DPC_CANON_EOS_PCWhiteBalance4 0xD143
1539 #define PTP_DPC_CANON_EOS_PCWhiteBalance5 0xD144
1540 #define PTP_DPC_CANON_EOS_MWhiteBalance 0xD145
1541 #define PTP_DPC_CANON_EOS_MWhiteBalanceEx 0xD146
1542 #define PTP_DPC_CANON_EOS_UnknownPropD14D 0xD14D /*found in Canon EOS 5D M3*/
1543 #define PTP_DPC_CANON_EOS_PictureStyleStandard 0xD150
1544 #define PTP_DPC_CANON_EOS_PictureStylePortrait 0xD151
1545 #define PTP_DPC_CANON_EOS_PictureStyleLandscape 0xD152
1546 #define PTP_DPC_CANON_EOS_PictureStyleNeutral 0xD153
1547 #define PTP_DPC_CANON_EOS_PictureStyleFaithful 0xD154
1548 #define PTP_DPC_CANON_EOS_PictureStyleBlackWhite 0xD155
1549 #define PTP_DPC_CANON_EOS_PictureStyleAuto 0xD156
1550 #define PTP_DPC_CANON_EOS_PictureStyleUserSet1 0xD160
1551 #define PTP_DPC_CANON_EOS_PictureStyleUserSet2 0xD161
1552 #define PTP_DPC_CANON_EOS_PictureStyleUserSet3 0xD162
1553 #define PTP_DPC_CANON_EOS_PictureStyleParam1 0xD170
1554 #define PTP_DPC_CANON_EOS_PictureStyleParam2 0xD171
1555 #define PTP_DPC_CANON_EOS_PictureStyleParam3 0xD172
1556 #define PTP_DPC_CANON_EOS_HighISOSettingNoiseReduction 0xD178
1557 #define PTP_DPC_CANON_EOS_MovieServoAF 0xD179
1558 #define PTP_DPC_CANON_EOS_ContinuousAFValid 0xD17A
1559 #define PTP_DPC_CANON_EOS_Attenuator 0xD17B
1560 #define PTP_DPC_CANON_EOS_UTCTime 0xD17C
1561 #define PTP_DPC_CANON_EOS_Timezone 0xD17D
1562 #define PTP_DPC_CANON_EOS_Summertime 0xD17E
1563 #define PTP_DPC_CANON_EOS_FlavorLUTParams 0xD17F
1564 #define PTP_DPC_CANON_EOS_CustomFunc1 0xD180
1565 #define PTP_DPC_CANON_EOS_CustomFunc2 0xD181
1566 #define PTP_DPC_CANON_EOS_CustomFunc3 0xD182
1567 #define PTP_DPC_CANON_EOS_CustomFunc4 0xD183
1568 #define PTP_DPC_CANON_EOS_CustomFunc5 0xD184
1569 #define PTP_DPC_CANON_EOS_CustomFunc6 0xD185
1570 #define PTP_DPC_CANON_EOS_CustomFunc7 0xD186
1571 #define PTP_DPC_CANON_EOS_CustomFunc8 0xD187
1572 #define PTP_DPC_CANON_EOS_CustomFunc9 0xD188
1573 #define PTP_DPC_CANON_EOS_CustomFunc10 0xD189
1574 #define PTP_DPC_CANON_EOS_CustomFunc11 0xD18a
1575 #define PTP_DPC_CANON_EOS_CustomFunc12 0xD18b
1576 #define PTP_DPC_CANON_EOS_CustomFunc13 0xD18c
1577 #define PTP_DPC_CANON_EOS_CustomFunc14 0xD18d
1578 #define PTP_DPC_CANON_EOS_CustomFunc15 0xD18e
1579 #define PTP_DPC_CANON_EOS_CustomFunc16 0xD18f
1580 #define PTP_DPC_CANON_EOS_CustomFunc17 0xD190
1581 #define PTP_DPC_CANON_EOS_CustomFunc18 0xD191
1582 #define PTP_DPC_CANON_EOS_CustomFunc19 0xD192
1583 #define PTP_DPC_CANON_EOS_CustomFunc19 0xD192
1584 #define PTP_DPC_CANON_EOS_InnerDevelop 0xD193
1585 #define PTP_DPC_CANON_EOS_MultiAspect 0xD194
1586 #define PTP_DPC_CANON_EOS_MovieSoundRecord 0xD195
1587 #define PTP_DPC_CANON_EOS_MovieRecordVolume 0xD196
1588 #define PTP_DPC_CANON_EOS_WindCut 0xD197
1589 #define PTP_DPC_CANON_EOS_ExtenderType 0xD198
1590 #define PTP_DPC_CANON_EOS_OLCInfoVersion 0xD199
1591 #define PTP_DPC_CANON_EOS_UnknownPropD19A 0xD19A /*found in Canon EOS 5D M3*/
1592 #define PTP_DPC_CANON_EOS_UnknownPropD19C 0xD19C /*found in Canon EOS 5D M3*/
1593 #define PTP_DPC_CANON_EOS_UnknownPropD19D 0xD19D /*found in Canon EOS 5D M3*/
1594 #define PTP_DPC_CANON_EOS_CustomFuncEx 0xD1a0
1595 #define PTP_DPC_CANON_EOS_MyMenu 0xD1a1
1596 #define PTP_DPC_CANON_EOS_MyMenuList 0xD1a2
1597 #define PTP_DPC_CANON_EOS_WftStatus 0xD1a3
1598 #define PTP_DPC_CANON_EOS_WftInputTransmission 0xD1a4
1599 #define PTP_DPC_CANON_EOS_HDDirectoryStructure 0xD1a5
1600 #define PTP_DPC_CANON_EOS_BatteryInfo 0xD1a6
1601 #define PTP_DPC_CANON_EOS_AdapterInfo 0xD1a7
1602 #define PTP_DPC_CANON_EOS_LensStatus 0xD1a8
1603 #define PTP_DPC_CANON_EOS_QuickReviewTime 0xD1a9
1604 #define PTP_DPC_CANON_EOS_CardExtension 0xD1aa
1605 #define PTP_DPC_CANON_EOS_TempStatus 0xD1ab
1606 #define PTP_DPC_CANON_EOS_ShutterCounter 0xD1ac
1607 #define PTP_DPC_CANON_EOS_SpecialOption 0xD1ad
1608 #define PTP_DPC_CANON_EOS_PhotoStudioMode 0xD1ae
1609 #define PTP_DPC_CANON_EOS_SerialNumber 0xD1af
1610 #define PTP_DPC_CANON_EOS_EVFOutputDevice 0xD1b0
1611 #define PTP_DPC_CANON_EOS_EVFMode 0xD1b1
1612 #define PTP_DPC_CANON_EOS_DepthOfFieldPreview 0xD1b2
1613 #define PTP_DPC_CANON_EOS_EVFSharpness 0xD1b3
1614 #define PTP_DPC_CANON_EOS_EVFWBMode 0xD1b4
1615 #define PTP_DPC_CANON_EOS_EVFClickWBCoeffs 0xD1b5
1616 #define PTP_DPC_CANON_EOS_EVFColorTemp 0xD1b6
1617 #define PTP_DPC_CANON_EOS_ExposureSimMode 0xD1b7
1618 #define PTP_DPC_CANON_EOS_EVFRecordStatus 0xD1b8
1619 #define PTP_DPC_CANON_EOS_LvAfSystem 0xD1ba
1620 #define PTP_DPC_CANON_EOS_MovSize 0xD1bb
1621 #define PTP_DPC_CANON_EOS_LvViewTypeSelect 0xD1bc
1622 #define PTP_DPC_CANON_EOS_MirrorDownStatus 0xD1bd
1623 #define PTP_DPC_CANON_EOS_MovieParam 0xD1be
1624 #define PTP_DPC_CANON_EOS_MirrorLockupState 0xD1bf
1625 #define PTP_DPC_CANON_EOS_FlashChargingState 0xD1C0
1626 #define PTP_DPC_CANON_EOS_AloMode 0xD1C1
1627 #define PTP_DPC_CANON_EOS_FixedMovie 0xD1C2
1628 #define PTP_DPC_CANON_EOS_OneShotRawOn 0xD1C3
1629 #define PTP_DPC_CANON_EOS_ErrorForDisplay 0xD1C4
1630 #define PTP_DPC_CANON_EOS_AEModeMovie 0xD1C5
1631 #define PTP_DPC_CANON_EOS_BuiltinStroboMode 0xD1C6
1632 #define PTP_DPC_CANON_EOS_StroboDispState 0xD1C7
1633 #define PTP_DPC_CANON_EOS_StroboETTL2Metering 0xD1C8
1634 #define PTP_DPC_CANON_EOS_ContinousAFMode 0xD1C9
1635 #define PTP_DPC_CANON_EOS_MovieParam2 0xD1CA
1636 #define PTP_DPC_CANON_EOS_StroboSettingExpComposition 0xD1CB
1637 #define PTP_DPC_CANON_EOS_MovieParam3 0xD1CC
1638 #define PTP_DPC_CANON_EOS_LVMedicalRotate 0xD1CF
1639 #define PTP_DPC_CANON_EOS_Artist 0xD1d0
1640 #define PTP_DPC_CANON_EOS_Copyright 0xD1d1
1641 #define PTP_DPC_CANON_EOS_BracketValue 0xD1d2
1642 #define PTP_DPC_CANON_EOS_FocusInfoEx 0xD1d3
1643 #define PTP_DPC_CANON_EOS_DepthOfField 0xD1d4
1644 #define PTP_DPC_CANON_EOS_Brightness 0xD1d5
1645 #define PTP_DPC_CANON_EOS_LensAdjustParams 0xD1d6
1646 #define PTP_DPC_CANON_EOS_EFComp 0xD1d7
1647 #define PTP_DPC_CANON_EOS_LensName 0xD1d8
1648 #define PTP_DPC_CANON_EOS_AEB 0xD1d9
1649 #define PTP_DPC_CANON_EOS_StroboSetting 0xD1da
1650 #define PTP_DPC_CANON_EOS_StroboWirelessSetting 0xD1db
1651 #define PTP_DPC_CANON_EOS_StroboFiring 0xD1dc
1652 #define PTP_DPC_CANON_EOS_LensID 0xD1dd
1653 #define PTP_DPC_CANON_EOS_LCDBrightness 0xD1de
1654 #define PTP_DPC_CANON_EOS_CADarkBright 0xD1df
1655 
1656 /* Nikon extension device property codes */
1657 #define PTP_DPC_NIKON_ShootingBank 0xD010
1658 #define PTP_DPC_NIKON_ShootingBankNameA 0xD011
1659 #define PTP_DPC_NIKON_ShootingBankNameB 0xD012
1660 #define PTP_DPC_NIKON_ShootingBankNameC 0xD013
1661 #define PTP_DPC_NIKON_ShootingBankNameD 0xD014
1662 #define PTP_DPC_NIKON_ResetBank0 0xD015
1663 #define PTP_DPC_NIKON_RawCompression 0xD016
1664 #define PTP_DPC_NIKON_WhiteBalanceAutoBias 0xD017
1665 #define PTP_DPC_NIKON_WhiteBalanceTungstenBias 0xD018
1666 #define PTP_DPC_NIKON_WhiteBalanceFluorescentBias 0xD019
1667 #define PTP_DPC_NIKON_WhiteBalanceDaylightBias 0xD01A
1668 #define PTP_DPC_NIKON_WhiteBalanceFlashBias 0xD01B
1669 #define PTP_DPC_NIKON_WhiteBalanceCloudyBias 0xD01C
1670 #define PTP_DPC_NIKON_WhiteBalanceShadeBias 0xD01D
1671 #define PTP_DPC_NIKON_WhiteBalanceColorTemperature 0xD01E
1672 #define PTP_DPC_NIKON_WhiteBalancePresetNo 0xD01F
1673 #define PTP_DPC_NIKON_WhiteBalancePresetName0 0xD020
1674 #define PTP_DPC_NIKON_WhiteBalancePresetName1 0xD021
1675 #define PTP_DPC_NIKON_WhiteBalancePresetName2 0xD022
1676 #define PTP_DPC_NIKON_WhiteBalancePresetName3 0xD023
1677 #define PTP_DPC_NIKON_WhiteBalancePresetName4 0xD024
1678 #define PTP_DPC_NIKON_WhiteBalancePresetVal0 0xD025
1679 #define PTP_DPC_NIKON_WhiteBalancePresetVal1 0xD026
1680 #define PTP_DPC_NIKON_WhiteBalancePresetVal2 0xD027
1681 #define PTP_DPC_NIKON_WhiteBalancePresetVal3 0xD028
1682 #define PTP_DPC_NIKON_WhiteBalancePresetVal4 0xD029
1683 #define PTP_DPC_NIKON_ImageSharpening 0xD02A
1684 #define PTP_DPC_NIKON_ToneCompensation 0xD02B
1685 #define PTP_DPC_NIKON_ColorModel 0xD02C
1686 #define PTP_DPC_NIKON_HueAdjustment 0xD02D
1687 #define PTP_DPC_NIKON_NonCPULensDataFocalLength 0xD02E /* Set FMM Manual */
1688 #define PTP_DPC_NIKON_NonCPULensDataMaximumAperture 0xD02F /* Set F0 Manual */
1689 #define PTP_DPC_NIKON_ShootingMode 0xD030
1690 #define PTP_DPC_NIKON_JPEG_Compression_Policy 0xD031
1691 #define PTP_DPC_NIKON_ColorSpace 0xD032
1692 #define PTP_DPC_NIKON_AutoDXCrop 0xD033
1693 #define PTP_DPC_NIKON_FlickerReduction 0xD034
1694 #define PTP_DPC_NIKON_RemoteMode 0xD035
1695 #define PTP_DPC_NIKON_VideoMode 0xD036
1696 #define PTP_DPC_NIKON_EffectMode 0xD037
1697 #define PTP_DPC_NIKON_1_Mode 0xD038
1698 #define PTP_DPC_NIKON_CSMMenuBankSelect 0xD040
1699 #define PTP_DPC_NIKON_MenuBankNameA 0xD041
1700 #define PTP_DPC_NIKON_MenuBankNameB 0xD042
1701 #define PTP_DPC_NIKON_MenuBankNameC 0xD043
1702 #define PTP_DPC_NIKON_MenuBankNameD 0xD044
1703 #define PTP_DPC_NIKON_ResetBank 0xD045
1704 #define PTP_DPC_NIKON_A1AFCModePriority 0xD048
1705 #define PTP_DPC_NIKON_A2AFSModePriority 0xD049
1706 #define PTP_DPC_NIKON_A3GroupDynamicAF 0xD04A
1707 #define PTP_DPC_NIKON_A4AFActivation 0xD04B
1708 #define PTP_DPC_NIKON_FocusAreaIllumManualFocus 0xD04C
1709 #define PTP_DPC_NIKON_FocusAreaIllumContinuous 0xD04D
1710 #define PTP_DPC_NIKON_FocusAreaIllumWhenSelected 0xD04E
1711 #define PTP_DPC_NIKON_FocusAreaWrap 0xD04F /* area sel */
1712 #define PTP_DPC_NIKON_VerticalAFON 0xD050
1713 #define PTP_DPC_NIKON_AFLockOn 0xD051
1714 #define PTP_DPC_NIKON_FocusAreaZone 0xD052
1715 #define PTP_DPC_NIKON_EnableCopyright 0xD053
1716 #define PTP_DPC_NIKON_ISOAuto 0xD054
1717 #define PTP_DPC_NIKON_EVISOStep 0xD055
1718 #define PTP_DPC_NIKON_EVStep 0xD056 /* EV Step SS FN */
1719 #define PTP_DPC_NIKON_EVStepExposureComp 0xD057
1720 #define PTP_DPC_NIKON_ExposureCompensation 0xD058
1721 #define PTP_DPC_NIKON_CenterWeightArea 0xD059
1722 #define PTP_DPC_NIKON_ExposureBaseMatrix 0xD05A
1723 #define PTP_DPC_NIKON_ExposureBaseCenter 0xD05B
1724 #define PTP_DPC_NIKON_ExposureBaseSpot 0xD05C
1725 #define PTP_DPC_NIKON_LiveViewAFArea 0xD05D /* FIXME: AfAtLiveview? */
1726 #define PTP_DPC_NIKON_AELockMode 0xD05E
1727 #define PTP_DPC_NIKON_AELAFLMode 0xD05F
1728 #define PTP_DPC_NIKON_LiveViewAFFocus 0xD061
1729 #define PTP_DPC_NIKON_MeterOff 0xD062
1730 #define PTP_DPC_NIKON_SelfTimer 0xD063
1731 #define PTP_DPC_NIKON_MonitorOff 0xD064
1732 #define PTP_DPC_NIKON_ImgConfTime 0xD065
1733 #define PTP_DPC_NIKON_AutoOffTimers 0xD066
1734 #define PTP_DPC_NIKON_AngleLevel 0xD067
1735 #define PTP_DPC_NIKON_D1ShootingSpeed 0xD068 /* continous speed low */
1736 #define PTP_DPC_NIKON_D2MaximumShots 0xD069
1737 #define PTP_DPC_NIKON_ExposureDelayMode 0xD06A
1738 #define PTP_DPC_NIKON_LongExposureNoiseReduction 0xD06B
1739 #define PTP_DPC_NIKON_FileNumberSequence 0xD06C
1740 #define PTP_DPC_NIKON_ControlPanelFinderRearControl 0xD06D
1741 #define PTP_DPC_NIKON_ControlPanelFinderViewfinder 0xD06E
1742 #define PTP_DPC_NIKON_D7Illumination 0xD06F
1743 #define PTP_DPC_NIKON_NrHighISO 0xD070
1744 #define PTP_DPC_NIKON_SHSET_CH_GUID_DISP 0xD071
1745 #define PTP_DPC_NIKON_ArtistName 0xD072
1746 #define PTP_DPC_NIKON_CopyrightInfo 0xD073
1747 #define PTP_DPC_NIKON_FlashSyncSpeed 0xD074
1748 #define PTP_DPC_NIKON_FlashShutterSpeed 0xD075 /* SB Low Limit */
1749 #define PTP_DPC_NIKON_E3AAFlashMode 0xD076
1750 #define PTP_DPC_NIKON_E4ModelingFlash 0xD077
1751 #define PTP_DPC_NIKON_BracketSet 0xD078 /* Bracket Type? */
1752 #define PTP_DPC_NIKON_E6ManualModeBracketing 0xD079 /* Bracket Factor? */
1753 #define PTP_DPC_NIKON_BracketOrder 0xD07A
1754 #define PTP_DPC_NIKON_E8AutoBracketSelection 0xD07B /* Bracket Method? */
1755 #define PTP_DPC_NIKON_BracketingSet 0xD07C
1756 #define PTP_DPC_NIKON_F1CenterButtonShootingMode 0xD080
1757 #define PTP_DPC_NIKON_CenterButtonPlaybackMode 0xD081
1758 #define PTP_DPC_NIKON_F2Multiselector 0xD082
1759 #define PTP_DPC_NIKON_F3PhotoInfoPlayback 0xD083 /* MultiSelector Dir */
1760 #define PTP_DPC_NIKON_F4AssignFuncButton 0xD084 /* CMD Dial Rotate */
1761 #define PTP_DPC_NIKON_F5CustomizeCommDials 0xD085 /* CMD Dial Change */
1762 #define PTP_DPC_NIKON_ReverseCommandDial 0xD086 /* CMD Dial FN Set */
1763 #define PTP_DPC_NIKON_ApertureSetting 0xD087 /* CMD Dial Active */
1764 #define PTP_DPC_NIKON_MenusAndPlayback 0xD088 /* CMD Dial Active */
1765 #define PTP_DPC_NIKON_F6ButtonsAndDials 0xD089 /* Universal Mode? */
1766 #define PTP_DPC_NIKON_NoCFCard 0xD08A /* Enable Shutter? */
1767 #define PTP_DPC_NIKON_CenterButtonZoomRatio 0xD08B
1768 #define PTP_DPC_NIKON_FunctionButton2 0xD08C
1769 #define PTP_DPC_NIKON_AFAreaPoint 0xD08D
1770 #define PTP_DPC_NIKON_NormalAFOn 0xD08E
1771 #define PTP_DPC_NIKON_CleanImageSensor 0xD08F
1772 #define PTP_DPC_NIKON_ImageCommentString 0xD090
1773 #define PTP_DPC_NIKON_ImageCommentEnable 0xD091
1774 #define PTP_DPC_NIKON_ImageRotation 0xD092
1775 #define PTP_DPC_NIKON_ManualSetLensNo 0xD093
1776 #define PTP_DPC_NIKON_MovScreenSize 0xD0A0
1777 #define PTP_DPC_NIKON_MovVoice 0xD0A1
1778 #define PTP_DPC_NIKON_MovMicrophone 0xD0A2
1779 #define PTP_DPC_NIKON_MovFileSlot 0xD0A3
1780 #define PTP_DPC_NIKON_MovRecProhibitCondition 0xD0A4
1781 #define PTP_DPC_NIKON_ManualMovieSetting 0xD0A6
1782 #define PTP_DPC_NIKON_MovQuality 0xD0A7
1783 #define PTP_DPC_NIKON_LiveViewScreenDisplaySetting 0xD0B2
1784 #define PTP_DPC_NIKON_MonitorOffDelay 0xD0B3
1785 #define PTP_DPC_NIKON_Bracketing 0xD0C0
1786 #define PTP_DPC_NIKON_AutoExposureBracketStep 0xD0C1
1787 #define PTP_DPC_NIKON_AutoExposureBracketProgram 0xD0C2
1788 #define PTP_DPC_NIKON_AutoExposureBracketCount 0xD0C3
1789 #define PTP_DPC_NIKON_WhiteBalanceBracketStep 0xD0C4
1790 #define PTP_DPC_NIKON_WhiteBalanceBracketProgram 0xD0C5
1791 #define PTP_DPC_NIKON_LensID 0xD0E0
1792 #define PTP_DPC_NIKON_LensSort 0xD0E1
1793 #define PTP_DPC_NIKON_LensType 0xD0E2
1794 #define PTP_DPC_NIKON_FocalLengthMin 0xD0E3
1795 #define PTP_DPC_NIKON_FocalLengthMax 0xD0E4
1796 #define PTP_DPC_NIKON_MaxApAtMinFocalLength 0xD0E5
1797 #define PTP_DPC_NIKON_MaxApAtMaxFocalLength 0xD0E6
1798 #define PTP_DPC_NIKON_FinderISODisp 0xD0F0
1799 #define PTP_DPC_NIKON_AutoOffPhoto 0xD0F2
1800 #define PTP_DPC_NIKON_AutoOffMenu 0xD0F3
1801 #define PTP_DPC_NIKON_AutoOffInfo 0xD0F4
1802 #define PTP_DPC_NIKON_SelfTimerShootNum 0xD0F5
1803 #define PTP_DPC_NIKON_VignetteCtrl 0xD0F7
1804 #define PTP_DPC_NIKON_AutoDistortionControl 0xD0F8
1805 #define PTP_DPC_NIKON_SceneMode 0xD0F9
1806 #define PTP_DPC_NIKON_SceneMode2 0xD0FD
1807 #define PTP_DPC_NIKON_SelfTimerInterval 0xD0FE
1808 #define PTP_DPC_NIKON_ExposureTime 0xD100 /* Shutter Speed */
1809 #define PTP_DPC_NIKON_ACPower 0xD101
1810 #define PTP_DPC_NIKON_WarningStatus 0xD102
1811 #define PTP_DPC_NIKON_MaximumShots 0xD103 /* remain shots (in RAM buffer?) */
1812 #define PTP_DPC_NIKON_AFLockStatus 0xD104
1813 #define PTP_DPC_NIKON_AELockStatus 0xD105
1814 #define PTP_DPC_NIKON_FVLockStatus 0xD106
1815 #define PTP_DPC_NIKON_AutofocusLCDTopMode2 0xD107
1816 #define PTP_DPC_NIKON_AutofocusArea 0xD108
1817 #define PTP_DPC_NIKON_FlexibleProgram 0xD109
1818 #define PTP_DPC_NIKON_LightMeter 0xD10A /* Exposure Status */
1819 #define PTP_DPC_NIKON_RecordingMedia 0xD10B /* Card or SDRAM */
1820 #define PTP_DPC_NIKON_USBSpeed 0xD10C
1821 #define PTP_DPC_NIKON_CCDNumber 0xD10D
1822 #define PTP_DPC_NIKON_CameraOrientation 0xD10E
1823 #define PTP_DPC_NIKON_GroupPtnType 0xD10F
1824 #define PTP_DPC_NIKON_FNumberLock 0xD110
1825 #define PTP_DPC_NIKON_ExposureApertureLock 0xD111 /* shutterspeed lock*/
1826 #define PTP_DPC_NIKON_TVLockSetting 0xD112
1827 #define PTP_DPC_NIKON_AVLockSetting 0xD113
1828 #define PTP_DPC_NIKON_IllumSetting 0xD114
1829 #define PTP_DPC_NIKON_FocusPointBright 0xD115
1830 #define PTP_DPC_NIKON_ExternalFlashAttached 0xD120
1831 #define PTP_DPC_NIKON_ExternalFlashStatus 0xD121
1832 #define PTP_DPC_NIKON_ExternalFlashSort 0xD122
1833 #define PTP_DPC_NIKON_ExternalFlashMode 0xD123
1834 #define PTP_DPC_NIKON_ExternalFlashCompensation 0xD124
1835 #define PTP_DPC_NIKON_NewExternalFlashMode 0xD125
1836 #define PTP_DPC_NIKON_FlashExposureCompensation 0xD126
1837 #define PTP_DPC_NIKON_HDRMode 0xD130
1838 #define PTP_DPC_NIKON_HDRHighDynamic 0xD131
1839 #define PTP_DPC_NIKON_HDRSmoothing 0xD132
1840 #define PTP_DPC_NIKON_OptimizeImage 0xD140
1841 #define PTP_DPC_NIKON_Saturation 0xD142
1842 #define PTP_DPC_NIKON_BW_FillerEffect 0xD143
1843 #define PTP_DPC_NIKON_BW_Sharpness 0xD144
1844 #define PTP_DPC_NIKON_BW_Contrast 0xD145
1845 #define PTP_DPC_NIKON_BW_Setting_Type 0xD146
1846 #define PTP_DPC_NIKON_Slot2SaveMode 0xD148
1847 #define PTP_DPC_NIKON_RawBitMode 0xD149
1848 #define PTP_DPC_NIKON_ActiveDLighting 0xD14E /* was PTP_DPC_NIKON_ISOAutoTime */
1849 #define PTP_DPC_NIKON_FlourescentType 0xD14F
1850 #define PTP_DPC_NIKON_TuneColourTemperature 0xD150
1851 #define PTP_DPC_NIKON_TunePreset0 0xD151
1852 #define PTP_DPC_NIKON_TunePreset1 0xD152
1853 #define PTP_DPC_NIKON_TunePreset2 0xD153
1854 #define PTP_DPC_NIKON_TunePreset3 0xD154
1855 #define PTP_DPC_NIKON_TunePreset4 0xD155
1856 #define PTP_DPC_NIKON_BeepOff 0xD160
1857 #define PTP_DPC_NIKON_AutofocusMode 0xD161
1858 #define PTP_DPC_NIKON_AFAssist 0xD163
1859 #define PTP_DPC_NIKON_PADVPMode 0xD164 /* iso auto time */
1860 #define PTP_DPC_NIKON_ImageReview 0xD165
1861 #define PTP_DPC_NIKON_AFAreaIllumination 0xD166
1862 #define PTP_DPC_NIKON_FlashMode 0xD167
1863 #define PTP_DPC_NIKON_FlashCommanderMode 0xD168
1864 #define PTP_DPC_NIKON_FlashSign 0xD169
1865 #define PTP_DPC_NIKON_ISO_Auto 0xD16A
1866 #define PTP_DPC_NIKON_RemoteTimeout 0xD16B
1867 #define PTP_DPC_NIKON_GridDisplay 0xD16C
1868 #define PTP_DPC_NIKON_FlashModeManualPower 0xD16D
1869 #define PTP_DPC_NIKON_FlashModeCommanderPower 0xD16E
1870 #define PTP_DPC_NIKON_AutoFP 0xD16F
1871 #define PTP_DPC_NIKON_DateImprintSetting 0xD170
1872 #define PTP_DPC_NIKON_DateCounterSelect 0xD171
1873 #define PTP_DPC_NIKON_DateCountData 0xD172
1874 #define PTP_DPC_NIKON_DateCountDisplaySetting 0xD173
1875 #define PTP_DPC_NIKON_RangeFinderSetting 0xD174
1876 #define PTP_DPC_NIKON_CSMMenu 0xD180
1877 #define PTP_DPC_NIKON_WarningDisplay 0xD181
1878 #define PTP_DPC_NIKON_BatteryCellKind 0xD182
1879 #define PTP_DPC_NIKON_ISOAutoHiLimit 0xD183
1880 #define PTP_DPC_NIKON_DynamicAFArea 0xD184
1881 #define PTP_DPC_NIKON_ContinuousSpeedHigh 0xD186
1882 #define PTP_DPC_NIKON_InfoDispSetting 0xD187
1883 #define PTP_DPC_NIKON_PreviewButton 0xD189
1884 #define PTP_DPC_NIKON_PreviewButton2 0xD18A
1885 #define PTP_DPC_NIKON_AEAFLockButton2 0xD18B
1886 #define PTP_DPC_NIKON_IndicatorDisp 0xD18D
1887 #define PTP_DPC_NIKON_CellKindPriority 0xD18E
1888 #define PTP_DPC_NIKON_BracketingFramesAndSteps 0xD190
1889 #define PTP_DPC_NIKON_LiveViewMode 0xD1A0
1890 #define PTP_DPC_NIKON_LiveViewDriveMode 0xD1A1
1891 #define PTP_DPC_NIKON_LiveViewStatus 0xD1A2
1892 #define PTP_DPC_NIKON_LiveViewImageZoomRatio 0xD1A3
1893 #define PTP_DPC_NIKON_LiveViewProhibitCondition 0xD1A4
1894 #define PTP_DPC_NIKON_MovieShutterSpeed 0xD1A8
1895 #define PTP_DPC_NIKON_MovieFNumber 0xD1A9
1896 #define PTP_DPC_NIKON_MovieISO 0xD1AA
1897 #define PTP_DPC_NIKON_LiveViewMovieMode 0xD1AC /* ? */
1898 #define PTP_DPC_NIKON_ExposureDisplayStatus 0xD1B0
1899 #define PTP_DPC_NIKON_ExposureIndicateStatus 0xD1B1
1900 #define PTP_DPC_NIKON_InfoDispErrStatus 0xD1B2
1901 #define PTP_DPC_NIKON_ExposureIndicateLightup 0xD1B3
1902 #define PTP_DPC_NIKON_FlashOpen 0xD1C0
1903 #define PTP_DPC_NIKON_FlashCharged 0xD1C1
1904 #define PTP_DPC_NIKON_FlashMRepeatValue 0xD1D0
1905 #define PTP_DPC_NIKON_FlashMRepeatCount 0xD1D1
1906 #define PTP_DPC_NIKON_FlashMRepeatInterval 0xD1D2
1907 #define PTP_DPC_NIKON_FlashCommandChannel 0xD1D3
1908 #define PTP_DPC_NIKON_FlashCommandSelfMode 0xD1D4
1909 #define PTP_DPC_NIKON_FlashCommandSelfCompensation 0xD1D5
1910 #define PTP_DPC_NIKON_FlashCommandSelfValue 0xD1D6
1911 #define PTP_DPC_NIKON_FlashCommandAMode 0xD1D7
1912 #define PTP_DPC_NIKON_FlashCommandACompensation 0xD1D8
1913 #define PTP_DPC_NIKON_FlashCommandAValue 0xD1D9
1914 #define PTP_DPC_NIKON_FlashCommandBMode 0xD1DA
1915 #define PTP_DPC_NIKON_FlashCommandBCompensation 0xD1DB
1916 #define PTP_DPC_NIKON_FlashCommandBValue 0xD1DC
1917 #define PTP_DPC_NIKON_ApplicationMode 0xD1F0
1918 #define PTP_DPC_NIKON_ActiveSlot 0xD1F2
1919 #define PTP_DPC_NIKON_ActivePicCtrlItem 0xD200
1920 #define PTP_DPC_NIKON_ChangePicCtrlItem 0xD201
1921 #define PTP_DPC_NIKON_MovieNrHighISO 0xD236
1922 
1923 
1924 /* Nikon V1 (or WU adapter?) Trace */
1925 /* d241 - gets string "Nikon_WU2_0090B5123C61" */
1926 #define PTP_DPC_NIKON_D241 0xD241
1927 /* d244 - gets a single byte 0x00 */
1928 #define PTP_DPC_NIKON_D244 0xD244
1929 /* d247 - gets 3 bytes 0x01 0x00 0x00 */
1930 #define PTP_DPC_NIKON_D247 0xD247
1931 /* S9700 */
1932 #define PTP_DPC_NIKON_GUID 0xD24F
1933 /* d250 - gets a string "0000123C61" */
1934 #define PTP_DPC_NIKON_D250 0xD250
1935 /* d251 - gets a 0x0100000d */
1936 #define PTP_DPC_NIKON_D251 0xD251
1937 
1938 /* this is irregular, as it should be -0x5000 or 0xD000 based */
1939 #define PTP_DPC_NIKON_1_ISO 0xF002
1940 #define PTP_DPC_NIKON_1_ImageCompression 0xF009
1941 #define PTP_DPC_NIKON_1_ImageSize 0xF00A
1942 #define PTP_DPC_NIKON_1_WhiteBalance 0xF00C
1943 #define PTP_DPC_NIKON_1_LongExposureNoiseReduction 0xF00D
1944 #define PTP_DPC_NIKON_1_HiISONoiseReduction 0xF00E
1945 #define PTP_DPC_NIKON_1_ActiveDLighting 0xF00F
1946 #define PTP_DPC_NIKON_1_MovQuality 0xF01C
1947 
1948 /* Fuji specific */
1949 #define PTP_DPC_FUJI_ColorTemperature 0xD017
1950 #define PTP_DPC_FUJI_Quality 0xD018
1951 #define PTP_DPC_FUJI_ReleaseMode 0xD201
1952 #define PTP_DPC_FUJI_FocusAreas 0xD206
1953 #define PTP_DPC_FUJI_AELock 0xD213
1954 #define PTP_DPC_FUJI_Aperture 0xD218
1955 #define PTP_DPC_FUJI_ShutterSpeed 0xD219
1956 
1957 /* Microsoft/MTP specific */
1958 #define PTP_DPC_MTP_SecureTime 0xD101
1959 #define PTP_DPC_MTP_DeviceCertificate 0xD102
1960 #define PTP_DPC_MTP_RevocationInfo 0xD103
1961 #define PTP_DPC_MTP_SynchronizationPartner 0xD401
1962 #define PTP_DPC_MTP_DeviceFriendlyName 0xD402
1963 #define PTP_DPC_MTP_VolumeLevel 0xD403
1964 #define PTP_DPC_MTP_DeviceIcon 0xD405
1965 #define PTP_DPC_MTP_SessionInitiatorInfo 0xD406
1966 #define PTP_DPC_MTP_PerceivedDeviceType 0xD407
1967 #define PTP_DPC_MTP_PlaybackRate 0xD410
1968 #define PTP_DPC_MTP_PlaybackObject 0xD411
1969 #define PTP_DPC_MTP_PlaybackContainerIndex 0xD412
1970 #define PTP_DPC_MTP_PlaybackPosition 0xD413
1971 #define PTP_DPC_MTP_PlaysForSureID 0xD131
1972 
1973 /* Zune specific property codes */
1974 #define PTP_DPC_MTP_Zune_UnknownVersion 0xD181
1975 
1976 /* Olympus */
1977 #define PTP_DPC_OLYMPUS_ResolutionMode 0xD102
1978 #define PTP_DPC_OLYMPUS_FocusPriority 0xD103
1979 #define PTP_DPC_OLYMPUS_DriveMode 0xD104
1980 #define PTP_DPC_OLYMPUS_DateTimeFormat 0xD105
1981 #define PTP_DPC_OLYMPUS_ExposureBiasStep 0xD106
1982 #define PTP_DPC_OLYMPUS_WBMode 0xD107
1983 #define PTP_DPC_OLYMPUS_OneTouchWB 0xD108
1984 #define PTP_DPC_OLYMPUS_ManualWB 0xD109
1985 #define PTP_DPC_OLYMPUS_ManualWBRBBias 0xD10A
1986 #define PTP_DPC_OLYMPUS_CustomWB 0xD10B
1987 #define PTP_DPC_OLYMPUS_CustomWBValue 0xD10C
1988 #define PTP_DPC_OLYMPUS_ExposureTimeEx 0xD10D
1989 #define PTP_DPC_OLYMPUS_BulbMode 0xD10E
1990 #define PTP_DPC_OLYMPUS_AntiMirrorMode 0xD10F
1991 #define PTP_DPC_OLYMPUS_AEBracketingFrame 0xD110
1992 #define PTP_DPC_OLYMPUS_AEBracketingStep 0xD111
1993 #define PTP_DPC_OLYMPUS_WBBracketingFrame 0xD112
1994 #define PTP_DPC_OLYMPUS_WBBracketingRBFrame 0xD112 /* dup ? */
1995 #define PTP_DPC_OLYMPUS_WBBracketingRBRange 0xD113
1996 #define PTP_DPC_OLYMPUS_WBBracketingGMFrame 0xD114
1997 #define PTP_DPC_OLYMPUS_WBBracketingGMRange 0xD115
1998 #define PTP_DPC_OLYMPUS_FLBracketingFrame 0xD118
1999 #define PTP_DPC_OLYMPUS_FLBracketingStep 0xD119
2000 #define PTP_DPC_OLYMPUS_FlashBiasCompensation 0xD11A
2001 #define PTP_DPC_OLYMPUS_ManualFocusMode 0xD11B
2002 #define PTP_DPC_OLYMPUS_RawSaveMode 0xD11D
2003 #define PTP_DPC_OLYMPUS_AUXLightMode 0xD11E
2004 #define PTP_DPC_OLYMPUS_LensSinkMode 0xD11F
2005 #define PTP_DPC_OLYMPUS_BeepStatus 0xD120
2006 #define PTP_DPC_OLYMPUS_ColorSpace 0xD122
2007 #define PTP_DPC_OLYMPUS_ColorMatching 0xD123
2008 #define PTP_DPC_OLYMPUS_Saturation 0xD124
2009 #define PTP_DPC_OLYMPUS_NoiseReductionPattern 0xD126
2010 #define PTP_DPC_OLYMPUS_NoiseReductionRandom 0xD127
2011 #define PTP_DPC_OLYMPUS_ShadingMode 0xD129
2012 #define PTP_DPC_OLYMPUS_ISOBoostMode 0xD12A
2013 #define PTP_DPC_OLYMPUS_ExposureIndexBiasStep 0xD12B
2014 #define PTP_DPC_OLYMPUS_FilterEffect 0xD12C
2015 #define PTP_DPC_OLYMPUS_ColorTune 0xD12D
2016 #define PTP_DPC_OLYMPUS_Language 0xD12E
2017 #define PTP_DPC_OLYMPUS_LanguageCode 0xD12F
2018 #define PTP_DPC_OLYMPUS_RecviewMode 0xD130
2019 #define PTP_DPC_OLYMPUS_SleepTime 0xD131
2020 #define PTP_DPC_OLYMPUS_ManualWBGMBias 0xD132
2021 #define PTP_DPC_OLYMPUS_AELAFLMode 0xD135
2022 #define PTP_DPC_OLYMPUS_AELButtonStatus 0xD136
2023 #define PTP_DPC_OLYMPUS_CompressionSettingEx 0xD137
2024 #define PTP_DPC_OLYMPUS_ToneMode 0xD139
2025 #define PTP_DPC_OLYMPUS_GradationMode 0xD13A
2026 #define PTP_DPC_OLYMPUS_DevelopMode 0xD13B
2027 #define PTP_DPC_OLYMPUS_ExtendInnerFlashMode 0xD13C
2028 #define PTP_DPC_OLYMPUS_OutputDeviceMode 0xD13D
2029 #define PTP_DPC_OLYMPUS_LiveViewMode 0xD13E
2030 #define PTP_DPC_OLYMPUS_LCDBacklight 0xD140
2031 #define PTP_DPC_OLYMPUS_CustomDevelop 0xD141
2032 #define PTP_DPC_OLYMPUS_GradationAutoBias 0xD142
2033 #define PTP_DPC_OLYMPUS_FlashRCMode 0xD143
2034 #define PTP_DPC_OLYMPUS_FlashRCGroupValue 0xD144
2035 #define PTP_DPC_OLYMPUS_FlashRCChannelValue 0xD145
2036 #define PTP_DPC_OLYMPUS_FlashRCFPMode 0xD146
2037 #define PTP_DPC_OLYMPUS_FlashRCPhotoChromicMode 0xD147
2038 #define PTP_DPC_OLYMPUS_FlashRCPhotoChromicBias 0xD148
2039 #define PTP_DPC_OLYMPUS_FlashRCPhotoChromicManualBias 0xD149
2040 #define PTP_DPC_OLYMPUS_FlashRCQuantityLightLevel 0xD14A
2041 #define PTP_DPC_OLYMPUS_FocusMeteringValue 0xD14B
2042 #define PTP_DPC_OLYMPUS_ISOBracketingFrame 0xD14C
2043 #define PTP_DPC_OLYMPUS_ISOBracketingStep 0xD14D
2044 #define PTP_DPC_OLYMPUS_BulbMFMode 0xD14E
2045 #define PTP_DPC_OLYMPUS_BurstFPSValue 0xD14F
2046 #define PTP_DPC_OLYMPUS_ISOAutoBaseValue 0xD150
2047 #define PTP_DPC_OLYMPUS_ISOAutoMaxValue 0xD151
2048 #define PTP_DPC_OLYMPUS_BulbLimiterValue 0xD152
2049 #define PTP_DPC_OLYMPUS_DPIMode 0xD153
2050 #define PTP_DPC_OLYMPUS_DPICustomValue 0xD154
2051 #define PTP_DPC_OLYMPUS_ResolutionValueSetting 0xD155
2052 #define PTP_DPC_OLYMPUS_AFTargetSize 0xD157
2053 #define PTP_DPC_OLYMPUS_LightSensorMode 0xD158
2054 #define PTP_DPC_OLYMPUS_AEBracket 0xD159
2055 #define PTP_DPC_OLYMPUS_WBRBBracket 0xD15A
2056 #define PTP_DPC_OLYMPUS_WBGMBracket 0xD15B
2057 #define PTP_DPC_OLYMPUS_FlashBracket 0xD15C
2058 #define PTP_DPC_OLYMPUS_ISOBracket 0xD15D
2059 #define PTP_DPC_OLYMPUS_MyModeStatus 0xD15E
2060 
2061 /* Sony A900 */
2062 #define PTP_DPC_SONY_DPCCompensation 0xD200
2063 #define PTP_DPC_SONY_DRangeOptimize 0xD201
2064 #define PTP_DPC_SONY_ImageSize 0xD203
2065 #define PTP_DPC_SONY_ShutterSpeed 0xD20D
2066 #define PTP_DPC_SONY_ColorTemp 0xD20F
2067 #define PTP_DPC_SONY_CCFilter 0xD210
2068 #define PTP_DPC_SONY_AspectRatio 0xD211
2069 #define PTP_DPC_SONY_ExposeIndex 0xD216
2070 #define PTP_DPC_SONY_PictureEffect 0xD21B
2071 #define PTP_DPC_SONY_ABFilter 0xD21C
2072 #define PTP_DPC_SONY_ISO 0xD21E /* ? */
2073 /* also seen: D2C3 D2C4 */
2074 /* semi control opcodes */
2075 #define PTP_DPC_SONY_Movie 0xD2C8 /* ? */
2076 #define PTP_DPC_SONY_StillImage 0xD2C7 /* ? */
2077 
2078 
2079 
2080 /* Casio EX-F1 */
2081 #define PTP_DPC_CASIO_MONITOR 0xD001
2082 #define PTP_DPC_CASIO_STORAGE 0xD002 //Not reported by DeviceInfo?
2083 #define PTP_DPC_CASIO_UNKNOWN_1 0xD004
2084 #define PTP_DPC_CASIO_UNKNOWN_2 0xD005
2085 #define PTP_DPC_CASIO_UNKNOWN_3 0xD007
2086 #define PTP_DPC_CASIO_RECORD_LIGHT 0xD008
2087 #define PTP_DPC_CASIO_UNKNOWN_4 0xD009
2088 #define PTP_DPC_CASIO_UNKNOWN_5 0xD00A
2089 #define PTP_DPC_CASIO_MOVIE_MODE 0xD00B
2090 #define PTP_DPC_CASIO_HD_SETTING 0xD00C
2091 #define PTP_DPC_CASIO_HS_SETTING 0xD00D
2092 #define PTP_DPC_CASIO_CS_HIGH_SPEED 0xD00F
2093 #define PTP_DPC_CASIO_CS_UPPER_LIMIT 0xD010
2094 #define PTP_DPC_CASIO_CS_SHOT 0xD011
2095 #define PTP_DPC_CASIO_UNKNOWN_6 0xD012
2096 #define PTP_DPC_CASIO_UNKNOWN_7 0xD013
2097 #define PTP_DPC_CASIO_UNKNOWN_8 0xD015
2098 #define PTP_DPC_CASIO_UNKNOWN_9 0xD017
2099 #define PTP_DPC_CASIO_UNKNOWN_10 0xD018
2100 #define PTP_DPC_CASIO_UNKNOWN_11 0xD019
2101 #define PTP_DPC_CASIO_UNKNOWN_12 0xD01A
2102 #define PTP_DPC_CASIO_UNKNOWN_13 0xD01B
2103 #define PTP_DPC_CASIO_UNKNOWN_14 0xD01C
2104 #define PTP_DPC_CASIO_UNKNOWN_15 0xD01D
2105 #define PTP_DPC_CASIO_UNKNOWN_16 0xD020
2106 #define PTP_DPC_CASIO_UNKNOWN_17 0xD030
2107 #define PTP_DPC_CASIO_UNKNOWN_18 0xD080
2108 
2109 #define PTP_DPC_RICOH_ShutterSpeed 0xD00F
2110 
2111 /* MTP specific Object Properties */
2112 #define PTP_OPC_StorageID 0xDC01
2113 #define PTP_OPC_ObjectFormat 0xDC02
2114 #define PTP_OPC_ProtectionStatus 0xDC03
2115 #define PTP_OPC_ObjectSize 0xDC04
2116 #define PTP_OPC_AssociationType 0xDC05
2117 #define PTP_OPC_AssociationDesc 0xDC06
2118 #define PTP_OPC_ObjectFileName 0xDC07
2119 #define PTP_OPC_DateCreated 0xDC08
2120 #define PTP_OPC_DateModified 0xDC09
2121 #define PTP_OPC_Keywords 0xDC0A
2122 #define PTP_OPC_ParentObject 0xDC0B
2123 #define PTP_OPC_AllowedFolderContents 0xDC0C
2124 #define PTP_OPC_Hidden 0xDC0D
2125 #define PTP_OPC_SystemObject 0xDC0E
2126 #define PTP_OPC_PersistantUniqueObjectIdentifier 0xDC41
2127 #define PTP_OPC_SyncID 0xDC42
2128 #define PTP_OPC_PropertyBag 0xDC43
2129 #define PTP_OPC_Name 0xDC44
2130 #define PTP_OPC_CreatedBy 0xDC45
2131 #define PTP_OPC_Artist 0xDC46
2132 #define PTP_OPC_DateAuthored 0xDC47
2133 #define PTP_OPC_Description 0xDC48
2134 #define PTP_OPC_URLReference 0xDC49
2135 #define PTP_OPC_LanguageLocale 0xDC4A
2136 #define PTP_OPC_CopyrightInformation 0xDC4B
2137 #define PTP_OPC_Source 0xDC4C
2138 #define PTP_OPC_OriginLocation 0xDC4D
2139 #define PTP_OPC_DateAdded 0xDC4E
2140 #define PTP_OPC_NonConsumable 0xDC4F
2141 #define PTP_OPC_CorruptOrUnplayable 0xDC50
2142 #define PTP_OPC_ProducerSerialNumber 0xDC51
2143 #define PTP_OPC_RepresentativeSampleFormat 0xDC81
2144 #define PTP_OPC_RepresentativeSampleSize 0xDC82
2145 #define PTP_OPC_RepresentativeSampleHeight 0xDC83
2146 #define PTP_OPC_RepresentativeSampleWidth 0xDC84
2147 #define PTP_OPC_RepresentativeSampleDuration 0xDC85
2148 #define PTP_OPC_RepresentativeSampleData 0xDC86
2149 #define PTP_OPC_Width 0xDC87
2150 #define PTP_OPC_Height 0xDC88
2151 #define PTP_OPC_Duration 0xDC89
2152 #define PTP_OPC_Rating 0xDC8A
2153 #define PTP_OPC_Track 0xDC8B
2154 #define PTP_OPC_Genre 0xDC8C
2155 #define PTP_OPC_Credits 0xDC8D
2156 #define PTP_OPC_Lyrics 0xDC8E
2157 #define PTP_OPC_SubscriptionContentID 0xDC8F
2158 #define PTP_OPC_ProducedBy 0xDC90
2159 #define PTP_OPC_UseCount 0xDC91
2160 #define PTP_OPC_SkipCount 0xDC92
2161 #define PTP_OPC_LastAccessed 0xDC93
2162 #define PTP_OPC_ParentalRating 0xDC94
2163 #define PTP_OPC_MetaGenre 0xDC95
2164 #define PTP_OPC_Composer 0xDC96
2165 #define PTP_OPC_EffectiveRating 0xDC97
2166 #define PTP_OPC_Subtitle 0xDC98
2167 #define PTP_OPC_OriginalReleaseDate 0xDC99
2168 #define PTP_OPC_AlbumName 0xDC9A
2169 #define PTP_OPC_AlbumArtist 0xDC9B
2170 #define PTP_OPC_Mood 0xDC9C
2171 #define PTP_OPC_DRMStatus 0xDC9D
2172 #define PTP_OPC_SubDescription 0xDC9E
2173 #define PTP_OPC_IsCropped 0xDCD1
2174 #define PTP_OPC_IsColorCorrected 0xDCD2
2175 #define PTP_OPC_ImageBitDepth 0xDCD3
2176 #define PTP_OPC_Fnumber 0xDCD4
2177 #define PTP_OPC_ExposureTime 0xDCD5
2178 #define PTP_OPC_ExposureIndex 0xDCD6
2179 #define PTP_OPC_DisplayName 0xDCE0
2180 #define PTP_OPC_BodyText 0xDCE1
2181 #define PTP_OPC_Subject 0xDCE2
2182 #define PTP_OPC_Priority 0xDCE3
2183 #define PTP_OPC_GivenName 0xDD00
2184 #define PTP_OPC_MiddleNames 0xDD01
2185 #define PTP_OPC_FamilyName 0xDD02
2186 #define PTP_OPC_Prefix 0xDD03
2187 #define PTP_OPC_Suffix 0xDD04
2188 #define PTP_OPC_PhoneticGivenName 0xDD05
2189 #define PTP_OPC_PhoneticFamilyName 0xDD06
2190 #define PTP_OPC_EmailPrimary 0xDD07
2191 #define PTP_OPC_EmailPersonal1 0xDD08
2192 #define PTP_OPC_EmailPersonal2 0xDD09
2193 #define PTP_OPC_EmailBusiness1 0xDD0A
2194 #define PTP_OPC_EmailBusiness2 0xDD0B
2195 #define PTP_OPC_EmailOthers 0xDD0C
2196 #define PTP_OPC_PhoneNumberPrimary 0xDD0D
2197 #define PTP_OPC_PhoneNumberPersonal 0xDD0E
2198 #define PTP_OPC_PhoneNumberPersonal2 0xDD0F
2199 #define PTP_OPC_PhoneNumberBusiness 0xDD10
2200 #define PTP_OPC_PhoneNumberBusiness2 0xDD11
2201 #define PTP_OPC_PhoneNumberMobile 0xDD12
2202 #define PTP_OPC_PhoneNumberMobile2 0xDD13
2203 #define PTP_OPC_FaxNumberPrimary 0xDD14
2204 #define PTP_OPC_FaxNumberPersonal 0xDD15
2205 #define PTP_OPC_FaxNumberBusiness 0xDD16
2206 #define PTP_OPC_PagerNumber 0xDD17
2207 #define PTP_OPC_PhoneNumberOthers 0xDD18
2208 #define PTP_OPC_PrimaryWebAddress 0xDD19
2209 #define PTP_OPC_PersonalWebAddress 0xDD1A
2210 #define PTP_OPC_BusinessWebAddress 0xDD1B
2211 #define PTP_OPC_InstantMessengerAddress 0xDD1C
2212 #define PTP_OPC_InstantMessengerAddress2 0xDD1D
2213 #define PTP_OPC_InstantMessengerAddress3 0xDD1E
2214 #define PTP_OPC_PostalAddressPersonalFull 0xDD1F
2215 #define PTP_OPC_PostalAddressPersonalFullLine1 0xDD20
2216 #define PTP_OPC_PostalAddressPersonalFullLine2 0xDD21
2217 #define PTP_OPC_PostalAddressPersonalFullCity 0xDD22
2218 #define PTP_OPC_PostalAddressPersonalFullRegion 0xDD23
2219 #define PTP_OPC_PostalAddressPersonalFullPostalCode 0xDD24
2220 #define PTP_OPC_PostalAddressPersonalFullCountry 0xDD25
2221 #define PTP_OPC_PostalAddressBusinessFull 0xDD26
2222 #define PTP_OPC_PostalAddressBusinessLine1 0xDD27
2223 #define PTP_OPC_PostalAddressBusinessLine2 0xDD28
2224 #define PTP_OPC_PostalAddressBusinessCity 0xDD29
2225 #define PTP_OPC_PostalAddressBusinessRegion 0xDD2A
2226 #define PTP_OPC_PostalAddressBusinessPostalCode 0xDD2B
2227 #define PTP_OPC_PostalAddressBusinessCountry 0xDD2C
2228 #define PTP_OPC_PostalAddressOtherFull 0xDD2D
2229 #define PTP_OPC_PostalAddressOtherLine1 0xDD2E
2230 #define PTP_OPC_PostalAddressOtherLine2 0xDD2F
2231 #define PTP_OPC_PostalAddressOtherCity 0xDD30
2232 #define PTP_OPC_PostalAddressOtherRegion 0xDD31
2233 #define PTP_OPC_PostalAddressOtherPostalCode 0xDD32
2234 #define PTP_OPC_PostalAddressOtherCountry 0xDD33
2235 #define PTP_OPC_OrganizationName 0xDD34
2236 #define PTP_OPC_PhoneticOrganizationName 0xDD35
2237 #define PTP_OPC_Role 0xDD36
2238 #define PTP_OPC_Birthdate 0xDD37
2239 #define PTP_OPC_MessageTo 0xDD40
2240 #define PTP_OPC_MessageCC 0xDD41
2241 #define PTP_OPC_MessageBCC 0xDD42
2242 #define PTP_OPC_MessageRead 0xDD43
2243 #define PTP_OPC_MessageReceivedTime 0xDD44
2244 #define PTP_OPC_MessageSender 0xDD45
2245 #define PTP_OPC_ActivityBeginTime 0xDD50
2246 #define PTP_OPC_ActivityEndTime 0xDD51
2247 #define PTP_OPC_ActivityLocation 0xDD52
2248 #define PTP_OPC_ActivityRequiredAttendees 0xDD54
2249 #define PTP_OPC_ActivityOptionalAttendees 0xDD55
2250 #define PTP_OPC_ActivityResources 0xDD56
2251 #define PTP_OPC_ActivityAccepted 0xDD57
2252 #define PTP_OPC_Owner 0xDD5D
2253 #define PTP_OPC_Editor 0xDD5E
2254 #define PTP_OPC_Webmaster 0xDD5F
2255 #define PTP_OPC_URLSource 0xDD60
2256 #define PTP_OPC_URLDestination 0xDD61
2257 #define PTP_OPC_TimeBookmark 0xDD62
2258 #define PTP_OPC_ObjectBookmark 0xDD63
2259 #define PTP_OPC_ByteBookmark 0xDD64
2260 #define PTP_OPC_LastBuildDate 0xDD70
2261 #define PTP_OPC_TimetoLive 0xDD71
2262 #define PTP_OPC_MediaGUID 0xDD72
2263 #define PTP_OPC_TotalBitRate 0xDE91
2264 #define PTP_OPC_BitRateType 0xDE92
2265 #define PTP_OPC_SampleRate 0xDE93
2266 #define PTP_OPC_NumberOfChannels 0xDE94
2267 #define PTP_OPC_AudioBitDepth 0xDE95
2268 #define PTP_OPC_ScanDepth 0xDE97
2269 #define PTP_OPC_AudioWAVECodec 0xDE99
2270 #define PTP_OPC_AudioBitRate 0xDE9A
2271 #define PTP_OPC_VideoFourCCCodec 0xDE9B
2272 #define PTP_OPC_VideoBitRate 0xDE9C
2273 #define PTP_OPC_FramesPerThousandSeconds 0xDE9D
2274 #define PTP_OPC_KeyFrameDistance 0xDE9E
2275 #define PTP_OPC_BufferSize 0xDE9F
2276 #define PTP_OPC_EncodingQuality 0xDEA0
2277 #define PTP_OPC_EncodingProfile 0xDEA1
2278 #define PTP_OPC_BuyFlag 0xD901
2279 
2280 /* WiFi Provisioning MTP Extension property codes */
2281 #define PTP_OPC_WirelessConfigurationFile 0xB104
2282 
2283 /* Device Property Form Flag */
2284 
2285 #define PTP_DPFF_None 0x00
2286 #define PTP_DPFF_Range 0x01
2287 #define PTP_DPFF_Enumeration 0x02
2288 
2289 /* Object Property Codes used by MTP (first 3 are same as DPFF codes) */
2290 #define PTP_OPFF_None 0x00
2291 #define PTP_OPFF_Range 0x01
2292 #define PTP_OPFF_Enumeration 0x02
2293 #define PTP_OPFF_DateTime 0x03
2294 #define PTP_OPFF_FixedLengthArray 0x04
2295 #define PTP_OPFF_RegularExpression 0x05
2296 #define PTP_OPFF_ByteArray 0x06
2297 #define PTP_OPFF_LongString 0xFF
2298 
2299 /* Device Property GetSet type */
2300 #define PTP_DPGS_Get 0x00
2301 #define PTP_DPGS_GetSet 0x01
2302 
2303 /* Glue stuff starts here */
2304 
2305 typedef struct _PTPParams PTPParams;
2306 
2307 
2308 typedef uint16_t (* PTPDataGetFunc) (PTPParams* params, void*priv,
2309  unsigned long wantlen,
2310  unsigned char *data, unsigned long *gotlen);
2311 
2312 typedef uint16_t (* PTPDataPutFunc) (PTPParams* params, void*priv,
2313  unsigned long sendlen,
2314  unsigned char *data);
2315 typedef struct _PTPDataHandler {
2316  PTPDataGetFunc getfunc;
2317  PTPDataPutFunc putfunc;
2318  void *priv;
2319 } PTPDataHandler;
2320 
2321 /*
2322  * This functions take PTP oriented arguments and send them over an
2323  * appropriate data layer doing byteorder conversion accordingly.
2324  */
2325 typedef uint16_t (* PTPIOSendReq) (PTPParams* params, PTPContainer* req, int dataphase);
2326 typedef uint16_t (* PTPIOSendData) (PTPParams* params, PTPContainer* ptp,
2327  uint64_t size, PTPDataHandler*getter);
2328 
2329 typedef uint16_t (* PTPIOGetResp) (PTPParams* params, PTPContainer* resp);
2330 typedef uint16_t (* PTPIOGetData) (PTPParams* params, PTPContainer* ptp,
2331  PTPDataHandler *putter);
2332 typedef uint16_t (* PTPIOCancelReq) (PTPParams* params, uint32_t transaction_id);
2333 
2334 /* debug functions */
2335 typedef void (* PTPErrorFunc) (void *data, const char *format, va_list args)
2336 #if (__GNUC__ >= 3)
2337  __attribute__((__format__(printf,2,0)))
2338 #endif
2339 ;
2340 typedef void (* PTPDebugFunc) (void *data, const char *format, va_list args)
2341 #if (__GNUC__ >= 3)
2342  __attribute__((__format__(printf,2,0)))
2343 #endif
2344 ;
2345 
2346 struct _PTPObject {
2347  uint32_t oid;
2348  unsigned int flags;
2349 #define PTPOBJECT_OBJECTINFO_LOADED (1<<0)
2350 #define PTPOBJECT_CANONFLAGS_LOADED (1<<1)
2351 #define PTPOBJECT_MTPPROPLIST_LOADED (1<<2)
2352 #define PTPOBJECT_DIRECTORY_LOADED (1<<3)
2353 #define PTPOBJECT_PARENTOBJECT_LOADED (1<<4)
2354 #define PTPOBJECT_STORAGEID_LOADED (1<<5)
2355 
2356  PTPObjectInfo oi;
2357  uint32_t canon_flags;
2358  MTPProperties *mtpprops;
2359  unsigned int nrofmtpprops;
2360 };
2361 typedef struct _PTPObject PTPObject;
2362 
2363 /* The Device Property Cache */
2365  time_t timestamp;
2366  PTPDevicePropDesc desc;
2367  PTPPropertyValue value;
2368 };
2369 typedef struct _PTPDeviceProperty PTPDeviceProperty;
2370 
2371 /* Transaction data phase description, internal flags to sendreq / transaction driver. */
2372 #define PTP_DP_NODATA 0x0000 /* no data phase */
2373 #define PTP_DP_SENDDATA 0x0001 /* sending data */
2374 #define PTP_DP_GETDATA 0x0002 /* receiving data */
2375 #define PTP_DP_DATA_MASK 0x00ff /* data phase mask */
2376 
2377 struct _PTPParams {
2378  /* device flags */
2379  uint32_t device_flags;
2380 
2381  /* data layer byteorder */
2382  uint8_t byteorder;
2383  uint16_t maxpacketsize;
2384 
2385  /* PTP IO: Custom IO functions */
2386  PTPIOSendReq sendreq_func;
2387  PTPIOSendData senddata_func;
2388  PTPIOGetResp getresp_func;
2389  PTPIOGetData getdata_func;
2390  PTPIOGetResp event_check;
2391  PTPIOGetResp event_wait;
2392  PTPIOCancelReq cancelreq_func;
2393 
2394  /* Custom error and debug function */
2395  PTPErrorFunc error_func;
2396  PTPDebugFunc debug_func;
2397 
2398  /* Data passed to above functions */
2399  void *data;
2400 
2401  /* ptp transaction ID */
2402  uint32_t transaction_id;
2403  /* ptp session ID */
2404  uint32_t session_id;
2405 
2406  /* used for open capture */
2407  uint32_t opencapture_transid;
2408 
2409  /* PTP IO: if we have MTP style split header/data transfers */
2410  int split_header_data;
2411  int ocs64; /* 64bit objectsize */
2412 
2413  /* PTP: internal structures used by ptp driver */
2414  PTPObject *objects;
2415  unsigned int nrofobjects;
2416 
2417  PTPDeviceInfo deviceinfo;
2418 
2419  /* PTP: the current event queue */
2420  PTPContainer *events;
2421  int nrofevents;
2422 
2423  /* live view enabled */
2424  int inliveview;
2425 
2426  /* PTP: Device Property Caching */
2427  PTPDeviceProperty *deviceproperties;
2428  unsigned int nrofdeviceproperties;
2429 
2430  /* PTP: Canon specific flags list */
2431  PTPCanon_Property *canon_props;
2432  unsigned int nrofcanon_props;
2433  int canon_viewfinder_on;
2434  int canon_event_mode;
2435 
2436  /* PTP: Canon EOS event queue */
2437  PTPCanon_changes_entry *backlogentries;
2438  unsigned int nrofbacklogentries;
2439  int eos_captureenabled;
2440  int eos_camerastatus;
2441 
2442  /* PTP: Nikon specifics */
2443  int controlmode;
2444  int event90c7works;
2445  int deletesdramfails;
2446 
2447  /* PTP: Wifi profiles */
2448  uint8_t wifi_profiles_version;
2449  uint8_t wifi_profiles_number;
2450  PTPNIKONWifiProfile *wifi_profiles;
2451 
2452  /* IO: PTP/IP related data */
2453  int cmdfd, evtfd;
2454  uint8_t cameraguid[16];
2455  uint32_t eventpipeid;
2456  char *cameraname;
2457 
2458  /* Olympus UMS wrapping related data */
2459  PTPDeviceInfo outer_deviceinfo;
2460  char *olympus_cmd;
2461  char *olympus_reply;
2462  struct _PTPParams *outer_params;
2463 
2464 #if defined(HAVE_ICONV) && defined(HAVE_LANGINFO_H)
2465  /* PTP: iconv converters */
2466  iconv_t cd_locale_to_ucs2;
2467  iconv_t cd_ucs2_to_locale;
2468 #endif
2469 
2470  /* IO: Sometimes the response packet get send in the dataphase
2471  * too. This only happens for a Samsung player now.
2472  */
2473  uint8_t *response_packet;
2474  uint16_t response_packet_size;
2475 };
2476 
2477 /* Asynchronous event callback */
2478 typedef void(* PTPEventCbFn) (PTPParams *params, uint16_t code, PTPContainer *event, void *user_data);
2479 
2480 /* last, but not least - ptp functions */
2481 uint16_t ptp_usb_sendreq (PTPParams* params, PTPContainer* req, int dataphase);
2482 uint16_t ptp_usb_senddata (PTPParams* params, PTPContainer* ptp,
2483  uint64_t size, PTPDataHandler *handler);
2484 uint16_t ptp_usb_getresp (PTPParams* params, PTPContainer* resp);
2485 uint16_t ptp_usb_getdata (PTPParams* params, PTPContainer* ptp,
2486  PTPDataHandler *handler);
2487 uint16_t ptp_usb_event_check (PTPParams* params, PTPContainer* event);
2488 uint16_t ptp_usb_event_wait (PTPParams* params, PTPContainer* event);
2489 uint16_t ptp_usb_event_async (PTPParams *params, PTPEventCbFn cb, void *user_data);
2490 
2491 uint16_t ptp_usb_control_get_extended_event_data (PTPParams *params, char *buffer, int *size);
2492 uint16_t ptp_usb_control_device_reset_request (PTPParams *params);
2493 uint16_t ptp_usb_control_get_device_status (PTPParams *params, char *buffer, int *size);
2494 uint16_t ptp_usb_control_cancel_request (PTPParams *params, uint32_t transid);
2495 
2496 
2497 int ptp_ptpip_connect (PTPParams* params, const char *port);
2498 uint16_t ptp_ptpip_sendreq (PTPParams* params, PTPContainer* req, int dataphase);
2499 uint16_t ptp_ptpip_senddata (PTPParams* params, PTPContainer* ptp,
2500  uint64_t size, PTPDataHandler *handler);
2501 uint16_t ptp_ptpip_getresp (PTPParams* params, PTPContainer* resp);
2502 uint16_t ptp_ptpip_getdata (PTPParams* params, PTPContainer* ptp,
2503  PTPDataHandler *handler);
2504 uint16_t ptp_ptpip_event_wait (PTPParams* params, PTPContainer* event);
2505 uint16_t ptp_ptpip_event_check (PTPParams* params, PTPContainer* event);
2506 
2507 uint16_t ptp_getdeviceinfo (PTPParams* params, PTPDeviceInfo* deviceinfo);
2508 
2509 uint16_t ptp_generic_no_data (PTPParams* params, uint16_t opcode, unsigned int cnt, ...);
2510 
2511 uint16_t ptp_opensession (PTPParams *params, uint32_t session);
2512 
2513 uint16_t ptp_transaction_new (PTPParams* params, PTPContainer* ptp,
2514  uint16_t flags, uint64_t sendlen,
2515  PTPDataHandler *handler
2516 );
2517 uint16_t ptp_transaction (PTPParams* params, PTPContainer* ptp,
2518  uint16_t flags, uint64_t sendlen,
2519  unsigned char **data, unsigned int *recvlen
2520 );
2521 
2530 #define ptp_closesession(params) ptp_generic_no_data(params,PTP_OC_CloseSession,0)
2531 
2540 #define ptp_powerdown(params) ptp_generic_no_data(params,PTP_OC_PowerDown,0)
2541 
2550 #define ptp_resetdevice(params) ptp_generic_no_data(params,PTP_OC_ResetDevice,0)
2551 
2552 uint16_t ptp_getstorageids (PTPParams* params, PTPStorageIDs* storageids);
2553 uint16_t ptp_getstorageinfo (PTPParams* params, uint32_t storageid,
2554  PTPStorageInfo* storageinfo);
2564 #define ptp_formatstore(params,storageid) ptp_generic_no_data(params,PTP_OC_FormatStore,1,storageid)
2565 
2566 uint16_t ptp_getobjecthandles (PTPParams* params, uint32_t storage,
2567  uint32_t objectformatcode,
2568  uint32_t associationOH,
2569  PTPObjectHandles* objecthandles);
2570 
2571 
2572 uint16_t ptp_getnumobjects (PTPParams* params, uint32_t storage,
2573  uint32_t objectformatcode,
2574  uint32_t associationOH,
2575  uint32_t* numobs);
2576 
2577 uint16_t ptp_getobjectinfo (PTPParams *params, uint32_t handle,
2578  PTPObjectInfo* objectinfo);
2579 
2580 uint16_t ptp_getobject (PTPParams *params, uint32_t handle,
2581  unsigned char** object);
2582 uint16_t ptp_getobject_tofd (PTPParams* params, uint32_t handle, int fd);
2583 uint16_t ptp_getobject_to_handler (PTPParams* params, uint32_t handle, PTPDataHandler*);
2584 uint16_t ptp_getpartialobject (PTPParams* params, uint32_t handle, uint32_t offset,
2585  uint32_t maxbytes, unsigned char** object,
2586  uint32_t *len);
2587 uint16_t ptp_getpartialobject_to_handler (PTPParams* params, uint32_t handle, uint32_t offset,
2588  uint32_t maxbytes, PTPDataHandler *handler);
2589 
2590 uint16_t ptp_getthumb (PTPParams *params, uint32_t handle,
2591  unsigned char** object, unsigned int *len);
2592 
2593 uint16_t ptp_deleteobject (PTPParams* params, uint32_t handle,
2594  uint32_t ofc);
2595 
2596 uint16_t ptp_sendobjectinfo (PTPParams* params, uint32_t* store,
2597  uint32_t* parenthandle, uint32_t* handle,
2598  PTPObjectInfo* objectinfo);
2609 #define ptp_setobjectprotection(params,oid,newprot) ptp_generic_no_data(params,PTP_OC_SetObjectProtection,2,oid,newprot)
2610 uint16_t ptp_sendobject (PTPParams* params, unsigned char* object,
2611  uint64_t size);
2612 uint16_t ptp_sendobject_fromfd (PTPParams* params, int fd, uint64_t size);
2613 uint16_t ptp_sendobject_from_handler (PTPParams* params, PTPDataHandler*, uint64_t size);
2628 #define ptp_initiatecapture(params,storageid,ofc) ptp_generic_no_data(params,PTP_OC_InitiateCapture,2,storageid,ofc)
2629 
2630 #define ptp_initiateopencapture(params,storageid,ofc) ptp_generic_no_data(params,PTP_OC_InitiateOpenCapture,2,storageid,ofc)
2631 #define ptp_terminateopencapture(params,transid) ptp_generic_no_data(params,PTP_OC_TerminateOpenCapture,1,transid)
2632 
2633 uint16_t ptp_getdevicepropdesc (PTPParams* params, uint16_t propcode,
2634  PTPDevicePropDesc *devicepropertydesc);
2635 uint16_t ptp_generic_getdevicepropdesc (PTPParams *params, uint16_t propcode,
2636  PTPDevicePropDesc *dpd);
2637 uint16_t ptp_getdevicepropvalue (PTPParams* params, uint16_t propcode,
2638  PTPPropertyValue* value, uint16_t datatype);
2639 uint16_t ptp_setdevicepropvalue (PTPParams* params, uint16_t propcode,
2640  PTPPropertyValue* value, uint16_t datatype);
2641 uint16_t ptp_generic_setdevicepropvalue (PTPParams* params, uint16_t propcode,
2642  PTPPropertyValue* value, uint16_t datatype);
2643 uint16_t ptp_getfilesystemmanifest (PTPParams* params, uint32_t storage,
2644  uint32_t objectformatcode, uint32_t associationOH,
2645  unsigned char** data);
2646 
2647 
2648 
2649 uint16_t ptp_check_event (PTPParams *params);
2650 uint16_t ptp_wait_event (PTPParams *params);
2651 uint16_t ptp_add_event (PTPParams *params, PTPContainer *evt);
2652 int ptp_get_one_event (PTPParams *params, PTPContainer *evt);
2653 uint16_t ptp_check_eos_events (PTPParams *params);
2654 int ptp_get_one_eos_event (PTPParams *params, PTPCanon_changes_entry *entry);
2655 
2656 
2657 /* Microsoft MTP extensions */
2658 uint16_t ptp_mtp_getobjectpropdesc (PTPParams* params, uint16_t opc, uint16_t ofc,
2659  PTPObjectPropDesc *objectpropertydesc);
2660 uint16_t ptp_mtp_getobjectpropvalue (PTPParams* params, uint32_t oid, uint16_t opc,
2661  PTPPropertyValue *value, uint16_t datatype);
2662 uint16_t ptp_mtp_setobjectpropvalue (PTPParams* params, uint32_t oid, uint16_t opc,
2663  PTPPropertyValue *value, uint16_t datatype);
2664 uint16_t ptp_mtp_getobjectreferences (PTPParams* params, uint32_t handle, uint32_t** ohArray, uint32_t* arraylen);
2665 uint16_t ptp_mtp_setobjectreferences (PTPParams* params, uint32_t handle, uint32_t* ohArray, uint32_t arraylen);
2666 uint16_t ptp_mtp_getobjectproplist (PTPParams* params, uint32_t handle, MTPProperties **props, int *nrofprops);
2667 uint16_t ptp_mtp_getobjectproplist_single (PTPParams* params, uint32_t handle, MTPProperties **props, int *nrofprops);
2668 uint16_t ptp_mtp_sendobjectproplist (PTPParams* params, uint32_t* store, uint32_t* parenthandle, uint32_t* handle,
2669  uint16_t objecttype, uint64_t objectsize, MTPProperties *props, int nrofprops);
2670 uint16_t ptp_mtp_setobjectproplist (PTPParams* params, MTPProperties *props, int nrofprops);
2671 
2672 /* Microsoft MTPZ (Zune) extensions */
2673 uint16_t ptp_mtpz_sendwmdrmpdapprequest (PTPParams*, unsigned char *, uint32_t);
2674 #define ptp_mtpz_resethandshake(params) ptp_generic_no_data(params, PTP_OC_MTP_WMDRMPD_EndTrustedAppSession, 0)
2675 uint16_t ptp_mtpz_getwmdrmpdappresponse (PTPParams*, unsigned char **, uint32_t*);
2676 #define ptp_mtpz_wmdrmpd_enabletrustedfilesoperations(params,hash1,hash2,hash3,hash4) \
2677  ptp_generic_no_data(params, PTP_OC_MTP_WMDRMPD_EnableTrustedFilesOperations, 4,\
2678  hash1, hash2, hash3, hash4)
2679 
2680 /* Eastman Kodak extensions */
2681 uint16_t ptp_ek_9007 (PTPParams* params, unsigned char **serial, unsigned int *size);
2682 uint16_t ptp_ek_9009 (PTPParams* params, uint32_t*, uint32_t*);
2683 uint16_t ptp_ek_900c (PTPParams* params, unsigned char **serial, unsigned int *size);
2684 uint16_t ptp_ek_getserial (PTPParams* params, unsigned char **serial, unsigned int *size);
2685 uint16_t ptp_ek_setserial (PTPParams* params, unsigned char *serial, unsigned int size);
2686 uint16_t ptp_ek_settext (PTPParams* params, PTPEKTextParams *text);
2687 uint16_t ptp_ek_sendfileobjectinfo (PTPParams* params, uint32_t* store,
2688  uint32_t* parenthandle, uint32_t* handle,
2689  PTPObjectInfo* objectinfo);
2690 uint16_t ptp_ek_sendfileobject (PTPParams* params, unsigned char* object,
2691  uint32_t size);
2692 uint16_t ptp_ek_sendfileobject_from_handler (PTPParams* params, PTPDataHandler*,
2693  uint32_t size);
2694 
2695 /* Canon PTP extensions */
2696 #define ptp_canon_9012(params) ptp_generic_no_data(params,0x9012,0)
2697 uint16_t ptp_canon_gettreeinfo (PTPParams* params, uint32_t* out);
2698 uint16_t ptp_canon_gettreesize (PTPParams* params, PTPCanon_directtransfer_entry**, unsigned int*cnt);
2699 uint16_t ptp_canon_getpartialobjectinfo (PTPParams* params, uint32_t handle,
2700  uint32_t p2, uint32_t* size, uint32_t* rp2);
2701 
2702 uint16_t ptp_canon_get_mac_address (PTPParams* params, unsigned char **mac);
2715 #define ptp_canon_startshootingmode(params) ptp_generic_no_data(params,PTP_OC_CANON_InitiateReleaseControl,0)
2716 
2729 #define ptp_canon_endshootingmode(params) ptp_generic_no_data(params,PTP_OC_CANON_TerminateReleaseControl,0)
2730 
2741 #define ptp_canon_viewfinderon(params) ptp_generic_no_data(params,PTP_OC_CANON_ViewfinderOn,0)
2742 
2754 #define ptp_canon_viewfinderoff(params) ptp_generic_no_data(params,PTP_OC_CANON_ViewfinderOff,0)
2755 
2767 #define PTP_CANON_RESET_AE 0x1
2768 #define PTP_CANON_RESET_AF 0x2
2769 #define PTP_CANON_RESET_AWB 0x4
2770 #define ptp_canon_reset_aeafawb(params,flags) ptp_generic_no_data(params,PTP_OC_CANON_DoAeAfAwb,1,flags)
2771 uint16_t ptp_canon_checkevent (PTPParams* params,
2772  PTPContainer* event, int* isevent);
2785 #define ptp_canon_focuslock(params) ptp_generic_no_data(params,PTP_OC_CANON_FocusLock,0)
2786 
2798 #define ptp_canon_focusunlock(params) ptp_generic_no_data(params,PTP_OC_CANON_FocusUnlock,0)
2799 
2809 #define ptp_canon_keepdeviceon(params) ptp_generic_no_data(params,PTP_OC_CANON_KeepDeviceOn,0)
2810 
2820 #define ptp_canon_eos_keepdeviceon(params) ptp_generic_no_data(params,PTP_OC_CANON_EOS_KeepDeviceOn,0)
2821 
2838 #define ptp_canon_initiatecaptureinmemory(params) ptp_generic_no_data(params,PTP_OC_CANON_InitiateCaptureInMemory,0)
2839 
2849 #define CANON_EOS_OLC_BUTTON 0x0001
2850 #define CANON_EOS_OLC_SHUTTERSPEED 0x0002
2851 #define CANON_EOS_OLC_APERTURE 0x0004
2852 #define CANON_EOS_OLC_ISO 0x0008
2853 
2854 #define ptp_canon_eos_setrequestolcinfogroup(params,igmask) ptp_generic_no_data(params,PTP_OC_CANON_EOS_SetRequestOLCInfoGroup,1,igmask)
2855 #define ptp_canon_eos_requestdevicepropvalue(params,prop) ptp_generic_no_data(params,PTP_OC_CANON_EOS_RequestDevicePropValue,1,prop)
2856 uint16_t ptp_canon_eos_capture (PTPParams* params, uint32_t *result);
2857 uint16_t ptp_canon_eos_getevent (PTPParams* params, PTPCanon_changes_entry **entries, int *nrofentries);
2858 uint16_t ptp_canon_getpartialobject (PTPParams* params, uint32_t handle,
2859  uint32_t offset, uint32_t size,
2860  uint32_t pos, unsigned char** block,
2861  uint32_t* readnum);
2862 uint16_t ptp_canon_getviewfinderimage (PTPParams* params, unsigned char** image,
2863  uint32_t* size);
2864 uint16_t ptp_canon_getchanges (PTPParams* params, uint16_t** props,
2865  uint32_t* propnum);
2866 uint16_t ptp_canon_getobjectinfo (PTPParams* params, uint32_t store,
2867  uint32_t p2, uint32_t parenthandle,
2868  uint32_t handle,
2869  PTPCANONFolderEntry** entries,
2870  uint32_t* entnum);
2871 uint16_t ptp_canon_eos_getdeviceinfo (PTPParams* params, PTPCanonEOSDeviceInfo*di);
2882 #define ptp_canon_eos_setuilock(params) ptp_generic_no_data(params,PTP_OC_CANON_EOS_SetUILock,0)
2883 
2893 #define ptp_canon_eos_resetuilock(params) ptp_generic_no_data(params,PTP_OC_CANON_EOS_ResetUILock,0)
2894 
2904 #define ptp_canon_eos_start_viewfinder(params) ptp_generic_no_data(params,PTP_OC_CANON_EOS_InitiateViewfinder,0)
2905 
2915 #define ptp_canon_eos_end_viewfinder(params) ptp_generic_no_data(params,PTP_OC_CANON_EOS_TerminateViewfinder,0)
2916 uint16_t ptp_canon_eos_get_viewfinder_image (PTPParams* params, unsigned char **data, unsigned int *size);
2917 uint16_t ptp_canon_eos_get_viewfinder_image_handler (PTPParams* params, PTPDataHandler*);
2918 uint16_t ptp_canon_get_objecthandle_by_name (PTPParams* params, char* name, uint32_t* objectid);
2919 uint16_t ptp_canon_get_directory (PTPParams* params, PTPObjectHandles *handles, PTPObjectInfo **oinfos, uint32_t **flags);
2930 #define ptp_canon_setobjectarchive(params,oid,flags) ptp_generic_no_data(params,PTP_OC_CANON_SetObjectArchive,2,oid,flags)
2931 uint16_t ptp_canon_get_customize_data (PTPParams* params, uint32_t themenr,
2932  unsigned char **data, unsigned int *size);
2933 uint16_t ptp_canon_getpairinginfo (PTPParams* params, uint32_t nr, unsigned char**, unsigned int*);
2934 
2935 uint16_t ptp_canon_eos_getstorageids (PTPParams* params, PTPStorageIDs* storageids);
2936 uint16_t ptp_canon_eos_getstorageinfo (PTPParams* params, uint32_t p1, unsigned char**, unsigned int*);
2937 uint16_t ptp_canon_eos_getpartialobject (PTPParams* params, uint32_t oid, uint32_t off, uint32_t xsize, unsigned char**data);
2938 uint16_t ptp_canon_eos_getobjectinfoex (PTPParams* params, uint32_t storageid, uint32_t objectid, uint32_t unk,
2939  PTPCANONFolderEntry **entries, unsigned int *nrofentries);
2940 uint16_t ptp_canon_eos_setdevicepropvalueex (PTPParams* params, unsigned char* data, unsigned int size);
2941 #define ptp_canon_eos_setremotemode(params,p1) ptp_generic_no_data(params,PTP_OC_CANON_EOS_SetRemoteMode,1,p1)
2942 #define ptp_canon_eos_seteventmode(params,p1) ptp_generic_no_data(params,PTP_OC_CANON_EOS_SetEventMode,1,p1)
2943 
2954 #define ptp_canon_eos_transfercomplete(params,oid) ptp_generic_no_data(params,PTP_OC_CANON_EOS_TransferComplete,1,oid)
2955 /* inHDD = %d, inLength =%d, inReset = %d */
2956 #define ptp_canon_eos_pchddcapacity(params,p1,p2,p3) ptp_generic_no_data(params,PTP_OC_CANON_EOS_PCHDDCapacity,3,p1,p2,p3)
2957 uint16_t ptp_canon_eos_bulbstart (PTPParams* params);
2958 uint16_t ptp_canon_eos_bulbend (PTPParams* params);
2959 uint16_t ptp_canon_eos_getdevicepropdesc (PTPParams* params, uint16_t propcode,
2960  PTPDevicePropDesc *devicepropertydesc);
2961 uint16_t ptp_canon_eos_setdevicepropvalue (PTPParams* params, uint16_t propcode,
2962  PTPPropertyValue* value, uint16_t datatype);
2963 uint16_t ptp_nikon_get_vendorpropcodes (PTPParams* params, uint16_t **props, unsigned int *size);
2964 uint16_t ptp_nikon_curve_download (PTPParams* params,
2965  unsigned char **data, unsigned int *size);
2966 uint16_t ptp_nikon_getptpipinfo (PTPParams* params, unsigned char **data, unsigned int *size);
2967 uint16_t ptp_nikon_getwifiprofilelist (PTPParams* params);
2968 uint16_t ptp_nikon_writewifiprofile (PTPParams* params, PTPNIKONWifiProfile* profile);
2969 
2970 uint16_t ptp_sony_sdioconnect (PTPParams* params, uint32_t p1, uint32_t p2, uint32_t p3);
2971 uint16_t ptp_sony_get_vendorpropcodes (PTPParams* params, uint16_t **props, unsigned int *size);
2972 uint16_t ptp_sony_getdevicepropdesc (PTPParams* params, uint16_t propcode,
2973  PTPDevicePropDesc *devicepropertydesc);
2974 uint16_t ptp_sony_getalldevicepropdesc (PTPParams* params);
2975 uint16_t ptp_sony_setdevicecontrolvaluea (PTPParams* params, uint16_t propcode,
2976  PTPPropertyValue* value, uint16_t datatype);
2977 uint16_t ptp_sony_setdevicecontrolvalueb (PTPParams* params, uint16_t propcode,
2978  PTPPropertyValue* value, uint16_t datatype);
2979 uint16_t ptp_sony_9280 (PTPParams* params, uint32_t additional, uint32_t data1, uint32_t data2, uint32_t data3, uint32_t data4, uint8_t x, uint8_t y);
2980 uint16_t ptp_sony_9281 (PTPParams* params, uint32_t param1);
2992 #define ptp_nikon_deletewifiprofile(params,profilenr) ptp_generic_no_data(params,PTP_OC_NIKON_DeleteProfile,1,profilenr)
2993 
3004 #define ptp_nikon_setcontrolmode(params,mode) ptp_generic_no_data(params,PTP_OC_NIKON_SetControlMode,1,mode)
3005 
3017 #define ptp_nikon_terminatecapture(params,p1,p2) ptp_generic_no_data(params,PTP_OC_NIKON_TerminateCapture,2,p1,p2)
3018 
3028 #define ptp_nikon_afdrive(params) ptp_generic_no_data(params,PTP_OC_NIKON_AfDrive,0)
3029 
3041 #define ptp_nikon_changeafarea(params,x,y) ptp_generic_no_data(params,PTP_OC_NIKON_ChangeAfArea,2,x,y)
3042 
3052 #define ptp_nikon_startmovie(params) ptp_generic_no_data(params,PTP_OC_NIKON_StartMovieRecInCard,0)
3053 
3063 #define ptp_nikon_stopmovie(params) ptp_generic_no_data(params,PTP_OC_NIKON_EndMovieRec,0)
3064 
3074 #define ptp_canon_eos_afdrive(params) ptp_generic_no_data(params,PTP_OC_CANON_EOS_DoAf,0)
3075 
3085 #define ptp_canon_eos_afcancel(params) ptp_generic_no_data(params,PTP_OC_CANON_EOS_AfCancel,0)
3086 
3097 #define ptp_canon_eos_zoom(params,x) ptp_generic_no_data(params,PTP_OC_CANON_EOS_Zoom,1,x)
3098 #define ptp_canon_eos_zoomposition(params,x,y) ptp_generic_no_data(params,PTP_OC_CANON_EOS_ZoomPosition,2,x,y)
3099 
3100 #define ptp_canon_eos_remotereleaseon(params,x,y) ptp_generic_no_data(params,PTP_OC_CANON_EOS_RemoteReleaseOn,2,x,y)
3101 #define ptp_canon_eos_remotereleaseoff(params,x) ptp_generic_no_data(params,PTP_OC_CANON_EOS_RemoteReleaseOff,1,x)
3102 
3114 #define ptp_nikon_mfdrive(params,flag,amount) ptp_generic_no_data(params,PTP_OC_NIKON_MfDrive,2,flag,amount)
3115 
3127 #define ptp_canon_eos_drivelens(params,amount) ptp_generic_no_data(params,PTP_OC_CANON_EOS_DriveLens,1,amount)
3128 
3139 #define ptp_nikon_capture(params,x) ptp_generic_no_data(params,PTP_OC_NIKON_Capture,1,x)
3140 
3155 #define ptp_nikon_capture2(params,af,target) ptp_generic_no_data(params,PTP_OC_NIKON_InitiateCaptureRecInMedia,2,af?0xfffffffe:0xffffffff,target)
3156 
3166 #define ptp_nikon_capture_sdram(params) ptp_generic_no_data(params,PTP_OC_NIKON_AfCaptureSDRAM,0)
3167 
3178 #define ptp_nikon_delete_sdram_image(params,oid) ptp_generic_no_data(params,PTP_OC_NIKON_DelImageSDRAM,1,oid)
3179 
3189 #define ptp_nikon_start_liveview(params) ptp_generic_no_data(params,PTP_OC_NIKON_StartLiveView,0)
3190 uint16_t ptp_nikon_get_liveview_image (PTPParams* params, unsigned char**,unsigned int*);
3191 uint16_t ptp_nikon_get_preview_image (PTPParams* params, unsigned char**, unsigned int*, uint32_t*);
3202 #define ptp_nikon_end_liveview(params) ptp_generic_no_data(params,PTP_OC_NIKON_EndLiveView,0)
3203 uint16_t ptp_nikon_check_event (PTPParams* params, PTPContainer **evt, unsigned int *evtcnt);
3204 uint16_t ptp_nikon_getfileinfoinblock (PTPParams* params, uint32_t p1, uint32_t p2, uint32_t p3,
3205  unsigned char **data, unsigned int *size);
3217 #define ptp_nikon_device_ready(params) ptp_generic_no_data (params, PTP_OC_NIKON_DeviceReady, 0)
3218 uint16_t ptp_mtp_getobjectpropssupported (PTPParams* params, uint16_t ofc, uint32_t *propnum, uint16_t **props);
3219 
3220 
3221 /* Android MTP Extensions */
3222 uint16_t ptp_android_getpartialobject64 (PTPParams* params, uint32_t handle, uint64_t offset,
3223  uint32_t maxbytes, unsigned char** object,
3224  uint32_t *len);
3225 #define ptp_android_begineditobject(params,handle) ptp_generic_no_data (params, PTP_OC_ANDROID_BeginEditObject, 1, handle)
3226 #define ptp_android_truncate(params,handle,offset) ptp_generic_no_data (params, PTP_OC_ANDROID_TruncateObject, 3, handle, (offset & 0xFFFFFFFF), (offset >> 32))
3227 uint16_t ptp_android_sendpartialobject (PTPParams *params, uint32_t handle,
3228  uint64_t offset, unsigned char *object, uint32_t len);
3229 #define ptp_android_endeditobject(params,handle) ptp_generic_no_data (params, PTP_OC_ANDROID_EndEditObject, 1, handle)
3230 
3231 uint16_t ptp_olympus_getdeviceinfo (PTPParams*, PTPDeviceInfo*);
3232 #define ptp_olympus_setcameracontrolmode(params,p1) ptp_generic_no_data (params, PTP_OC_OLYMPUS_SetCameraControlMode, 1, p1)
3233 uint16_t ptp_olympus_opensession (PTPParams*, unsigned char**, unsigned int *);
3234 #define ptp_olympus_capture(params,p1) ptp_generic_no_data (params, PTP_OC_OLYMPUS_Capture, 1, p1)
3235 uint16_t ptp_olympus_getcameraid (PTPParams*, unsigned char**, unsigned int *);
3236 
3237 /* Non PTP protocol functions */
3238 static inline int
3239 ptp_operation_issupported(PTPParams* params, uint16_t operation)
3240 {
3241  unsigned int i=0;
3242 
3243  for (;i<params->deviceinfo.OperationsSupported_len;i++) {
3244  if (params->deviceinfo.OperationsSupported[i]==operation)
3245  return 1;
3246  }
3247  return 0;
3248 }
3249 
3250 int ptp_event_issupported (PTPParams* params, uint16_t event);
3251 int ptp_property_issupported (PTPParams* params, uint16_t property);
3252 
3253 void ptp_free_params (PTPParams *params);
3254 void ptp_free_objectpropdesc (PTPObjectPropDesc*);
3255 void ptp_free_devicepropdesc (PTPDevicePropDesc*);
3256 void ptp_free_devicepropvalue (uint16_t, PTPPropertyValue*);
3257 void ptp_free_objectinfo (PTPObjectInfo *oi);
3258 void ptp_free_object (PTPObject *oi);
3259 
3260 const char *ptp_strerror (uint16_t ret, uint16_t vendor);
3261 void ptp_debug (PTPParams *params, const char *format, ...);
3262 void ptp_error (PTPParams *params, const char *format, ...);
3263 
3264 
3265 const char* ptp_get_property_description(PTPParams* params, uint16_t dpc);
3266 
3267 const char* ptp_get_opcode_name(PTPParams* params, uint16_t opcode);
3268 
3269 int
3270 ptp_render_property_value(PTPParams* params, uint16_t dpc,
3271  PTPDevicePropDesc *dpd, unsigned int length, char *out);
3272 int ptp_render_ofc(PTPParams* params, uint16_t ofc, int spaceleft, char *txt);
3273 int ptp_render_mtp_propname(uint16_t propid, int spaceleft, char *txt);
3274 MTPProperties *ptp_get_new_object_prop_entry(MTPProperties **props, int *nrofprops);
3275 void ptp_destroy_object_prop(MTPProperties *prop);
3276 void ptp_destroy_object_prop_list(MTPProperties *props, int nrofprops);
3277 MTPProperties *ptp_find_object_prop_in_cache(PTPParams *params, uint32_t const handle, uint32_t const attribute_id);
3278 uint16_t ptp_remove_object_from_cache(PTPParams *params, uint32_t handle);
3279 uint16_t ptp_add_object_to_cache(PTPParams *params, uint32_t handle);
3280 uint16_t ptp_object_want (PTPParams *, uint32_t handle, unsigned int want, PTPObject**retob);
3281 void ptp_objects_sort (PTPParams *);
3282 uint16_t ptp_object_find (PTPParams *params, uint32_t handle, PTPObject **retob);
3283 uint16_t ptp_object_find_or_insert (PTPParams *params, uint32_t handle, PTPObject **retob);
3284 /* ptpip.c */
3285 void ptp_nikon_getptpipguid (unsigned char* guid);
3286 
3287 /* CHDK specifics */
3288 #define PTP_OC_CHDK 0x9999
3290  long live_image_buffer_width;
3291  long live_image_width;
3292  long live_image_height;
3293  long bitmap_buffer_width;
3294  long bitmap_width;
3295  long bitmap_height;
3296  unsigned palette[16];
3298 
3299 /* Nafraf: Test this!!!*/
3300 #define ptp_chdk_switch_mode(params,mode) ptp_generic_no_data(params,PTP_OC_CHDK,2,PTP_CHDK_SwitchMode,mode)
3301 
3302 /* include CHDK ptp protocol definitions from a CHDK source tree */
3303 #include "chdk_ptp.h"
3304 #if (PTP_CHDK_VERSION_MAJOR < 2 || (PTP_CHDK_VERSION_MAJOR == 2 && PTP_CHDK_VERSION_MINOR < 5))
3305 #error your chdk headers are too old, unset CHDK_SRC_DIR in config.mk
3306 #endif
3307 #include "chdk_live_view.h"
3308 
3309 /* the following happens to match what is used in CHDK, but is not part of the protocol */
3310 typedef struct {
3311  unsigned size;
3312  unsigned script_id; /* id of script message is to/from */
3313  unsigned type;
3314  unsigned subtype;
3315  char data[];
3317 
3318 /*
3319 chunk for remote capture
3320 */
3321 typedef struct {
3322  uint32_t size; /* length of data */
3323  int last; /* is it the last chunk? */
3324  uint32_t offset; /* offset within file, or -1 */
3325  unsigned char *data; /* data, must be free'd by caller when done */
3327 
3328 
3329 uint16_t ptp_chdk_get_memory(PTPParams* params, int start, int num, unsigned char **);
3330 uint16_t ptp_chdk_set_memory_long(PTPParams* params, int addr, int val);
3331 int ptp_chdk_upload(PTPParams* params, char *local_fn, char *remote_fn);
3332 uint16_t ptp_chdk_download(PTPParams* params, char *remote_fn, PTPDataHandler *handler);
3333 
3334 /* remote capture */
3335 uint16_t ptp_chdk_rcisready(PTPParams* params, int *isready,int *imgnum);
3336 uint16_t ptp_chdk_rcgetchunk(PTPParams* params,int fmt, ptp_chdk_rc_chunk *chunk);
3337 
3338 uint16_t ptp_chdk_exec_lua(PTPParams* params, char *script, int flags, int *script_id,int *status);
3339 uint16_t ptp_chdk_get_version(PTPParams* params, int *major, int *minor);
3340 uint16_t ptp_chdk_get_script_support(PTPParams* params, unsigned *status);
3341 uint16_t ptp_chdk_get_script_status(PTPParams* params, unsigned *status);
3342 uint16_t ptp_chdk_write_script_msg(PTPParams* params, char *data, unsigned size, int target_script_id, int *status);
3343 uint16_t ptp_chdk_read_script_msg(PTPParams* params, ptp_chdk_script_msg **msg);
3344 uint16_t ptp_chdk_get_live_data(PTPParams* params, unsigned flags, unsigned char **data, unsigned int *data_size);
3345 uint16_t ptp_chdk_call_function(PTPParams* params, int *args, int size, int *ret);
3346 
3347 /*uint16_t ptp_chdk_get_script_output(PTPParams* params, char **output ); */
3348 /*uint16_t ptp_chdk_get_video_settings(PTPParams* params, ptp_chdk_videosettings* vsettings);*/
3349 
3350 #ifdef __cplusplus
3351 }
3352 #endif /* __cplusplus */
3353 
3354 #endif /* __PTP_H__ */
Definition: ptp.h:3321
Definition: ptp.h:1181
Definition: ptp.h:923
Definition: ptp.h:2346
Definition: ptp.h:1138
Definition: ptp.h:1225
Definition: ptp.h:1275
Definition: ptp.h:1280
Definition: ptp.h:151
Definition: ptp.h:2315
Definition: ptp.h:1204
Definition: ptp.h:1233
Definition: ptp.h:865
Definition: ptp.h:1121
Definition: ptp.h:110
Definition: ptp.h:121
Definition: ptp.h:911
Definition: ptp.h:1197
Definition: ptp.h:1112
Definition: ptp.h:1146
Definition: ptp.h:1211
Definition: ptp.h:897
Definition: ptp.h:1300
Definition: ptp.h:1101
Definition: ptp.h:2364
Definition: ptp.h:1162
Definition: ptp.h:50
Definition: ptp.h:890
Definition: ptp.h:2377
void ptp_nikon_getptpipguid(unsigned char *guid)
Definition: libmtp.c:9133
Definition: ptp.h:1129
Definition: ptp.h:3289
Definition: ptp.h:3310
Definition: ptp.h:89
Definition: ptp.h:1291