blob: 236ee9bb414d277252fc73891b37c9e7e628f44b [file] [log] [blame]
Linus Walleij338ade42007-07-03 20:44:08 +000012007-07-03 Linus Walleij <triad@df.lth.se>
2
3 * src/libmtp.c: use the params->proplist metadata cache. Help
4 rid all flush_handles() you can in order to add even more to
5 the efficiency of the cache.
6
Linus Walleijf0bf4372007-07-01 21:47:38 +000072007-07-01 Linus Walleij <triad@df.lth.se>
8
9 * src/ptp.c: sync to upstream gPhoto source.
10 * src/ptp.h: dito.
11 * src/ptp-pack.c: dito.
12 * src/libmtp.c: use the params->objectinfo object info cache to
13 speed things up considerably. This is exactly what libgphoto2
14 does so now we move closer to upstream. I believe this also
15 fixes quite a few memory leaks because we weren't freeing the
16 strings inside the objectinfo previously.
17
Linus Walleije60d56b2007-05-28 22:13:12 +0000182007-05-29 Linus Walleij <triad@df.lth.se>
19
20 * src/libmtp.c: use the set object prop list command to set album
21 props if available. Follow metadata set design pattern used for
22 tracks; check first if the object type can set name/artist/genre.
23
jefferaif28f2a12007-05-24 23:07:41 +0000242007-05-24 Jeff Mitchell <me@jefferai.com>
25
Linus Walleije60d56b2007-05-28 22:13:12 +000026 * hotplug.sh.in: Properly install the HAL FDI rules if
jefferaie3f1bba2007-05-24 23:27:13 +000027 the user so chooses to when prompted.
28
292007-05-24 Jeff Mitchell <me@jefferai.com>
30
Linus Walleije60d56b2007-05-28 22:13:12 +000031 * examples/hotplug.c: Fix/update HAL output to conform
jefferaif28f2a12007-05-24 23:07:41 +000032 to new specs. Fix whitespacing to be consistent.
33
Richard Low34a624a2007-05-17 12:32:35 +0000342007-05-17 Richard Low <richard@wentnet.com>
35
36 * src/libusb-glue.c: added Samsung YH-920
37
Linus Walleij99466e32007-05-11 21:42:53 +0000382007-05-11 Linus Walleij <triad@df.lth.se>
39
40 * examples/hotplug.c: output a usb.ids map if need be.
41 * sync-usbids.sh: script to assist in comparing our device
42 database to the linux-usb database so we can submit new
43 entries to it more easily. Please extend this until it
44 creates automated diff:s if you can!
45
Linus Walleij229b24b2007-05-09 22:10:55 +0000462007-05-10 Linus Walleij <triad@df.lth.se>
47
48 * src/libusb-glue.c: some new devices, some rewording etc.
49
Linus Walleij4fa9d5e2007-05-05 20:35:56 +0000502007-05-05 Linus Walleij <triad@df.lth.se>
51
52 * src/libusb-glue.h: removed the DUALMODE flag, it's pointless and
53 equal to the problem solved by the UNLOAD_DRIVER flag.
54 * src/libusb-glue.c: dito, move the only DUALMODE flag into an
Linus Walleij1327a852007-05-06 19:47:38 +000055 UNLOAD_DRIVER flag. Added Archos Gmini.
Linus Walleij4fa9d5e2007-05-05 20:35:56 +000056
Richard Low6711f442007-05-05 19:00:59 +0000572007-05-05 Richard Low <richard@wentnet.com>
58
59 * src/libusb-glue.c: added Philips PSA610
60 * src/libmtp.c: code to recursively get object handles for each
61 assoc.
Linus Walleij4fa9d5e2007-05-05 20:35:56 +000062 * src/ptp.h: ditto
Richard Low6711f442007-05-05 19:00:59 +000063
Richard Low1869d272007-04-28 13:55:17 +0000642007-04-28 Richard Low <richard@wentnet.com>
65
66 * src/libusb-glue.c: new device
67
Linus Walleijeccaae02007-04-26 08:19:03 +0000682007-04-26 Linus Walleij <triad@df.lth.se>
69
Linus Walleij4fa9d5e2007-05-05 20:35:56 +000070 * src/libusb-glue.c: memory leak: dangling, unused pointer killed.
Linus Walleijeccaae02007-04-26 08:19:03 +000071
Linus Walleijadce4a52007-04-23 07:28:11 +0000722007-04-23 Linus Walleij <triad@df.lth.se>
73
74 * src/libmtp.h.in: extend LIBMTP_album_t to include fields for
75 artist and genre. This is sort of required so we must change
76 the API to have it working properly.
77 * src/libmtp.c: dito. Reflect changes in implementation.
78
Linus Walleij953504f2007-04-18 19:01:11 +0000792007-04-18 Linus Walleij <triad@df.lth.se>
80
81 * src/ptp.c: sync to upstream gPhoto source.
82 * src/ptp.h: dito.
83
Richard Low3637e1a2007-04-17 21:25:10 +0000842007-04-17 Richard Low <richard@wentnet.com>
85
86 * src/libusb-glue.c: new device
87
Richard Low856f3452007-04-13 11:21:26 +0000882007-04-13 Richard Low <richard@wentnet.com>
89
90 * src/libusb-glue.c: new devices
91
Linus Walleijfd531632007-04-12 19:49:58 +0000922007-04-12 Linus Walleij <triad@df.lth.se>
93
94 * examples/hotplug.c: fix GOTO style in udev map.
95
Linus Walleije73f74a2007-04-02 08:51:35 +0000962007-04-02 Linus Walleij <triad@df.lth.se>
97
98 * examples/files.c: some WIN32 64bit prefix fixup.
99 * examples/tracks.c: dito.
100
tedbullockcd9f4992007-03-29 06:00:40 +00001012007-03-28 Ted Bullock <tbullock@canada.com>
102
Linus Walleije73f74a2007-04-02 08:51:35 +0000103 * examples/*.c: Print library version number on execution of examples.
104 * src/libmtp.h.in: New version number string to aid version echoing.
tedbullockcd9f4992007-03-29 06:00:40 +0000105
Linus Walleij3968f362007-03-26 19:50:05 +00001062007-03-26 Linus Walleij <triad@df.lth.se>
107
108 * configure.ac: bump version to 0.1.5, release 0.1.5!
109 * src/Makefile.am: bump lib interface revision to libmtp.so.5.2.1,
110 backwards compatible to libmtp.so.5.
111
Richard Low057ea772007-03-24 13:37:38 +00001122007-03-24 Richard Low <richard@wentnet.com>
113
114 * src/libusb-glue.c: fixed bug in zero read code
115
Linus Walleije7df6532007-03-23 08:20:06 +00001162007-03-23 Linus Walleij <triad@df.lth.se>
117
118 * src/libmtp.c: refactored MTP property list handling code to make
119 things simple. Removed the flag for MTP enhanced: there are devices
Linus Walleij3968f362007-03-26 19:50:05 +0000120 that will not work without MTP enhanced (for example the Samsung
121 YP-K5 will only support setting object property lists, not
122 individual object properties, leaving out parts of the MTP basic
123 subset), thus we are allowed to reverse-engineer and implement this
124 for interoperability. I also made the output from
125 LIBMTP_Dump_Device_Info() considerably more verbose, plotting out
126 the ranges and possible enumerated values of all object properties.
127 For example you can see that the secret values associated with
128 Audible.com property 0xda01 is an enumerated value that can be
129 2, 3 or 4 (etc).
Linus Walleije7df6532007-03-23 08:20:06 +0000130
Richard Low15731fe2007-03-22 20:27:20 +00001312007-03-22 Richard Low <richard@wentnet.com>
132
133 * src/ptp.c: PTP_OC_MTP_SetObjPropList implementation
134 * src/ptp.h: ditto
135 * src/libmtp.c: Use PTP_OC_MTP_SetObjPropList when updating track
136 metadata.
137
Richard Lowbf2675c2007-03-18 18:20:26 +00001382007-03-18 Richard Low <richard@wentnet.com>
139
140 * src/libusb-glue.c: new devices. Some of the Samsung players may
Richard Low6c8fea42007-03-18 19:11:52 +0000141 need DEVICE_FLAG_NO_ZERO_READS to be set - I only know the YP-K5
142 needs it.
Richard Lowbf2675c2007-03-18 18:20:26 +0000143
Linus Walleij2be40c72007-03-16 15:19:44 +00001442007-03-16 Linus Walleij <triad@df.lth.se>
145
146 * src/libusb-glue.h: introducing yet another device flag for the
147 irivers bugged firmwares, this is for the Alzheimer disease that
148 cause irivers to forget that OGG files are OGG files.
149 * src/libmtp.c: dito.
150 * src/libusb-glue.c: introduce this flag for all iriver devices.
151 * examples/pathutils.c: found a (small) bug.
152
Linus Walleijd1292842007-03-12 11:52:00 +00001532007-03-12 Linus Walleij <triad@df.lth.se>
154
155 * Makefile.am: cleanup patch from Rafael Laboissiere.
Linus Walleija4942fc2007-03-12 19:23:21 +0000156 * src/libusb-glue.c: refactored device detection code to
157 immediately test if the device is in the known devices list if it
158 does not feature a MTP device descriptor. This fixes the problem
159 of not being able to mix devices with proper descriptors and
160 non-detected devices.
Linus Walleijd1292842007-03-12 11:52:00 +0000161
Linus Walleijc2c96972007-03-07 08:12:31 +00001622007-03-07 Linus Walleij <triad@df.lth.se>
163
164 * src/libusb-glue.c: remove libgphoto2 functions that we
165 don't use.
Linus Walleij45a86372007-03-07 09:36:19 +0000166 * src/libusb-glue.h: export the free_mtpdevice_list() function,
167 new signature of find_usb_devices().
168 * src/libmtp.c: shrink code, pass as list of devices instead of
169 several huge arrays between libmtp.c and USB glue layer in
170 libusb-glue.c using the nifty list struct defined in libusb-glue.h.
Linus Walleijd24a7ab2007-03-07 21:48:43 +0000171 * Eventually release libmtp 0.1.4.
Linus Walleijc2c96972007-03-07 08:12:31 +0000172
Linus Walleijbfcb7922007-03-06 20:14:04 +00001732007-03-06 Linus Walleij <triad@df.lth.se>
174
175 * src/libusb-glue.c: rewrote one more function to be
176 non-recursive, perhaps I found the remaining bug, just
177 cannot see that right now, will test tomorrow.
178
Linus Walleijf27d1cd2007-03-05 14:23:00 +00001792007-03-05 Linus Walleij <triad@df.lth.se>
180
181 * src/libmtp.c: rewrite recursive function to linear.
182 * src/libusb-glue.h: create a wrapper type for the
183 device list instead of abusing the libusb device "next"
184 field in our code.
185 * src/libusb-glue.c: rewrite all recursive functions to
186 linear, use wrapper objects, don't copy the libusb device
187 struct, instead just store a pointer to it. This magically
188 solved a bug...
189
Linus Walleij82265222007-03-04 19:47:08 +00001902007-03-04 Linus Walleij <triad@df.lth.se>
191
192 * src/Makefile.am: bump library interface to libmtp.so.5.2.0
193 backwards compatible with any libmtp.so.5 interface, for
194 imminent libmtp 0.1.4 release.
195
tedbullock848009b2007-03-03 23:20:12 +00001962007-03-03 Ted Bullock <tbullock@canada.com>
tedbullock36f2afb2007-03-03 22:16:44 +0000197
198 * src/libusb-glue.c: Don't echo warnings about reading a single
Linus Walleij82265222007-03-04 19:47:08 +0000199 extra byte on devices in which DEVICE_FLAG_NO_ZERO_READS has
200 been set
tedbullock848009b2007-03-03 23:20:12 +0000201 * src/libmtp.c: New API function to retrieve the number of devices
Linus Walleij82265222007-03-04 19:47:08 +0000202 in a list of connected devices
tedbullock848009b2007-03-03 23:20:12 +0000203 * src/libmtp.h: New API function to retrieve the number of devices
Linus Walleij82265222007-03-04 19:47:08 +0000204 in a list of connected devices
tedbullock848009b2007-03-03 23:20:12 +0000205 * examples/detect.c: Use new API function to count number of devices
Linus Walleij82265222007-03-04 19:47:08 +0000206 that were detected
tedbullock36f2afb2007-03-03 22:16:44 +0000207
tedbullock848009b2007-03-03 23:20:12 +00002082007-03-03 Linus Walleij <triad@df.lth.se>
Linus Walleij049f50c2007-03-03 20:30:43 +0000209
210 * src/libusb-glue.h: Tiresome ramblings to explain exactly what
tedbullock848009b2007-03-03 23:20:12 +0000211 the (now renamed) device flag DEVICE_FLAG_NO_ZERO_READS really
Linus Walleij049f50c2007-03-03 20:30:43 +0000212 means.
213 * src/libusb-glue.c: Renamed flag. Indent code :-) Reading the code
214 and being impressed by our ability to iron out the root cause
Linus Walleij4cec9872007-03-03 21:00:53 +0000215 of this kinda weird thing... Fix a few compile warnings.
Linus Walleij049f50c2007-03-03 20:30:43 +0000216
Richard Low4fd59d62007-03-03 16:34:37 +00002172007-03-03 Richard Low <richard@wentnet.com>
218
219 * src/libusb-glue.c: (hopefully) fixed iRiver read errors. Enabled
220 get object prop lists for Clix since it appears to work.
221 * src/libusb-glue.h: ditto
222 * src/ptp.h: ditto
223
Linus Walleij8a5b8852007-02-28 14:25:39 +00002242007-02-28 Linus Walleij <triad@df.lth.se>
225
226 * src/ptp.h: Upstream accepted our patch so synced it in.
227
Linus Walleij07fde342007-02-27 06:09:46 +00002282007-02-27 Linus Walleij <triad@df.lth.se>
229
230 * src/ptp.c: Synced in upstream version which removes the
231 offending line.
Linus Walleij56b037f2007-02-27 08:04:01 +0000232 * src/libmtp.c: replaces strcmp() for strcasecmp() in folder
233 detection since Windows and some devices (such as iRivers)
234 ignore case and user capital letters for default folders.
Linus Walleij07fde342007-02-27 06:09:46 +0000235
tedbullock6c060952007-02-26 19:07:23 +00002362007-02-22 Ted Bullock <tbullock@canada.com>
237
Linus Walleij07fde342007-02-27 06:09:46 +0000238 * src/ptp.c: Comment out line in ptp_exit_fd_handler that was
239 closing a file descriptor. This is not the responsibility of
240 the PTP Layer. Defect and solution found by Rob Reardon
tedbullock6c060952007-02-26 19:07:23 +0000241
Linus Walleij304433d2007-02-26 08:02:47 +00002422007-02-26 Linus Walleij <triad@df.lth.se>
243
Linus Walleij07fde342007-02-27 06:09:46 +0000244 * src/libmtp.c: Implement a check for PTP_OC_MTP_SetObjectPropValue
245 in the LIBMTP_Update_Track_Metadata() function, there are
246 obviously devices that do not support this, but only
247 PTP_OC_MTP_SetObjPropList instead (such as the Samsung YH 925-GS),
248 but we haven't implemented that yet. Problems are
Linus Walleij304433d2007-02-26 08:02:47 +0000249 atleast reported correctly now.
250
Richard Low4eb01122007-02-24 10:11:32 +00002512007-02-24 Richard Low <richard@wentnet.com>
252
253 * src/libusb-glue.c: Fix incorrect transfer sizes causing zero
254 write issues
255
Linus Walleij039d1dd2007-02-23 22:34:07 +00002562007-02-23 Linus Walleij <triad@df.lth.se>
257
258 * src/libmtp.c: Undeprecate getting first device code.
259
Richard Low0f794762007-02-23 22:06:27 +00002602007-02-23 Richard Low <richard@wentnet.com>
261
262 * src/libmtp.c: Fix crash when no devices connected
263
tedbullock2b45f2e2007-02-23 20:16:37 +00002642007-02-23 Ted Bullock <tbullock@canada.com>
265
266 * examples/detect.c: Stub out probe functionality
Richard Low0f794762007-02-23 22:06:27 +0000267 * src/libusb-glue.c: Remove old uni-device cruft code
268 * src/libusb-glue.h: Remove old uni-device cruft code
tedbullock433d2172007-02-23 22:39:12 +0000269 * Replace LIBMTP_ERROR_N0_DEVICE_ATTACHED with
270 LIBMTP_ERROR_NO_DEVICE_ATTACHED across entire project
tedbullock2b45f2e2007-02-23 20:16:37 +0000271
tedbullock20eb8202007-02-23 00:33:36 +00002722007-02-22 Ted Bullock <tbullock@canada.com>
273
274 * examples/albums.c: Updated to use new multi device code
tedbullock51649202007-02-23 03:04:33 +0000275 * examples/tracks.c: Updated to use new multi device code
276 * examples/files.c: Updated to use new multi device code
tedbullock20eb8202007-02-23 00:33:36 +0000277
tedbullocke7713642007-02-18 23:10:09 +00002782007-02-18 Ted Bullock <tbullock@canada.com>
279
280 * src/libmtp.c: Altered the function LIBMTP_Get_First_Device
Linus Walleij039d1dd2007-02-23 22:34:07 +0000281 to wrap around the multi device API. Also added deprecation
282 warnings to avoid using this function
tedbullocke7713642007-02-18 23:10:09 +0000283
Richard Lowd284f072007-02-17 08:52:41 +00002842007-02-17 Richard Low <richard@wentnet.com>
285
Richard Low02724f62007-02-17 09:47:26 +0000286 * src/libusb-glue.c: Debug output fixes and read/write sizes changed
Richard Low507e7fe2007-02-17 09:04:42 +0000287 * src/libmtp.c: memset params to 0 to avoid freeing unalloced
288 memory
Richard Low02724f62007-02-17 09:47:26 +0000289 * src/ptp.h: read/write sizes changed
Richard Lowd284f072007-02-17 08:52:41 +0000290
rreardonbc730092007-02-15 14:32:20 +00002912007-02-15 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardon34511b12007-02-15 14:27:56 +0000292
293 * src/libmtp.c: Fix a segfault in new error handling code.
294
Linus Walleij68b19c02007-02-15 11:50:37 +00002952007-02-15 Linus Walleij <triad@df.lth.se>
296
297 * src/libmtp.c: Adding some sanity checks to error stack code.
Linus Walleij3d78c4c2007-02-15 12:18:12 +0000298 * examples/newplaylist.c: LGPL boilerplate, crediting Robert.
299 * examples/playlists.c: LGPL boilerplate.
300 * examples/sendfile.c: LGPL boilerplate, crediting me and Chris.
301 * examples/sendtr.c: LGPL boilerplate, crediting me, Chris,
302 Shaun, Enrique.
303 * examples/thumb.c: LGPL boilerplate, crediting Robert.
304 * examples/tracks.c: LGPL boilerplate.
305 * examples/trexist.c: LGPL boilerplate, crediting noone.
Linus Walleij68b19c02007-02-15 11:50:37 +0000306
tedbullock69a445b2007-02-15 07:41:04 +00003072007-02-15 Ted Bullock <tbullock@canada.com>
308
309 * examples/folders.c: Updated to use new multi device code
310 * src/libmtp.c: Fixed potential memory leaks
Linus Walleij57c2eff2007-02-15 12:02:04 +0000311 * src/libusb-glue.c: Fixed potential memory leaks and fixed device
312 release segfault for multiple devices
tedbullock69a445b2007-02-15 07:41:04 +0000313
tedbullock0f033cb2007-02-14 20:56:54 +00003142007-02-14 Ted Bullock <tbullock@canada.com>
315
Linus Walleij57c2eff2007-02-15 12:02:04 +0000316 * src/libusb-glue.c: Wrote three new recursive functions to avoid
317 extreme levels of multiple indirection and to clean the code up
318 a bit for multiple devices.
319 * examples/detect.c: Adjusted function calls to use new multiple
320 device code.
tedbullock0f033cb2007-02-14 20:56:54 +0000321 * src/libmtp.h.in: Added prototype for LIBMTP_Release_Device_List
322
Linus Walleij2d3f7b82007-02-14 09:24:20 +00003232007-02-12 Ted Bullock <tbullock@canada.com>
324
325 * src/libmtp.c: Two new functions (create_usb_mtp_devices and
Linus Walleij57c2eff2007-02-15 12:02:04 +0000326 LIBMTP_Get_Connected_Devices) to add support for multiple devices
327 to client applications
Linus Walleij2d3f7b82007-02-14 09:24:20 +0000328 * src/libmtp.h: Added LIBMTP_Get_Connected_Devices as a publicly
Linus Walleij57c2eff2007-02-15 12:02:04 +0000329 accessible function
Linus Walleij2d3f7b82007-02-14 09:24:20 +0000330 *libusb-glue.c: Renamed connect_mtp_devices to find_usb_devices
331 *libusb-glue.h: Renamed connect_mtp_devices to find_usb_devices
332
Linus Walleij2a1e3a42007-02-12 08:18:31 +00003332007-02-09 Ted Bullock <tbullock@canada.com>
334
335 * src/libusb-glue.c: Addressed a number of potential memory leaks in
Linus Walleij57c2eff2007-02-15 12:02:04 +0000336 the new multiple device code
Linus Walleij2a1e3a42007-02-12 08:18:31 +0000337
Linus Walleij7b7a0e22007-02-05 18:22:27 +00003382007-02-05 Linus Walleij <triad@df.lth.se>
339
340 * src/libmtp.h.in: LGPL boilerplate.
341 * src/libusb-glue.h: LGPL boilerplate.
342 * src/unicode.h: LGPL boilerplate.
343 * src/util.h: LGPL boilerplate.
Linus Walleij543badf2007-02-05 19:07:38 +0000344 * examples/albumart.c: LGPL boilerplate, crediting Andy.
345 * examples/pathutils.h: LGPL boilerplate, crediting Chris.
346 * examples/pathutils.c: LGPL boilerplate, crediting me and Chris.
347 * examples/common.h: LGPL boilerplate.
348 * examples/albums.c: LGPL boilerplate, crediting Chris.
349 * examples/connect.c: LGPL boilerplate, crediting Chris.
350 * examples/delfile.c: LGPL boilerplate, crediting me and Chris.
351 * examples/detect.c: LGPL boilerplate.
352 * examples/emptyfolders.c: LGPL boilerplate, crediting Andy.
353 * examples/files.c: LGPL boilerplate.
354 * examples/folders.c: LGPL boilerplate.
355 * examples/format.c: LGPL boilerplate.
356 * examples/getfile.c: LGPL boilerplate, crediting me and Chris.
357 * examples/getplaylist.c: LGPL boilerplate.
358 * examples/hotplug.c: LGPL boilerplate, crediting me and Marcus.
359 * examples/newfolder.c: LGPL boilerplate, crediting me and Chris.
Linus Walleij7b7a0e22007-02-05 18:22:27 +0000360
Linus Walleija8a19cc2007-02-02 22:13:17 +00003612007-02-02 Linus Walleij <triad@df.lth.se>
362
363 * src/ptp.c: sync upstream.
364 * src/ptp.h: dito.
365 * src/ptp-pack.c: dito.
366 * src/libmtp.c: make changes necessary to handle
367 the new iconv(3) code in ptp-pack.c. People will have to
Linus Walleij073c4172007-02-02 22:26:33 +0000368 use recent stdlibc, glibc or libiconv. Also call new memory
Linus Walleij2f45d222007-02-02 22:47:39 +0000369 clean-up functions. Fix LGPL boilerplate text.
370 * src/unicode.c: Fix LGPL boilerplate text.
371 * src/utils.c: Fix LGPL boilerplate text.
372 * src/libusb-glue.c: Fix LGPL boilerplate text.
Linus Walleija8a19cc2007-02-02 22:13:17 +0000373
Linus Walleij550d6d52007-01-24 14:32:51 +00003742007-01-24 Ted Bullock <tbullock@canada.com>
375
376 * src/libusb-glue.c: new function to retrieve multiple device
377 instances.
378 * src/libusb-glue.h: dito.
379 * src/libmtp.h.in: new error codes.
380
Linus Walleij070e9b42007-01-22 08:49:28 +00003812007-01-22 Linus Walleij <triad@df.lth.se>
382
383 * examples/albumart.c: use the new errostack.
384 * examples/delfile.c: dito.
385 * examples/detect.c: dito.
386 * examples/emptyfolders.c: dito.
387 * examples/format.c: dito.
388 * examples/getfile.c: dito.
389 * examples/getplaylist.c: dito.
390 * examples/newfolder.c: dito.
391 * examples/newplaylist.c: dito.
392 * examples/playlists.c: dito.
393 * examples/sendfile.c: dito.
394 * examples/sendtr.c: dito.
395 * examples/thumb.c: dito.
396 * src/libmtp.c: add some errors to the stack so we can
397 see how it's to be used. (Just a first try...)
Linus Walleij552ba322007-01-22 11:49:59 +0000398 * src/libusb-glue.c: move the LIBMTP_Get_Supported_Devices()
399 function into this file cause it only return USB devices
400 anyway and could be renamed LIBMTP_Get_Supported_USB_Devices()
401 (but let's not do that renaming since it would break the API).
402 For now let's understand this is a USB-only function by
403 simply putting it in the libusb-glue.c file.
Linus Walleij070e9b42007-01-22 08:49:28 +0000404
4052007-01-22 Ted Bullock <tbullock@canada.com>
406
407 * src/libusb-glue.c: first hack at creating an interface
408 to retrieve multiple devices.
409 * src/libmtp.h.in: new error codes related to multiple devices.
410
Richard Low7059ed42007-01-21 09:33:34 +00004112007-01-21 Richard Low <richard@wentnet.com>
412
413 * src/libusb-glue.c: more new devices
414
Linus Walleij2715c442007-01-20 22:35:29 +00004152007-01-20 Linus Walleij <triad@df.lth.se>
416
417 * src/libmtp.h.in: error stack handling like in libnjb.
418 just bare bones implementation as of now but the idea
419 should be clearly visible. TODO: add a plethora of
420 errors and adjust examples to make use of the error
421 stack.
422 * src/libmtp.c: dito.
423
Richard Lowa98d0542007-01-20 12:31:07 +00004242007-01-20 Richard Low <richard@wentnet.com>
425
426 * src/libusb-glue.c: new device 'Philips PSA235'
427
Linus Walleij85a4c032007-01-16 20:42:18 +00004282007-01-16 Linus Walleij <triad@df.lth.se>
429
430 * configure.ac: bump and release 0.1.3.
431 * src/Makefile.am: bump interface REVISION. Nothing changed
432 externally really.
433
Linus Walleijd85d2bb2007-01-11 21:32:48 +00004342007-01-11 Linus Walleij <triad@df.lth.se>
435
436 * src/libmtp.sym: updated symbol table for mingw32 but does
437 anyone use this? Also I believe one could auto-generate
438 this some way, just haven't figured out how... Perhaps with
439 a funky script that massage libmtp.h if nothing else.
440
Richard Low4df32f82007-01-11 20:04:39 +00004412007-01-11 Richard Low <richard@wentnet.com>
442
443 * src/libusb-glue.c: a zero read fix
444 * src/libmtp.c: fix spelling mistake
445
Linus Walleijc49c6372007-01-09 00:18:51 +00004462007-01-09 Linus Walleij <triad@df.lth.se>
447
448 * src/libusb-glue.c: repair callbacks, structure the code just
449 a little bit.
450 * src/libmtp.c: don't assign values to writes or reads, use the
451 PTP transport intrinsics instead.
452
Linus Walleij15af8532007-01-07 12:45:20 +00004532007-01-07 Orson Teodoro <orsonteodoro@yahoo.com>
454
455 * src/ptp.h: Encoding profile.
456 * src/ptp.c: Dito.
457
Linus Walleij58b62792007-01-07 12:38:59 +00004582006-01-07 Linus Walleij <triad@df.lth.se>
459
460 * src/libusb-glue.c: (re)introduce de-halting of endpoints
461 as this is needed by VMWare emulation. Must check whether
Linus Walleijb97379b2007-01-07 12:42:20 +0000462 this causes problems for other archs! Problem was reported
463 by Orson Teodoro under i686 Gentoo, with a suggested patch.
Linus Walleij58b62792007-01-07 12:38:59 +0000464
Linus Walleija0323272007-01-07 12:21:30 +00004652006-01-07 Marcus Meissner <meissner@suse.de>
466
467 * src/ptp.c: sync to upstream libgphoto2.
468 * src/ptp.h: dito.
469 * src/ptp-pack.c: dito.
470 * libusb-glue.c: fixes to move low-level functions
471 out of ptp.c and into this libmtp-specific portion.
472 libgphoto2 has been similarly altered to use a usb.c
473 file for the low-level stuff. (This was a long needed
474 split anyway.)
475
Linus Walleij58b62792007-01-07 12:38:59 +00004762007-01-03 Richard Low <richard@wentnet.com>
Richard Low68f45882007-01-03 10:08:31 +0000477
478 * src/libusb-glue.c: fix zero write bug
Richard Lowef05b892007-01-03 21:18:56 +0000479 * src/ptp.c: ditto
Richard Low68f45882007-01-03 10:08:31 +0000480
Linus Walleij99ed83c2007-01-02 18:46:02 +00004812007-01-02 Linus Walleij <triad@df.lth.se>
482
483 * src/libusb-glue.c: fix up comments, remove things
484 refering to stuff we don't have.
485
Richard Lowb89ea942007-01-02 11:47:19 +00004862007-01-02 Richard Low <richard@wentnet.com>
487
488 * src/libmtp.c: another try at split headers/packet sizes
489 * src/ptp.c: ditto
490 * src/libusb-glue.c: ditto
491
Linus Walleijc70a6df2007-01-01 22:19:08 +00004922007-01-01 Linus Walleij <triad@df.lth.se>
493
494 * src/libmtp.c: move default setting of split headers
495 off to ptp.c open session.
496 * src/ptp.c: dito.
497
Richard Low021421e2007-01-01 18:08:57 +00004982007-01-01 Richard Low <richard@wentnet.com>
499
500 * src/libmtp.c: split headers/packet size fix
501 * src/ptp.c: ditto
502 * src/ptp.h: ditto
503 * src/libusb-glue.c: ditto
504
Linus Walleijfa2d1d12007-01-01 17:08:13 +00005052007-01-01 Orson Teodoro <orsonteodoro@yahoo.com>
506
507 * src/ptp.h: changed some WMDRMND def codes to AAVT def codes.
508 addition of AAVT error codes.
509 * src/ptp.c: changes to reflect modifications done in ptp.h
510
Linus Walleija5ab8c42006-12-31 09:25:36 +00005112006-12-31 Linus Walleij <triad@df.lth.se>
512
513 * configure.ac: bump to 0.1.2.
514 * src/Makefile.am: bump interface revision. (Compatible.)
515 * RELEASE 0.1.2.
516
Linus Walleij02ee8802006-12-30 17:27:58 +00005172006-12-30 Linus Walleij <triad@df.lth.se>
518
519 * examples/pathutils.c: reflect new filetypes.
520 * examples/sendtr.c: dito.
521
Linus Walleij5fb47132006-12-30 15:35:48 +00005222006-12-30 Orson Teodoro <orsonteodoro@yahoo.com>
523
524 * src/ptp.h: added WMDRMPD, WMDRMND, WMPPD, WPDWCN extension
525 codes. added more format object codes flac, m4a, 3gp, aac,
526 xml, xls, ppt, etc. 0x9101-0x910B identfiers are infixed
527 with WMDRMPD. Added more object properties codes (0xDCD3-0xDD72).
528 Added more device property codes.
529 Changed PTP_OFC_MTP_WindowsImageFormat to 0xb881 reflect spec.
530 * src/ptp.c: added changes to reflect new extensions, object
531 codes, device property codes.
532 * src/libmtp.c: modified mp4 to reflect it is a container format
533 not a codec. Added more descriptions in init_filemap(). mp4
534 container format is ambiguous in
535 LIBMTP_Send_File_From_File_Descriptor(). Audio? video? both?.
536 mp4 searched in video by default. Added comments about this.
537 Added support for the new format object types.
538 * src/libmtp.h.in: added constants to reflect changes to
539 init_filemap().
540
Richard Lowedd61832006-12-30 12:38:18 +00005412006-12-30 Richard Low <richard@wentnet.com>
542
543 * src/libusb-glue.c: fixed bug in debug printing
544
Richard Lowa6c924c2006-12-29 17:44:28 +00005452006-12-29 Richard Low <richard@wentnet.com>
546
547 * src/libmtp.c: Made abstract list creation to be more
548 WMP like
549 * src/libusb-glue.c: added Philips GoGear SA9200
Richard Lowa679b1c2006-12-29 20:08:14 +0000550 * src/ptp-pack.c: fixed packing bug in ptp_pack_OI
Richard Lowa6c924c2006-12-29 17:44:28 +0000551
Linus Walleij784ac3f2006-12-29 10:36:51 +00005522006-12-29 Marcus Meissner <meissner@suse.de>
553
554 * src/ptp.h: API changes for libgphoto2 to use the file
555 retrieveal functions.
556 * src/ptp.c: dito.
557 * src/libusb-glue.c: changes in libmtp reflecting the new
558 API for libgphoto2.
559
Linus Walleij8609af32006-12-28 21:25:17 +00005602006-12-28 Linus Walleij <triad@df.lth.se>
561
Linus Walleije2e21182006-12-28 22:36:59 +0000562 * configure.ac: making older autotools happy. Bump to 0.1.1.
Linus Walleij3a3d24d2006-12-28 22:35:58 +0000563 * src/Makefile.am: bump interface for release, also autotools.
564 * RELEASE libmtp 0.1.1.
Linus Walleij8609af32006-12-28 21:25:17 +0000565
Linus Walleijd6735f72006-12-19 13:38:29 +00005662006-12-19 Matthew Wilcox <matthew@wil.cx>
567
568 * src/ptp.c: fix a (serious) short file bug.
569
Richard Lowaf20b5d2006-12-17 18:00:59 +00005702006-12-17 Richard Low <richard@wentnet.com>
571
572 * src/libmtp.c: don't bail out on failures when setting
573 metadata.
574
Linus Walleij037a1252006-12-16 20:36:52 +00005752006-12-16 Linus Walleij <triad@df.lth.se>
576
577 * src/ptp.c: sync to upstream.
578 * src/ptp.h: dito.
579 * src/ptp-pack.c: dito.
580
Linus Walleijf8491912006-12-15 10:23:30 +00005812006-12-15 Linus Walleij <triad@df.lth.se>
582
583 * src/libmtp.h.in: make the format function take a storage as
584 parameter. Add comments to device storage.
585 * src/libmtp.c: dito, fix up some code and docs.
586 * examples/format.c: make the format command comply with
587 the new API.
588
Linus Walleije1ac07e2006-12-14 19:38:59 +00005892006-12-14 Linus Walleij <triad@df.lth.se>
590
591 * src/libmtp.c: make get_first_storage_freespace() always query
592 the first storage when the space is requested. And some other
593 janitorial stuff.
594
Linus Walleijb01d18b2006-12-13 12:49:15 +00005952006-12-13 Linus Walleij <triad@df.lth.se>
596
597 * src/libusb-glue.c: one more device.
598 * examples/detect.c: compilation warnings fixed.
599
rreardon3d583062006-12-13 10:10:27 +00006002006-12-13 Robert Reardon <rreardon@monkshatch.vispa.com>
601
602 * src/ptp.c: add 0xD901 flag as BuyNow property of objects.
603 * src/ptp.h: ditto.
604
Linus Walleijcd849362006-12-13 12:37:58 +00006052006-12-12 Daniel Williams <danielw@iinet.net.au>
Linus Walleij9e1b0812006-12-12 19:22:02 +0000606
607 * src/libmtp.h.in: revamped storage API.
608 * src/libmtp.c: dito.
609 * examples/detect.c: dito.
610
rreardon73d02c92006-12-12 16:45:30 +00006112006-12-12 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardond2ddb632006-12-12 12:13:21 +0000612
613 * src/libmtp.c: Send_Representative_Sample() updated to
614 set image height and width, or audio duration and size.
615
Linus Walleijd0f67702006-12-07 09:56:46 +00006162006-12-07 Linus Walleij <triad@df.lth.se>
617
Linus Walleija05b9802006-12-08 08:50:30 +0000618 * src/libmtp.h.in: support firmware object type. (Dangerous.)
619 * src/libmtp.c: dito.
620
6212006-12-07 Linus Walleij <triad@df.lth.se>
622
Linus Walleijd0f67702006-12-07 09:56:46 +0000623 * src/libmtp.c: default text folder detection (used in Samsung
624 Yepp T9) also add a few "My Foo" folder strings, remove the
625 "remaining directories" kludge.
626 * src/libmtp.h.in: default text folder.
627
Linus Walleijf1b02f22006-12-06 09:03:23 +00006282006-12-06 Linus Walleij <triad@df.lth.se>
629
630 * src/libmtp.h.in: extend the respresentative sample API a bit.
631 * src/libmtp.c: dito.
632 * examples/albumart.c: free memory after use.
633 * examples/thumb.c: dito.
Linus Walleij8a08c212006-12-06 20:12:30 +0000634 * RELEASE this as libmtp 0.1.0!
Linus Walleijf1b02f22006-12-06 09:03:23 +0000635
Linus Walleijfdef4ae2006-12-05 16:15:51 +00006362006-12-04 Linus Walleij <triad@df.lth.se>
637
638 * src/ptp.c: enable split headers on sending object lists again.
639
6402006-12-04 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardond11473f2006-12-05 10:18:46 +0000641
642 * src/libmtp.c: abstract Send_Representative_Sample() so
643 it can send samples for any format that supports it
644 * src/libmtp.h.in: same as above
645 * examples/albumart.c: altered to use new abstract function above
646 * example/thumb.c: sample program to upload thumbnails
647 * example/Makefile.am: add sample thumbnail program
648
Linus Walleijbdfaac22006-12-03 22:32:19 +00006492006-12-03 Linus Walleij <triad@df.lth.se>
650
651 * src/libmtp.c: check space on disk before sending
652 tracks or files.
Linus Walleij7e3f2762006-12-03 22:52:05 +0000653 * src/libmtp.h.in: refactor LIBMTP_Send_Album_Art()
654 into LIBMTP_Send_Representative_Sample().
655 * src/libmtp.c: dito.
656 * examples/albumart.c: dito.
Linus Walleijbdfaac22006-12-03 22:32:19 +0000657
Linus Walleijfa3fbe32006-12-02 20:47:32 +00006582006-12-02 Marcus Meissner <meissner@suse.de>
659
660 * examples/Makefile.am: make sure symlinks really end
661 up in the correct dir.
662
Linus Walleij6eab3b32006-11-30 22:58:21 +00006632006-11-30 Linus Walleij <triad@df.lth.se>
664
665 * src/ptp.c: make Matthews patch thread-safe and fix it
666 so it will handle more than one surplus packet.
667 * src/ptp.h: dito.
668
Richard Lowab0d22d2006-11-30 22:17:49 +00006692006-11-30 Richard Low <richard@wentent.com>
670
671 * src/libmtp.c: memset PTPObjectInfo structs to 0
672
Linus Walleij4bf38dd2006-11-30 21:27:29 +00006732006-11-30 Matthew Wilcox <matthew@wil.cx>
674
675 * src/ptp.c: on some devices, surplus packet data is
676 sometimes returned during read, i.e. a header of the
677 next package is typically attacked to the incoming
678 data, as if someone was sending several packets at
679 once. If this happens we buffer the surplus packet.
Linus Walleijef1e6352006-11-30 22:07:16 +0000680 * src/libusb-glue.c: revert my own mistakes by making
681 them Windows-only.
Linus Walleij4bf38dd2006-11-30 21:27:29 +0000682
Linus Walleij9901e222006-11-30 12:28:19 +00006832006-11-30 Linus Walleij <triad@df.lth.se>
684
Linus Walleij2978f1a2006-11-30 14:00:26 +0000685 * configure.ac: this *is* gonna be libmtp 0.1.0!
686 * src/Makefile.am: age interface to 4-0-0 to indicate that
687 intefaces have been removed.
Linus Walleij9901e222006-11-30 12:28:19 +0000688 * src/libmtp.h.in: removed external object interface.
689 * src/libmtp.c: dito. Made all object manipulation functions
690 static.
691
Richard Lowc7d48d22006-11-29 18:24:55 +00006922006-11-29 Richard Low <richard@wentnet.com>
693
694 * src/libusb-glue.c: added new devices
695
Linus Walleij7beba572006-11-29 08:56:12 +00006962006-11-29 Linus Walleij <triad@df.lth.se>
697
698 * src/libusb-glue.c: remove some pointless #include <>
699 clutter, call usb_set_configuration() as needed by
700 Windows.
701 * src/libmtp.c: various fixups to enable use of Windows
702 <io.h> include file.
703 * README.windows.txt: added a quick porting guide for
704 MSVC by Farooq Zaman.
705
Linus Walleijcf42f452006-11-28 08:32:49 +00007062006-11-28 Linus Walleij <triad@df.lth.se>
707
708 * src/libmtp.h.in: removed filetype mapping API. We can handle
709 everything inside of libmtp now so no need for this.
710 * src/libmtp.c: dito.
711
Linus Walleij72e9c2b2006-11-28 08:14:00 +00007122006-11-27 Linus Walleij <triad@df.lth.se>
Linus Walleij64ad9ae2006-11-27 11:23:26 +0000713
714 * examples/files.c: unsigned int sized printout.
715 * examples/tracks.c: sort of the same.
Linus Walleij72e9c2b2006-11-28 08:14:00 +0000716 * Makefile.am: HAL style map output by default.
Linus Walleij64ad9ae2006-11-27 11:23:26 +0000717
Richard Low6c0a6ce2006-11-26 10:42:08 +00007182006-11-26 Richard Low <richard@wentnet.com>
Linus Walleijb7426d12006-11-25 23:19:11 +0000719
Richard Low6c0a6ce2006-11-26 10:42:08 +0000720 * src/libmtp.c: object handles for proplists
721 * src/ptp-pack.c: ditto
722 * src/ptp.c: ditto
723 * src/ptp.h: ditto
724
Linus Walleijf73de152006-11-25 21:44:44 +00007252006-11-25 Marcus Meissner <marcus@jet.franken.de>
726
727 * examples/hotplug.c: adding HAL style XML output for
728 the devices.
729 * examples/Makefile.am: fixing a bug in the automake
730 file (pathutils.h missing!)
731 * Makefile.am: fix the problem with re-making sources
732 (you had to run ./autogen.sh before!)
733
Linus Walleijfe677ac2006-11-23 13:35:00 +00007342006-11-23 Linus Walleij <triad@df.lth.se>
735
736 * src/libusb-glue.h: add a new bug flag for devices that
737 have broken PTP_OC_MTP_GetObjPropList implementations.
738 * src/libusb-glue.c: state that all iRivers have this problem.
739 * src/libmtp.c: disable the user of ptp_mtp_getobjectproplist()
740 for these devices.
741
7422006-11-21 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardonbddc0f82006-11-21 13:44:42 +0000743
744 * src/libmtp.c: set handle ids for new objects to 0 when
745 creating new albums and playlists.
746
Linus Walleij2f5ed5c2006-11-21 07:40:29 +00007472006-11-21 Linus Walleij <triad@df.lth.se>
748
749 * src/libmtp.c: enabled enhanced mode for metadata retrieval
750 by default.
Linus Walleij9be685b2006-11-21 09:44:53 +0000751 * src/libmtp.c: fixed the problem with sending files using
752 enhanced commands.
Linus Walleij2f5ed5c2006-11-21 07:40:29 +0000753
Linus Walleij277cd532006-11-20 14:57:46 +00007542006-11-20 Linus Walleij <triad@df.lth.se>
755
756 * src/ptp.h: sync to upstream libgphoto2
757 * src/ptp.c: dito.
758 * src/ptp-pack.c: dito.
Linus Walleij8ae78bb2006-11-20 21:45:52 +0000759 * src/libmtp.c: check for zerolength files/tracks.
Linus Walleij277cd532006-11-20 14:57:46 +0000760
7612006-11-20 Andy Kelk <andy@mopoke.co.uk>
mopoke31364442006-11-20 04:53:04 +0000762
763 * src/libmtp.h.in: add "parent_id" property to LIBMTP_track_struct.
764 * src/libmtp.c: get "parent_id" property when reading tracks.
mopoke33744bb2006-11-20 04:55:32 +0000765 * examples/emptyfolders.c: new example program for pruning empty
766 folders. (does a dummy run by default).
mopoke31364442006-11-20 04:53:04 +0000767
Linus Walleij277cd532006-11-20 14:57:46 +00007682006-11-19 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardon508705f2006-11-19 21:27:22 +0000769
rreardonbbb4e562006-11-19 22:16:11 +0000770 * src/libmtp.c: use enhanced MTP commands to create playlists and
771 send files
rreardon508705f2006-11-19 21:27:22 +0000772 * examples/newplaylist.c: demo program for creating new playlists
rreardona7220ad2006-11-19 21:36:46 +0000773 * examples/Makefile.am: add demo newplaylists program
rreardon508705f2006-11-19 21:27:22 +0000774
Linus Walleijcd849362006-12-13 12:37:58 +00007752006-11-19 Daniel Williams <danielw@iinet.net.au>
Linus Walleij48a2d462006-11-19 14:07:59 +0000776
777 * src/libusb-glue.c: fix error on reconnect.
778
Linus Walleij277cd532006-11-20 14:57:46 +00007792006-11-18 Richard Low <richard@wentnet.com>
Richard Lowef925022006-11-18 09:06:10 +0000780
781 * src/ptp.c: tidy up ptp_usb_getdata
782
Linus Walleij277cd532006-11-20 14:57:46 +00007832006-11-17 Richard Low <richard@wentnet.com>
Richard Low91354812006-11-17 22:44:05 +0000784
785 * src/libmtp.c: fixed parent handle for uploaded tracks
786
Linus Walleij277cd532006-11-20 14:57:46 +00007872006-11-17 Robert Reardon <rreardon@monkshatch.vispa.com>
Linus Walleije6605692006-11-17 09:18:52 +0000788
789 * src/libmtp.c: fixed up album art using enhanced commands.
790
Linus Walleij277cd532006-11-20 14:57:46 +00007912006-11-16 Richard Low <richard@wentnet.com>
Richard Low8d82d2f2006-11-16 20:37:43 +0000792
793 * src/libmtp.c: a crude implementation of ptp_mtp_getobjectproplist
794 * src/ptp.c: ditto
795 * src/ptp.h: ditto
796 * src/ptp-pack.c: ditto
797
Linus Walleij277cd532006-11-20 14:57:46 +00007982006-11-16 Robert Reardon <rreardon@monkshatch.vispa.com>
Linus Walleij9e68bc12006-11-16 15:59:18 +0000799
Linus Walleijccf28ce2006-11-16 16:06:38 +0000800 * src/libmtp.c: use enhanced MTP commands to create albums and
801 add detection of the default album folder.
802 * src/libmtp.h.in: add a holder for album default folder.
Linus Walleij9e68bc12006-11-16 15:59:18 +0000803
Linus Walleij277cd532006-11-20 14:57:46 +00008042006-11-15 Richard Low <richard@wentnet.com>
Richard Low8b42ca32006-11-15 08:52:17 +0000805
806 * src/ptp-pack.c: set string buffer to correct size.
807
Linus Walleij277cd532006-11-20 14:57:46 +00008082006-11-14 Richard Low <richard@wentnet.com>
Richard Lowe1ab2642006-11-14 08:34:49 +0000809
810 * examples/tracks.c: really use undeprecated API entry.
811
Linus Walleij277cd532006-11-20 14:57:46 +00008122006-11-13 Richard Low <richard@wentnet.com>, Linus Walleij <triad@df.lth.se>
Linus Walleij3fcfea52006-11-13 07:07:36 +0000813
814 * src/libmtp.h.in: add LIBMTP_Get_Tracklisting_With_Callback()
Richard Lowdc0b6c72006-11-13 09:22:23 +0000815 and LIBMTP_Get_Filelisting_With_Callback()
Linus Walleij3fcfea52006-11-13 07:07:36 +0000816 * src/libmtp.c: dito, deprecate LIBMTP_Get_Tracklisting()
Richard Lowdc0b6c72006-11-13 09:22:23 +0000817 and LIBMTP_Get_Filelisting()
Linus Walleij3fcfea52006-11-13 07:07:36 +0000818 * examples/tracks.c: use undeprecated API entry.
Richard Lowdc0b6c72006-11-13 09:22:23 +0000819 * examples/connect.c: ditto.
820 * examples/detect.c: ditto.
821 * examples/files.c: ditto.
Linus Walleij3fcfea52006-11-13 07:07:36 +0000822 * src/ptp.c: working on getting object prop lists.
823 * src/ptp.h: dito.
824
Linus Walleij277cd532006-11-20 14:57:46 +00008252006-11-12 Richard Low <richard@wentnet.com>
Richard Lowe1f06922006-11-12 16:38:39 +0000826
827 * src/libusb-glue.c: added Zen Vision W to devices
828
Linus Walleij277cd532006-11-20 14:57:46 +00008292006-11-07 Richard Low <richard@wentnet.com>
Richard Low4c60f6e2006-11-07 20:36:42 +0000830
831 * src/libmtp.c: added checks for supported properties
832
Linus Walleij277cd532006-11-20 14:57:46 +00008332006-11-06 Richard Low <richard@wentnet.com>
Richard Low64fa3992006-11-06 21:24:11 +0000834
835 * src/libmtp.c: added a check for NULL filenames in
836 LIBMTP_Get_Folder_List.
837
Linus Walleij99310d42006-11-01 08:29:39 +00008382006-11-01 Linus Walleij <triad@df.lth.se>
839
840 * src/libmtp.h.in: set/get uint8 to/from objects
841 * src/libmtp.c: send object property list.
842 * src/ptp.c: dito.
843 * src/ptp.h: dito.
844 * src/ptp-pack.c: dito.
845
mopoke90be30e2006-10-30 08:47:41 +00008462006-10-29 Andy Kelk <andy@mopoke.co.uk>
847
848 * examples/albumart.c: simple tool for adding album art.
849 * src/libmtp.c: graceful handling of players not supporting
850 abstract album objects.
851
Linus Walleij0c33ec02006-10-27 10:15:40 +00008522006-10-27 Linus Walleij <triad@df.lth.se>
853
854 * src/Makefile.am: bump library interface to reflect the new
855 album methods.
856 * configure.ac: bump to 0.0.22 for the next release.
857
8582006-10-27 Andy Kelk <andy@mopoke.co.uk>
859
860 * src/libmtp.c: add support form abstract audio/video albums.
861 * src/libmtp.h.in: dito.
862
Linus Walleij7347d0f2006-10-23 07:23:39 +00008632006-10-23 Linus Walleij <triad@df.lth.se>
864
865 * src/libmtp.c: retire opcode rendering (moved to ptp.c)
866 * src/ptp.c: sync to upstream.
867 * src/ptp.h: dito.
868 * src/ptp-pack.c: dito.
869
Linus Walleij9efe75f2006-10-20 09:09:45 +00008702006-10-20 Linus Walleij <triad@df.lth.se>
871
872 * Release 0.0.21 to get all the new device support out.
873
Linus Walleij501ba4d2006-10-16 06:17:04 +00008742006-10-16 Linus Walleij <triad@df.lth.se>
875
876 * configure.ac: bump to 0.0.21.
877 * src/libusb-glue.c: add code to unload a kernel driver for
878 the primary interface if it is already in use under Linux.
879 * src/libusb-glue.h: add a device flag to make this possible.
880
Linus Walleij37253292006-10-11 08:38:14 +00008812006-10-11 Linus Walleij <triad@df.lth.se>
882
883 * examples/delfile.c: patch from Chris Debenham
884 straingtening out the command-line interface a bit
885 more.
886
Linus Walleij43ff8fc2006-10-10 11:16:53 +00008872006-10-10 Linus Walleij <triad@df.lth.se>
888
Linus Walleij37253292006-10-11 08:38:14 +0000889 * examples/delfile.c: patch from Chris Debenham to make
890 this command take an optional filename as parameter
891 instead of file ID.
Linus Walleij43ff8fc2006-10-10 11:16:53 +0000892
Linus Walleij955e6ba2006-09-26 16:55:10 +00008932006-09-26 Linus Walleij <triad@df.lth.se>
894
895 * libmtp.pc.in: require libusb instead of just linking it.
896 * configure.ac: bump release to 0.0.20 and release.
897
Linus Walleijb1318d12006-09-25 14:59:26 +00008982006-09-25 Linus Walleij <triad@df.lth.se>
899
900 * examples/evolution-sync.sh: example script to illustrate
901 to to transfer calendar, task and contact information
902 to a device supporting this.
903
Linus Walleij4ef39e62006-09-19 14:11:52 +00009042006-09-19 Linus Walleij <triad@df.lth.se>
905
906 * src/libmtp.h.in: fixed attribute IDs to be 16bit.
907 * src/libmtp.c: dito.
908 * examples/sendfile.c: support vcard3.
909
Linus Walleijf248fdd2006-09-16 20:11:40 +00009102006-09-16 Linus Walleij <triad@df.lth.se>
911
912 * configure.ac: bump to 0.0.19 and release. There are some
913 new devices as well.
Linus Walleij5b5c7852006-09-16 20:23:37 +0000914 * src/unicode.c: retire unused code.
Linus Walleijf248fdd2006-09-16 20:11:40 +0000915
Linus Walleijb8bfcb22006-09-13 12:14:28 +00009162006-09-13 Linus Walleij <triad@df.lth.se>
917
918 * examples/format.c: formatting test program.
919 * examples.Makefile.am: added format.
920
Linus Walleij13374a42006-09-13 11:55:30 +00009212006-09-13 Andy Kelk <andy@mopoke.co.uk>
922
923 * src/libmtp.h.in: added interface to format storage.
924 * src/libmtp.c: dito.
925 * src/ptp.c: dito.
926 * src/ptp.h: dito.
927
Linus Walleijd31e6192006-09-12 07:55:27 +00009282006-09-12 Linus Walleij <triad@df.lth.se>
929
930 * configure.ac: bump release. Released 0.0.18 yesterday.
931 * src/libmtp.c: do not try to read battery max level unless
932 the device supports it. (Bug occurred on Toshiba Gigabeat
933 P10.)
934
Linus Walleijd5d51c82006-09-11 06:57:50 +00009352006-09-11 Linus Walleij <triad@df.lth.se>
936
937 * src/libusb-glue.c: messed around a bit with device descriptor
938 detection so as to bring closer to libgphoto2 detection algorithm.
939 I've seen things that might be false positives, possibly USB mass
940 storage devices with additional MSFT descriptors to indicate they
941 have Janus DRM.
942 * src/libmtp.c: use UCS-2-INTERNAL if we're not on glibc. glibc
943 knows that UCS-2 is in machine endianness but Darwin and *BSD does
944 not. Detect C library and switch accordingly.
945 * src/unicode.c: retire old unicode code only keep things we cannot
946 live without. Remove the own internal UCS-2 conversion engine and
947 the internal iconv() engine and use the one already available in
948 PTPParams.
949 * src/unicode.h: dito.
950
Linus Walleij0558ac52006-09-07 06:55:03 +00009512006-09-07 Linus Walleij <triad@df.lth.se>
952
953 * src/libusb-glue.h: added device flags so we can make
954 the code behave differently on certain devices.
955 * src/libusb-glue.c: dito, plus removed some debug prints.
956 * src/libmtp.c: docs.
957 * src/libmtp.h.in: added device_flags to device list struct.
958 * src/Makefile.am: bumped to compatible library interface.
959 * configure.ac: bump version to 0.0.18 (0.0.17 released
960 yesterday).
961
Richard Low6ec2cc12006-09-06 16:59:16 +00009622006-09-06 Richard Low <richard@wentnet.com>
963
964 * src/libusb-glue.c: changed packet sizes to improve
965 transfer speeds.
966 * src/libmtp.c: changed packet sizes to improve transfer
967 transfer speeds. Also stopped extra ptp_getobjectinfo
968 calls when getting directories on connect.
969
Linus Walleij7f0c72e2006-09-06 13:01:58 +00009702006-09-06 Linus Walleij <triad@df.lth.se>
971
972 * src/libusb-glue.c: fixed some endpoint size detection
973 and sending special file sizes stuff. Real hairy bug...
974 Also messed around a bit with the callbacks.
975 * src/libmtp.c: changes for callback size detection.
976
Linus Walleija9310fa2006-09-04 06:47:42 +00009772006-09-04 Linus Walleij <triad@df.lth.se>
978
979 * src/libmtp.c: bug in streaming code, use defined USB_BULK_HDR_SIZE
980 instead of magic values.
981
Linus Walleijd7aa5b22006-09-02 11:52:31 +00009822006-09-02 Linus Walleij <triad@df.lth.se>
983
Linus Walleijcd3eb3d2006-09-02 21:33:22 +0000984 * src/libmtp.c: add some code to have
985 LIBMTP_Send_File_From_File_Descriptor() accept a stream
986 if size is set to (uint64_t) -1, plus documentation fixes.
987 I don't think the streaming code will work but whoever want
988 to experiment with it has a place to start.
989 * examples/refactortest.c: removed. Who uses this?
Linus Walleijd7aa5b22006-09-02 11:52:31 +0000990
Linus Walleijda9500d2006-08-30 13:17:06 +00009912006-08-30 Linus Walleij <triad@df.lth.se>
992
993 * configure.ac: version bump.
994 * src/libmtp.c: more debug prints.
995 * src/libusb-glue.c: new iRiver device called Clix. By
996 the way I released libmtp 0.0.16 yesterday.
997
Linus Walleija823a702006-08-27 21:27:46 +00009982006-08-28 Linus Walleij <triad@df.lth.se>
999
1000 * configure.ac: version bump.
1001 * src/ptp-pack.c: upstream has committed my patch giving full
1002 unicode support in libgphoto2 ptp2 camlib. No need for
1003 any more ugly workarounds, plus we now have full unicode
1004 filenames!
1005 * src/ptp.c: dito.
1006 * src/ptp.h: dito.
1007 * src/libmtp.c: revamp to use the new unicode support in
1008 libgphoto2.
1009 * src/unicode.c: remove unused functionality.
1010 * src/unicode.h: dito.
1011
Linus Walleijee73ef22006-08-27 19:56:00 +000010122006-08-27 Linus Walleij <triad@df.lth.se>
1013
1014 * configure.ac: version bump. Release all these fixes
1015 as 0.0.15.
1016 * src/libusb-glue.c: fixed sucky errors. Added callback
1017 code when reading files.
1018 * src/libusb-glue.h: const correctness.
1019 * src/libmtp.h.in: finally fixup the type on the callbacks.
1020 * src/libmtp.c: more accurate sending callbacks. Callbacks
1021 when getting files also, working correctly. Typeing of
1022 callbacks now OK.
1023 * examples/getfile.c: some display bar cosmetic fixup.
1024 * TODO: lots of the things todo are now done.
1025
Linus Walleijd214b9b2006-08-26 22:08:37 +000010262006-08-26 Linus Walleij <triad@df.lth.se>
1027
1028 * configure.ac: version bump.
1029 * src/libmtp.c: fix bug and reinstate callbacks.
1030 * src/libusb-glue.h: dito.
1031 * src/libusb-glue.c: dito.
1032
Linus Walleije7f44be2006-08-25 19:32:29 +000010332006-08-25 Linus Walleij <triad@df.lth.se>
1034
1035 * src/libmtp.c: use the new file descriptor sender function.
1036 Going to release this as 0.0.13.
1037 * src/ptp.c: upstream accepted patches synced in.
1038 * src/ptp.h: dito.
1039
Linus Walleijeab650b2006-08-21 23:26:37 +000010402006-08-22 Linus Walleij <triad@df.lth.se>
1041
Linus Walleij80d134a2006-08-22 21:41:37 +00001042 * src/libusb-glue.c: found a real nasty endpoint bug,
1043 code from libgphoto2 was assuming max packet size of
1044 512 bytes while it is 64 when a USB 2.0 device is
1045 plugged into an UHCI hub.
1046
10472006-08-22 Linus Walleij <triad@df.lth.se>
1048
Linus Walleijeab650b2006-08-21 23:26:37 +00001049 * configure.ac: bump to 0.0.13, also released 0.0.12 now.
1050
Linus Walleij924236a2006-08-20 22:17:58 +000010512006-08-21 Linus Walleij <triad@df.lth.se>
1052
1053 * src/libmtp.c: fixup mmap() usage and add madvise()
Linus Walleij96c62432006-08-21 10:04:02 +00001054 as result of experiments by Gavin McCullagh. Upstream
1055 accept patch to get files directly to file descriptor.
Linus Walleij3ec86312006-08-21 13:25:24 +00001056 Move iconv() converters into device struct for thread
1057 safety.
Linus Walleij96c62432006-08-21 10:04:02 +00001058 * src/ptp.c: sync to upstream which merges patch to get
1059 file directly to file descriptor.
1060 * src/ptp.h: dito.
Linus Walleij3ec86312006-08-21 13:25:24 +00001061 * src/unicode.c: move iconv() converters into the device
1062 struct for thread safety.
1063 * src/unicode.h: dito.
Linus Walleij924236a2006-08-20 22:17:58 +00001064
Linus Walleij30658792006-08-19 22:18:55 +000010652006-08-20 Linus Walleij <triad@df.lth.se>
1066
1067 * src/libmtp.h.in: set friendly name and sync partner,
1068 rename ownername to friendlyname.
1069 * src/libmtp.c: dito.
1070 * examples/detect.c: reflect changes.
1071 * src/Makefile.am: interface is incompatible so age it.
1072
Linus Walleijfae27482006-08-19 20:13:25 +000010732006-08-19 Linus Walleij <triad@df.lth.se>
1074
1075 * src/libmtp.h.in: add function to get syncronization
1076 partner for the device.
1077 * src/libmtp.c: dito.
1078 * examples/detect.c: use that function.
1079 * src/Makefile.am: backward-compatible interface bump.
1080
Linus Walleij16571dc2006-08-17 20:27:46 +000010812006-08-17 Linus Walleij <triad@df.lth.se>
1082
1083 * configure.ac: bump to 0.0.12 and require iconv.h.
1084
10852006-08-16 Linus Walleij <triad@df.lth.se>
1086
1087 * src/unicode.c: remove bigendian weirdness and switch
1088 to using iconv() instead.
1089 * src/unicode.h: dito.
1090 * src/libmtp.c: reflect changes.
1091
Linus Walleij3e188f12006-08-09 20:46:05 +000010922006-08-09 Linus Walleij <triad@df.lth.se>
1093
1094 * Release libmtp 0.0.11.
1095
Linus Walleij2eb884b2006-08-04 19:17:36 +000010962006-08-04 Linus Walleij <triad@df.lth.se>
1097
1098 * src/libmtp.c: patch from Dan Aloni to make sendfile
1099 use mmap and avoid memory drainage.
Linus Walleij9eb3d312006-08-04 19:25:59 +00001100 * src/libusb-glue.c: patch from Andy Kelk to avoid
1101 exit():ing when the interface cannot be claimed.
Linus Walleij232943d2006-08-04 19:26:53 +00001102 * configure.ac: version bump.
Linus Walleij2eb884b2006-08-04 19:17:36 +00001103
Linus Walleijaa4b0752006-07-26 22:21:04 +000011042006-07-27 Linus Walleij <triad@df.lth.se>
1105
1106 * Release libmtp 0.0.10.
1107
Linus Walleij17b55ea2006-07-26 13:54:00 +000011082006-07-26 Linus Walleij <triad@df.lth.se>
1109
1110 * src/libusb-glue.c: new SanDisk devices.
Linus Walleij00cf0642006-07-26 20:40:59 +00001111 * src/libmtp.c: only set metdata properties supported by
1112 the device, duh.
Linus Walleijaa4b0752006-07-26 22:21:04 +00001113 * src/ptp.c: sync to upstream.
1114 * src/ptp.h: sync to upstream.
1115 * configure.ac: bump to 0.0.10.
Linus Walleij17b55ea2006-07-26 13:54:00 +00001116
Linus Walleijc187cb92006-06-22 17:58:13 +000011172006-06-22 Linus Walleij <triad@df.lth.se>
1118
1119 * Release libmtp 0.0.9.
1120
Linus Walleij8ab54262006-06-21 07:12:28 +000011212006-06-21 Linus Walleij <triad@df.lth.se>
1122
1123 * src/libmtp.h.in: added function to retrieve supported
1124 filetypes.
1125 * src/libmtp.c: ditto.
1126 * examples/detect.c: use that function.
1127
Linus Walleijcf223e62006-06-19 09:31:53 +000011282006-06-19 Linus Walleij <triad@df.lth.se>
1129
1130 * src/unicode.c: support all endianness, detect
1131 byte-order-mark
1132 * src/unicode.h: ditto.
1133 * src/libmtp.c: ditto.
1134 * examples/detect.c: use proper tempfile function.
1135 * src/libmtp.h.in: add some more track properties.
1136 * src/libmtp.c: ditto.
1137 * examples/tracks.c: ditto.
1138
Linus Walleij2e4b5f92006-06-16 14:00:49 +000011392006-06-16 Linus Walleij <triad@df.lth.se>
1140
1141 * src/libmtp.h.in: new interfaces for single metadata post
1142 retrieveal.
1143 * src/libmtp.c: ditto.
1144 * examples/playlists.c: display track info using the new
1145 individual track metadata retrieveal method.
1146 * examples/getplaylist.c: ditto.
1147
Linus Walleij05ccbe72006-06-13 07:46:58 +000011482006-06-13 Linus Walleij <triad@df.lth.se>
1149
1150 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +00001151 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +00001152 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +00001153 we can find them. Retrieve device secure time and cert
1154 out of sheer curiosity.
1155 * src/ptp.c: sync to libgphoto2 with my patches.
1156 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +00001157
Linus Walleij438bd7f2006-06-08 11:35:44 +000011582006-06-07 Linus Walleij <triad@df.lth.se>
1159
1160 * src/libmtp.h.in: new playlist API and refactorings.
1161 * src/libmtp.c: ditto, and refactorings.
1162 * src/unicode.h: const correctness.
1163 * src/unicode.c: ditto.
1164 * examples/playlists.c: new example program.
1165 * configure.ac: bump to 0.0.9
1166 * src/Makefile.am: bump library interface.
1167
Linus Walleij52e3ac52006-06-05 10:30:00 +000011682006-06-05 Linus Walleij <triad@df.lth.se>
1169
1170 * examples/sendtr.c: fixed annoying bug that made this
1171 program totally useless.
1172 * src/libmtp.c: cosmetics.
1173 * configure.ac: bump to 0.0.8.
1174
Linus Walleij345a3372006-06-03 20:55:25 +000011752006-06-03 Linus Walleij <triad@df.lth.se>
1176
1177 * src/libmtp.c: metadata bugs, album name and genre
1178 confused. Fixe it and released libmtp 0.0.7.
1179
Linus Walleijdc09dc02006-06-01 14:23:41 +000011802006-06-01 Linus Walleij <triad@df.lth.se>
1181
1182 * Released libmtp 0.0.6.
1183
Linus Walleij549ec4d2006-05-31 19:59:52 +000011842006-05-31 Linus Walleij <triad@df.lth.se>
1185
1186 * src/libmtp.c: fixed mapping for JPEG vs JFIF
1187 * src/libmtp.h.in: added proper type for JPEG
1188 * examples/sendfile.c: send proper JPEG type
1189
Linus Walleijd3fdd972006-05-30 15:51:37 +000011902006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
1191
1192 * src/libmtp.c: fixed a bug in update metadata due to
1193 bad use of return code.
1194 * src/libusb-glue.c: fixed a loop exiting problem with
1195 good 'ol GOTO.
1196
Linus Walleij9b1fcd92006-05-29 08:35:29 +000011972006-05-29 Linus Walleij <triad@df.lth.se>
1198
1199 * src/libusb-glue.c: one more device.
1200 * doc/examples.h: produce correct documentation.
1201 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +00001202 * src/ptp.c: sync to libgphoto2.
1203 * src/ptp.h: ditto.
1204 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +00001205 * src/libmtp.c: fixed all filetype API related functions
1206 not to use any PTP intrinsic defines at all, made all
1207 parameters to functions use the internal libmtp interface
1208 enumerations and definitions. Removed LIBMTP_Release():
1209 we can live with the memory lost during init. You're not
1210 supposed to re-initialize the device. Consequently removed
1211 the delete function that cleaned the filetype assoc list.
1212 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +00001213
ravelox088180b2006-05-26 23:55:40 +000012142006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
1215
1216 * src/libmtp.c: refactored object handling to be more generic
1217 * src/libmtp.h.in: ditto
1218 * examples/refactortest.c: Added simple example to use refactoring
1219 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +00001220 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
1221 for playlist handling
1222 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +00001223
Linus Walleij1fd2d272006-05-08 09:22:01 +000012242006-05-08 Linus Walleij <triad@df.lth.se>
1225
1226 * src/libmtp.h.in: add simple detection function.
1227 * src/libusb-glue.c: implement MTP "OS descriptor" for
1228 looking for MTP devices.
1229 * examples/detect.c: make it possible to do very
1230 rudimentary detection with "detect -p".
1231 * configure.ac: bump to 0.0.5.
1232
Linus Walleij685137f2006-05-07 18:09:02 +000012332006-05-07 Linus Walleij <triad@df.lth.se>
1234
1235 * COPYING: since we no longer use any parts of libptp2
1236 and only files from libgphoto2, we switch to the GNU
1237 Lesser General Public License (GNU LGPL). libptp2 is
1238 a derived work from libgphoto2, and so is libmtp, there
1239 are no remnants of libptp2 in libmtp anymore.
1240
Linus Walleij16c51f02006-05-04 13:20:22 +000012412006-05-04 Linus Walleij <triad@df.lth.se>
1242
1243 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +00001244 * src/libmtp.c: respectfully rearranged to use a filetype mapping
1245 table.
1246 * src/ptp-pack.c: real nasty unicode packing bug.
1247 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +00001248
Linus Walleijd6a49972006-05-02 08:24:54 +000012492006-05-02 Linus Walleij <triad@df.lth.se>
1250
1251 * src/libmtp.c: general shaping up for release. All track
1252 and file sending functions now respects a parent ID to be
1253 sent along with files and tracks.
1254 * src/libmtp.h.in: dito.
1255 * src/libusb-glue.c: dito.
1256 * examples/sendfile.c: interface dependency changes.
1257 * examples/sendtr.c: dito.
1258
Linus Walleijc60275a2006-04-30 10:58:11 +000012592006-04-30 Linus Walleij <triad@df.lth.se>
1260
1261 * src/ptp.c: sync upstream.
1262 * src/ptp.h: dito.
1263
Linus Walleij370c68d2006-04-27 14:19:01 +000012642006-04-27 Linus Walleij <triad@df.lth.se>
1265
1266 * examples/sendfile.c: first file sender program based
1267 on API implementation and changes by Chris Allegretta.
1268 * examples/Makefile.am: new program, new entry.
1269 * src/libmtp.c: reflect this new functionality.
1270 * src/libmtp.h.in: dito.
1271
Linus Walleijb02a0662006-04-25 08:05:09 +000012722006-04-25 Linus Walleij <triad@df.lth.se>
1273
1274 * Rebased the sources around libgphoto2 instead.
1275 This was a major revision...
1276 * src/ptp.c: imported libgphoto2 version verbatim.
1277 * src/ptp.h: imported libgphoto2 version, minor patch.
1278 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +00001279 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +00001280 * src/mtp.c: dropped, since all functions are now in ptp.c
1281 * src/mtp-pack.c: dropped, same reason.
1282 * src/mtp.h: dropped, same reason.
1283 * src/mtp-pack.h: dropped, same reason.
1284
Linus Walleije5f3ad42006-04-21 07:44:36 +000012852006-04-21 Linus Walleij <triad@df.lth.se>
1286
Linus Walleij902c0b92006-04-21 10:52:48 +00001287 * Released libmtp 0.0.3
1288 * Bumped source to 0.0.4
1289
12902006-04-21 Linus Walleij <triad@df.lth.se>
1291
Linus Walleije5f3ad42006-04-21 07:44:36 +00001292 * src/ptp-pack.c: GCC 4.x compilation patch from
1293 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +00001294 * src/libusb-glue.c: New Samsung device and some
1295 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +00001296 * src/ptp.h: some defines from libgphoto2 to get
1297 a bit more compatible.
1298 * src/libmtp.c: Added a folder API implementation by
1299 Dave "ravelox" Kelly.
1300 * src/libmtp.h.in: dito.
1301 * examples/folders.c: dito.
1302 * examples/newfolder.c: dito.
1303 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +00001304
Linus Walleij6fd2f082006-03-28 07:19:22 +000013052006-03-28 Linus Walleij <triad@df.lth.se>
1306
1307 * m4/*: updated macros to work with GCC 4.1.0.
1308 * examples/hotplug.c: new program to create device
1309 ID lists.
1310 * libmtp.rules: now an auto-generated file.
1311 * libmtp.usermap: now an auto-generated file.
1312
Linus Walleijf6bc1782006-03-24 15:12:47 +000013132006-03-24 Linus Walleij <triad@df.lth.se>
1314
1315 * Beginning a file API, fixed some example program
1316 names and such.
1317
Linus Walleij6946ac52006-03-21 06:51:22 +000013182006-03-18 Linus Walleij <triad@df.lth.se>
1319
1320 * Fixed up callback interface to a simpler version,
1321 the old one was bloated stuff from libnjb anyway.
1322 Bump to 0.0.2.
1323
Linus Walleij9b28da32006-03-16 13:47:58 +000013242006-03-16 Linus Walleij <triad@df.lth.se>
1325
1326 * Fixed the .h file and implementation so you really only
1327 need this one .h file to interface the library.
1328
Linus Walleij80124062006-03-15 10:26:09 +000013292006-03-15 Linus Walleij <triad@df.lth.se>
1330
1331 * Added three device information retrieval functions.
1332
Linus Walleij15e344f2006-03-06 15:15:00 +000013332006-03-06 Linus Walleij <triad@df.lth.se>
1334
1335 * Moving some things around to structure the source. More
1336 will be needed...
1337
Linus Walleij93218602006-02-27 08:53:38 +000013382006-02-27 Linus Walleij <triad@df.lth.se>
1339
1340 * Release libmtp 0.0.1 so people have something to play with,
1341 what the heck. Probably saves someones day.
1342
Linus Walleij95698cd2006-02-24 10:40:40 +000013432006-02-24 Linus Walleij <triad@df.lth.se>
1344
1345 * Deltr example program to delete tracks, plus corresponding
1346 interface call.
1347
Linus Walleij17e39f72006-02-23 15:54:28 +000013482006-02-23 Linus Walleij <triad@df.lth.se>
1349
1350 * Fixed up sendtr program and metadata tagging function that is
1351 used after sending files.
1352
Linus Walleij394bbbe2006-02-22 16:10:53 +000013532006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00001354
Linus Walleij394bbbe2006-02-22 16:10:53 +00001355 * Untested gettr.c and sendtr.c programs to get and send tracks
1356 created.
1357
Linus Walleijeb8c6fe2006-02-03 09:46:22 +000013582006-01-30 Linus Walleij <triad@df.lth.se>
1359
1360 * Created the initial GNU source directory structure.
1361 * Added the most basic files.