blob: bc86b9f08d54e386cc5eaf91cc8754fd0834e866 [file] [log] [blame]
rreardon3d583062006-12-13 10:10:27 +000012006-12-13 Robert Reardon <rreardon@monkshatch.vispa.com>
2
3 * src/ptp.c: add 0xD901 flag as BuyNow property of objects.
4 * src/ptp.h: ditto.
5
Linus Walleij9e1b0812006-12-12 19:22:02 +000062006-12-12 Daniel <danielw@iinet.net.au>
7
8 * src/libmtp.h.in: revamped storage API.
9 * src/libmtp.c: dito.
10 * examples/detect.c: dito.
11
rreardon73d02c92006-12-12 16:45:30 +0000122006-12-12 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardond2ddb632006-12-12 12:13:21 +000013
14 * src/libmtp.c: Send_Representative_Sample() updated to
15 set image height and width, or audio duration and size.
16
Linus Walleijd0f67702006-12-07 09:56:46 +0000172006-12-07 Linus Walleij <triad@df.lth.se>
18
Linus Walleija05b9802006-12-08 08:50:30 +000019 * src/libmtp.h.in: support firmware object type. (Dangerous.)
20 * src/libmtp.c: dito.
21
222006-12-07 Linus Walleij <triad@df.lth.se>
23
Linus Walleijd0f67702006-12-07 09:56:46 +000024 * src/libmtp.c: default text folder detection (used in Samsung
25 Yepp T9) also add a few "My Foo" folder strings, remove the
26 "remaining directories" kludge.
27 * src/libmtp.h.in: default text folder.
28
Linus Walleijf1b02f22006-12-06 09:03:23 +0000292006-12-06 Linus Walleij <triad@df.lth.se>
30
31 * src/libmtp.h.in: extend the respresentative sample API a bit.
32 * src/libmtp.c: dito.
33 * examples/albumart.c: free memory after use.
34 * examples/thumb.c: dito.
Linus Walleij8a08c212006-12-06 20:12:30 +000035 * RELEASE this as libmtp 0.1.0!
Linus Walleijf1b02f22006-12-06 09:03:23 +000036
Linus Walleijfdef4ae2006-12-05 16:15:51 +0000372006-12-04 Linus Walleij <triad@df.lth.se>
38
39 * src/ptp.c: enable split headers on sending object lists again.
40
412006-12-04 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardond11473f2006-12-05 10:18:46 +000042
43 * src/libmtp.c: abstract Send_Representative_Sample() so
44 it can send samples for any format that supports it
45 * src/libmtp.h.in: same as above
46 * examples/albumart.c: altered to use new abstract function above
47 * example/thumb.c: sample program to upload thumbnails
48 * example/Makefile.am: add sample thumbnail program
49
Linus Walleijbdfaac22006-12-03 22:32:19 +0000502006-12-03 Linus Walleij <triad@df.lth.se>
51
52 * src/libmtp.c: check space on disk before sending
53 tracks or files.
Linus Walleij7e3f2762006-12-03 22:52:05 +000054 * src/libmtp.h.in: refactor LIBMTP_Send_Album_Art()
55 into LIBMTP_Send_Representative_Sample().
56 * src/libmtp.c: dito.
57 * examples/albumart.c: dito.
Linus Walleijbdfaac22006-12-03 22:32:19 +000058
Linus Walleijfa3fbe32006-12-02 20:47:32 +0000592006-12-02 Marcus Meissner <meissner@suse.de>
60
61 * examples/Makefile.am: make sure symlinks really end
62 up in the correct dir.
63
Linus Walleij6eab3b32006-11-30 22:58:21 +0000642006-11-30 Linus Walleij <triad@df.lth.se>
65
66 * src/ptp.c: make Matthews patch thread-safe and fix it
67 so it will handle more than one surplus packet.
68 * src/ptp.h: dito.
69
Richard Lowab0d22d2006-11-30 22:17:49 +0000702006-11-30 Richard Low <richard@wentent.com>
71
72 * src/libmtp.c: memset PTPObjectInfo structs to 0
73
Linus Walleij4bf38dd2006-11-30 21:27:29 +0000742006-11-30 Matthew Wilcox <matthew@wil.cx>
75
76 * src/ptp.c: on some devices, surplus packet data is
77 sometimes returned during read, i.e. a header of the
78 next package is typically attacked to the incoming
79 data, as if someone was sending several packets at
80 once. If this happens we buffer the surplus packet.
Linus Walleijef1e6352006-11-30 22:07:16 +000081 * src/libusb-glue.c: revert my own mistakes by making
82 them Windows-only.
Linus Walleij4bf38dd2006-11-30 21:27:29 +000083
Linus Walleij9901e222006-11-30 12:28:19 +0000842006-11-30 Linus Walleij <triad@df.lth.se>
85
Linus Walleij2978f1a2006-11-30 14:00:26 +000086 * configure.ac: this *is* gonna be libmtp 0.1.0!
87 * src/Makefile.am: age interface to 4-0-0 to indicate that
88 intefaces have been removed.
Linus Walleij9901e222006-11-30 12:28:19 +000089 * src/libmtp.h.in: removed external object interface.
90 * src/libmtp.c: dito. Made all object manipulation functions
91 static.
92
Richard Lowc7d48d22006-11-29 18:24:55 +0000932006-11-29 Richard Low <richard@wentnet.com>
94
95 * src/libusb-glue.c: added new devices
96
Linus Walleij7beba572006-11-29 08:56:12 +0000972006-11-29 Linus Walleij <triad@df.lth.se>
98
99 * src/libusb-glue.c: remove some pointless #include <>
100 clutter, call usb_set_configuration() as needed by
101 Windows.
102 * src/libmtp.c: various fixups to enable use of Windows
103 <io.h> include file.
104 * README.windows.txt: added a quick porting guide for
105 MSVC by Farooq Zaman.
106
Linus Walleijcf42f452006-11-28 08:32:49 +00001072006-11-28 Linus Walleij <triad@df.lth.se>
108
109 * src/libmtp.h.in: removed filetype mapping API. We can handle
110 everything inside of libmtp now so no need for this.
111 * src/libmtp.c: dito.
112
Linus Walleij72e9c2b2006-11-28 08:14:00 +00001132006-11-27 Linus Walleij <triad@df.lth.se>
Linus Walleij64ad9ae2006-11-27 11:23:26 +0000114
115 * examples/files.c: unsigned int sized printout.
116 * examples/tracks.c: sort of the same.
Linus Walleij72e9c2b2006-11-28 08:14:00 +0000117 * Makefile.am: HAL style map output by default.
Linus Walleij64ad9ae2006-11-27 11:23:26 +0000118
Richard Low6c0a6ce2006-11-26 10:42:08 +00001192006-11-26 Richard Low <richard@wentnet.com>
Linus Walleijb7426d12006-11-25 23:19:11 +0000120
Richard Low6c0a6ce2006-11-26 10:42:08 +0000121 * src/libmtp.c: object handles for proplists
122 * src/ptp-pack.c: ditto
123 * src/ptp.c: ditto
124 * src/ptp.h: ditto
125
Linus Walleijf73de152006-11-25 21:44:44 +00001262006-11-25 Marcus Meissner <marcus@jet.franken.de>
127
128 * examples/hotplug.c: adding HAL style XML output for
129 the devices.
130 * examples/Makefile.am: fixing a bug in the automake
131 file (pathutils.h missing!)
132 * Makefile.am: fix the problem with re-making sources
133 (you had to run ./autogen.sh before!)
134
Linus Walleijfe677ac2006-11-23 13:35:00 +00001352006-11-23 Linus Walleij <triad@df.lth.se>
136
137 * src/libusb-glue.h: add a new bug flag for devices that
138 have broken PTP_OC_MTP_GetObjPropList implementations.
139 * src/libusb-glue.c: state that all iRivers have this problem.
140 * src/libmtp.c: disable the user of ptp_mtp_getobjectproplist()
141 for these devices.
142
1432006-11-21 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardonbddc0f82006-11-21 13:44:42 +0000144
145 * src/libmtp.c: set handle ids for new objects to 0 when
146 creating new albums and playlists.
147
Linus Walleij2f5ed5c2006-11-21 07:40:29 +00001482006-11-21 Linus Walleij <triad@df.lth.se>
149
150 * src/libmtp.c: enabled enhanced mode for metadata retrieval
151 by default.
Linus Walleij9be685b2006-11-21 09:44:53 +0000152 * src/libmtp.c: fixed the problem with sending files using
153 enhanced commands.
Linus Walleij2f5ed5c2006-11-21 07:40:29 +0000154
Linus Walleij277cd532006-11-20 14:57:46 +00001552006-11-20 Linus Walleij <triad@df.lth.se>
156
157 * src/ptp.h: sync to upstream libgphoto2
158 * src/ptp.c: dito.
159 * src/ptp-pack.c: dito.
Linus Walleij8ae78bb2006-11-20 21:45:52 +0000160 * src/libmtp.c: check for zerolength files/tracks.
Linus Walleij277cd532006-11-20 14:57:46 +0000161
1622006-11-20 Andy Kelk <andy@mopoke.co.uk>
mopoke31364442006-11-20 04:53:04 +0000163
164 * src/libmtp.h.in: add "parent_id" property to LIBMTP_track_struct.
165 * src/libmtp.c: get "parent_id" property when reading tracks.
mopoke33744bb2006-11-20 04:55:32 +0000166 * examples/emptyfolders.c: new example program for pruning empty
167 folders. (does a dummy run by default).
mopoke31364442006-11-20 04:53:04 +0000168
Linus Walleij277cd532006-11-20 14:57:46 +00001692006-11-19 Robert Reardon <rreardon@monkshatch.vispa.com>
rreardon508705f2006-11-19 21:27:22 +0000170
rreardonbbb4e562006-11-19 22:16:11 +0000171 * src/libmtp.c: use enhanced MTP commands to create playlists and
172 send files
rreardon508705f2006-11-19 21:27:22 +0000173 * examples/newplaylist.c: demo program for creating new playlists
rreardona7220ad2006-11-19 21:36:46 +0000174 * examples/Makefile.am: add demo newplaylists program
rreardon508705f2006-11-19 21:27:22 +0000175
Linus Walleij277cd532006-11-20 14:57:46 +00001762006-11-19 Daniel <danielw@iinet.net.au>
Linus Walleij48a2d462006-11-19 14:07:59 +0000177
178 * src/libusb-glue.c: fix error on reconnect.
179
Linus Walleij277cd532006-11-20 14:57:46 +00001802006-11-18 Richard Low <richard@wentnet.com>
Richard Lowef925022006-11-18 09:06:10 +0000181
182 * src/ptp.c: tidy up ptp_usb_getdata
183
Linus Walleij277cd532006-11-20 14:57:46 +00001842006-11-17 Richard Low <richard@wentnet.com>
Richard Low91354812006-11-17 22:44:05 +0000185
186 * src/libmtp.c: fixed parent handle for uploaded tracks
187
Linus Walleij277cd532006-11-20 14:57:46 +00001882006-11-17 Robert Reardon <rreardon@monkshatch.vispa.com>
Linus Walleije6605692006-11-17 09:18:52 +0000189
190 * src/libmtp.c: fixed up album art using enhanced commands.
191
Linus Walleij277cd532006-11-20 14:57:46 +00001922006-11-16 Richard Low <richard@wentnet.com>
Richard Low8d82d2f2006-11-16 20:37:43 +0000193
194 * src/libmtp.c: a crude implementation of ptp_mtp_getobjectproplist
195 * src/ptp.c: ditto
196 * src/ptp.h: ditto
197 * src/ptp-pack.c: ditto
198
Linus Walleij277cd532006-11-20 14:57:46 +00001992006-11-16 Robert Reardon <rreardon@monkshatch.vispa.com>
Linus Walleij9e68bc12006-11-16 15:59:18 +0000200
Linus Walleijccf28ce2006-11-16 16:06:38 +0000201 * src/libmtp.c: use enhanced MTP commands to create albums and
202 add detection of the default album folder.
203 * src/libmtp.h.in: add a holder for album default folder.
Linus Walleij9e68bc12006-11-16 15:59:18 +0000204
Linus Walleij277cd532006-11-20 14:57:46 +00002052006-11-15 Richard Low <richard@wentnet.com>
Richard Low8b42ca32006-11-15 08:52:17 +0000206
207 * src/ptp-pack.c: set string buffer to correct size.
208
Linus Walleij277cd532006-11-20 14:57:46 +00002092006-11-14 Richard Low <richard@wentnet.com>
Richard Lowe1ab2642006-11-14 08:34:49 +0000210
211 * examples/tracks.c: really use undeprecated API entry.
212
Linus Walleij277cd532006-11-20 14:57:46 +00002132006-11-13 Richard Low <richard@wentnet.com>, Linus Walleij <triad@df.lth.se>
Linus Walleij3fcfea52006-11-13 07:07:36 +0000214
215 * src/libmtp.h.in: add LIBMTP_Get_Tracklisting_With_Callback()
Richard Lowdc0b6c72006-11-13 09:22:23 +0000216 and LIBMTP_Get_Filelisting_With_Callback()
Linus Walleij3fcfea52006-11-13 07:07:36 +0000217 * src/libmtp.c: dito, deprecate LIBMTP_Get_Tracklisting()
Richard Lowdc0b6c72006-11-13 09:22:23 +0000218 and LIBMTP_Get_Filelisting()
Linus Walleij3fcfea52006-11-13 07:07:36 +0000219 * examples/tracks.c: use undeprecated API entry.
Richard Lowdc0b6c72006-11-13 09:22:23 +0000220 * examples/connect.c: ditto.
221 * examples/detect.c: ditto.
222 * examples/files.c: ditto.
Linus Walleij3fcfea52006-11-13 07:07:36 +0000223 * src/ptp.c: working on getting object prop lists.
224 * src/ptp.h: dito.
225
Linus Walleij277cd532006-11-20 14:57:46 +00002262006-11-12 Richard Low <richard@wentnet.com>
Richard Lowe1f06922006-11-12 16:38:39 +0000227
228 * src/libusb-glue.c: added Zen Vision W to devices
229
Linus Walleij277cd532006-11-20 14:57:46 +00002302006-11-07 Richard Low <richard@wentnet.com>
Richard Low4c60f6e2006-11-07 20:36:42 +0000231
232 * src/libmtp.c: added checks for supported properties
233
Linus Walleij277cd532006-11-20 14:57:46 +00002342006-11-06 Richard Low <richard@wentnet.com>
Richard Low64fa3992006-11-06 21:24:11 +0000235
236 * src/libmtp.c: added a check for NULL filenames in
237 LIBMTP_Get_Folder_List.
238
Linus Walleij99310d42006-11-01 08:29:39 +00002392006-11-01 Linus Walleij <triad@df.lth.se>
240
241 * src/libmtp.h.in: set/get uint8 to/from objects
242 * src/libmtp.c: send object property list.
243 * src/ptp.c: dito.
244 * src/ptp.h: dito.
245 * src/ptp-pack.c: dito.
246
mopoke90be30e2006-10-30 08:47:41 +00002472006-10-29 Andy Kelk <andy@mopoke.co.uk>
248
249 * examples/albumart.c: simple tool for adding album art.
250 * src/libmtp.c: graceful handling of players not supporting
251 abstract album objects.
252
Linus Walleij0c33ec02006-10-27 10:15:40 +00002532006-10-27 Linus Walleij <triad@df.lth.se>
254
255 * src/Makefile.am: bump library interface to reflect the new
256 album methods.
257 * configure.ac: bump to 0.0.22 for the next release.
258
2592006-10-27 Andy Kelk <andy@mopoke.co.uk>
260
261 * src/libmtp.c: add support form abstract audio/video albums.
262 * src/libmtp.h.in: dito.
263
Linus Walleij7347d0f2006-10-23 07:23:39 +00002642006-10-23 Linus Walleij <triad@df.lth.se>
265
266 * src/libmtp.c: retire opcode rendering (moved to ptp.c)
267 * src/ptp.c: sync to upstream.
268 * src/ptp.h: dito.
269 * src/ptp-pack.c: dito.
270
Linus Walleij9efe75f2006-10-20 09:09:45 +00002712006-10-20 Linus Walleij <triad@df.lth.se>
272
273 * Release 0.0.21 to get all the new device support out.
274
Linus Walleij501ba4d2006-10-16 06:17:04 +00002752006-10-16 Linus Walleij <triad@df.lth.se>
276
277 * configure.ac: bump to 0.0.21.
278 * src/libusb-glue.c: add code to unload a kernel driver for
279 the primary interface if it is already in use under Linux.
280 * src/libusb-glue.h: add a device flag to make this possible.
281
Linus Walleij37253292006-10-11 08:38:14 +00002822006-10-11 Linus Walleij <triad@df.lth.se>
283
284 * examples/delfile.c: patch from Chris Debenham
285 straingtening out the command-line interface a bit
286 more.
287
Linus Walleij43ff8fc2006-10-10 11:16:53 +00002882006-10-10 Linus Walleij <triad@df.lth.se>
289
Linus Walleij37253292006-10-11 08:38:14 +0000290 * examples/delfile.c: patch from Chris Debenham to make
291 this command take an optional filename as parameter
292 instead of file ID.
Linus Walleij43ff8fc2006-10-10 11:16:53 +0000293
Linus Walleij955e6ba2006-09-26 16:55:10 +00002942006-09-26 Linus Walleij <triad@df.lth.se>
295
296 * libmtp.pc.in: require libusb instead of just linking it.
297 * configure.ac: bump release to 0.0.20 and release.
298
Linus Walleijb1318d12006-09-25 14:59:26 +00002992006-09-25 Linus Walleij <triad@df.lth.se>
300
301 * examples/evolution-sync.sh: example script to illustrate
302 to to transfer calendar, task and contact information
303 to a device supporting this.
304
Linus Walleij4ef39e62006-09-19 14:11:52 +00003052006-09-19 Linus Walleij <triad@df.lth.se>
306
307 * src/libmtp.h.in: fixed attribute IDs to be 16bit.
308 * src/libmtp.c: dito.
309 * examples/sendfile.c: support vcard3.
310
Linus Walleijf248fdd2006-09-16 20:11:40 +00003112006-09-16 Linus Walleij <triad@df.lth.se>
312
313 * configure.ac: bump to 0.0.19 and release. There are some
314 new devices as well.
Linus Walleij5b5c7852006-09-16 20:23:37 +0000315 * src/unicode.c: retire unused code.
Linus Walleijf248fdd2006-09-16 20:11:40 +0000316
Linus Walleijb8bfcb22006-09-13 12:14:28 +00003172006-09-13 Linus Walleij <triad@df.lth.se>
318
319 * examples/format.c: formatting test program.
320 * examples.Makefile.am: added format.
321
Linus Walleij13374a42006-09-13 11:55:30 +00003222006-09-13 Andy Kelk <andy@mopoke.co.uk>
323
324 * src/libmtp.h.in: added interface to format storage.
325 * src/libmtp.c: dito.
326 * src/ptp.c: dito.
327 * src/ptp.h: dito.
328
Linus Walleijd31e6192006-09-12 07:55:27 +00003292006-09-12 Linus Walleij <triad@df.lth.se>
330
331 * configure.ac: bump release. Released 0.0.18 yesterday.
332 * src/libmtp.c: do not try to read battery max level unless
333 the device supports it. (Bug occurred on Toshiba Gigabeat
334 P10.)
335
Linus Walleijd5d51c82006-09-11 06:57:50 +00003362006-09-11 Linus Walleij <triad@df.lth.se>
337
338 * src/libusb-glue.c: messed around a bit with device descriptor
339 detection so as to bring closer to libgphoto2 detection algorithm.
340 I've seen things that might be false positives, possibly USB mass
341 storage devices with additional MSFT descriptors to indicate they
342 have Janus DRM.
343 * src/libmtp.c: use UCS-2-INTERNAL if we're not on glibc. glibc
344 knows that UCS-2 is in machine endianness but Darwin and *BSD does
345 not. Detect C library and switch accordingly.
346 * src/unicode.c: retire old unicode code only keep things we cannot
347 live without. Remove the own internal UCS-2 conversion engine and
348 the internal iconv() engine and use the one already available in
349 PTPParams.
350 * src/unicode.h: dito.
351
Linus Walleij0558ac52006-09-07 06:55:03 +00003522006-09-07 Linus Walleij <triad@df.lth.se>
353
354 * src/libusb-glue.h: added device flags so we can make
355 the code behave differently on certain devices.
356 * src/libusb-glue.c: dito, plus removed some debug prints.
357 * src/libmtp.c: docs.
358 * src/libmtp.h.in: added device_flags to device list struct.
359 * src/Makefile.am: bumped to compatible library interface.
360 * configure.ac: bump version to 0.0.18 (0.0.17 released
361 yesterday).
362
Richard Low6ec2cc12006-09-06 16:59:16 +00003632006-09-06 Richard Low <richard@wentnet.com>
364
365 * src/libusb-glue.c: changed packet sizes to improve
366 transfer speeds.
367 * src/libmtp.c: changed packet sizes to improve transfer
368 transfer speeds. Also stopped extra ptp_getobjectinfo
369 calls when getting directories on connect.
370
Linus Walleij7f0c72e2006-09-06 13:01:58 +00003712006-09-06 Linus Walleij <triad@df.lth.se>
372
373 * src/libusb-glue.c: fixed some endpoint size detection
374 and sending special file sizes stuff. Real hairy bug...
375 Also messed around a bit with the callbacks.
376 * src/libmtp.c: changes for callback size detection.
377
Linus Walleija9310fa2006-09-04 06:47:42 +00003782006-09-04 Linus Walleij <triad@df.lth.se>
379
380 * src/libmtp.c: bug in streaming code, use defined USB_BULK_HDR_SIZE
381 instead of magic values.
382
Linus Walleijd7aa5b22006-09-02 11:52:31 +00003832006-09-02 Linus Walleij <triad@df.lth.se>
384
Linus Walleijcd3eb3d2006-09-02 21:33:22 +0000385 * src/libmtp.c: add some code to have
386 LIBMTP_Send_File_From_File_Descriptor() accept a stream
387 if size is set to (uint64_t) -1, plus documentation fixes.
388 I don't think the streaming code will work but whoever want
389 to experiment with it has a place to start.
390 * examples/refactortest.c: removed. Who uses this?
Linus Walleijd7aa5b22006-09-02 11:52:31 +0000391
Linus Walleijda9500d2006-08-30 13:17:06 +00003922006-08-30 Linus Walleij <triad@df.lth.se>
393
394 * configure.ac: version bump.
395 * src/libmtp.c: more debug prints.
396 * src/libusb-glue.c: new iRiver device called Clix. By
397 the way I released libmtp 0.0.16 yesterday.
398
Linus Walleija823a702006-08-27 21:27:46 +00003992006-08-28 Linus Walleij <triad@df.lth.se>
400
401 * configure.ac: version bump.
402 * src/ptp-pack.c: upstream has committed my patch giving full
403 unicode support in libgphoto2 ptp2 camlib. No need for
404 any more ugly workarounds, plus we now have full unicode
405 filenames!
406 * src/ptp.c: dito.
407 * src/ptp.h: dito.
408 * src/libmtp.c: revamp to use the new unicode support in
409 libgphoto2.
410 * src/unicode.c: remove unused functionality.
411 * src/unicode.h: dito.
412
Linus Walleijee73ef22006-08-27 19:56:00 +00004132006-08-27 Linus Walleij <triad@df.lth.se>
414
415 * configure.ac: version bump. Release all these fixes
416 as 0.0.15.
417 * src/libusb-glue.c: fixed sucky errors. Added callback
418 code when reading files.
419 * src/libusb-glue.h: const correctness.
420 * src/libmtp.h.in: finally fixup the type on the callbacks.
421 * src/libmtp.c: more accurate sending callbacks. Callbacks
422 when getting files also, working correctly. Typeing of
423 callbacks now OK.
424 * examples/getfile.c: some display bar cosmetic fixup.
425 * TODO: lots of the things todo are now done.
426
Linus Walleijd214b9b2006-08-26 22:08:37 +00004272006-08-26 Linus Walleij <triad@df.lth.se>
428
429 * configure.ac: version bump.
430 * src/libmtp.c: fix bug and reinstate callbacks.
431 * src/libusb-glue.h: dito.
432 * src/libusb-glue.c: dito.
433
Linus Walleije7f44be2006-08-25 19:32:29 +00004342006-08-25 Linus Walleij <triad@df.lth.se>
435
436 * src/libmtp.c: use the new file descriptor sender function.
437 Going to release this as 0.0.13.
438 * src/ptp.c: upstream accepted patches synced in.
439 * src/ptp.h: dito.
440
Linus Walleijeab650b2006-08-21 23:26:37 +00004412006-08-22 Linus Walleij <triad@df.lth.se>
442
Linus Walleij80d134a2006-08-22 21:41:37 +0000443 * src/libusb-glue.c: found a real nasty endpoint bug,
444 code from libgphoto2 was assuming max packet size of
445 512 bytes while it is 64 when a USB 2.0 device is
446 plugged into an UHCI hub.
447
4482006-08-22 Linus Walleij <triad@df.lth.se>
449
Linus Walleijeab650b2006-08-21 23:26:37 +0000450 * configure.ac: bump to 0.0.13, also released 0.0.12 now.
451
Linus Walleij924236a2006-08-20 22:17:58 +00004522006-08-21 Linus Walleij <triad@df.lth.se>
453
454 * src/libmtp.c: fixup mmap() usage and add madvise()
Linus Walleij96c62432006-08-21 10:04:02 +0000455 as result of experiments by Gavin McCullagh. Upstream
456 accept patch to get files directly to file descriptor.
Linus Walleij3ec86312006-08-21 13:25:24 +0000457 Move iconv() converters into device struct for thread
458 safety.
Linus Walleij96c62432006-08-21 10:04:02 +0000459 * src/ptp.c: sync to upstream which merges patch to get
460 file directly to file descriptor.
461 * src/ptp.h: dito.
Linus Walleij3ec86312006-08-21 13:25:24 +0000462 * src/unicode.c: move iconv() converters into the device
463 struct for thread safety.
464 * src/unicode.h: dito.
Linus Walleij924236a2006-08-20 22:17:58 +0000465
Linus Walleij30658792006-08-19 22:18:55 +00004662006-08-20 Linus Walleij <triad@df.lth.se>
467
468 * src/libmtp.h.in: set friendly name and sync partner,
469 rename ownername to friendlyname.
470 * src/libmtp.c: dito.
471 * examples/detect.c: reflect changes.
472 * src/Makefile.am: interface is incompatible so age it.
473
Linus Walleijfae27482006-08-19 20:13:25 +00004742006-08-19 Linus Walleij <triad@df.lth.se>
475
476 * src/libmtp.h.in: add function to get syncronization
477 partner for the device.
478 * src/libmtp.c: dito.
479 * examples/detect.c: use that function.
480 * src/Makefile.am: backward-compatible interface bump.
481
Linus Walleij16571dc2006-08-17 20:27:46 +00004822006-08-17 Linus Walleij <triad@df.lth.se>
483
484 * configure.ac: bump to 0.0.12 and require iconv.h.
485
4862006-08-16 Linus Walleij <triad@df.lth.se>
487
488 * src/unicode.c: remove bigendian weirdness and switch
489 to using iconv() instead.
490 * src/unicode.h: dito.
491 * src/libmtp.c: reflect changes.
492
Linus Walleij3e188f12006-08-09 20:46:05 +00004932006-08-09 Linus Walleij <triad@df.lth.se>
494
495 * Release libmtp 0.0.11.
496
Linus Walleij2eb884b2006-08-04 19:17:36 +00004972006-08-04 Linus Walleij <triad@df.lth.se>
498
499 * src/libmtp.c: patch from Dan Aloni to make sendfile
500 use mmap and avoid memory drainage.
Linus Walleij9eb3d312006-08-04 19:25:59 +0000501 * src/libusb-glue.c: patch from Andy Kelk to avoid
502 exit():ing when the interface cannot be claimed.
Linus Walleij232943d2006-08-04 19:26:53 +0000503 * configure.ac: version bump.
Linus Walleij2eb884b2006-08-04 19:17:36 +0000504
Linus Walleijaa4b0752006-07-26 22:21:04 +00005052006-07-27 Linus Walleij <triad@df.lth.se>
506
507 * Release libmtp 0.0.10.
508
Linus Walleij17b55ea2006-07-26 13:54:00 +00005092006-07-26 Linus Walleij <triad@df.lth.se>
510
511 * src/libusb-glue.c: new SanDisk devices.
Linus Walleij00cf0642006-07-26 20:40:59 +0000512 * src/libmtp.c: only set metdata properties supported by
513 the device, duh.
Linus Walleijaa4b0752006-07-26 22:21:04 +0000514 * src/ptp.c: sync to upstream.
515 * src/ptp.h: sync to upstream.
516 * configure.ac: bump to 0.0.10.
Linus Walleij17b55ea2006-07-26 13:54:00 +0000517
Linus Walleijc187cb92006-06-22 17:58:13 +00005182006-06-22 Linus Walleij <triad@df.lth.se>
519
520 * Release libmtp 0.0.9.
521
Linus Walleij8ab54262006-06-21 07:12:28 +00005222006-06-21 Linus Walleij <triad@df.lth.se>
523
524 * src/libmtp.h.in: added function to retrieve supported
525 filetypes.
526 * src/libmtp.c: ditto.
527 * examples/detect.c: use that function.
528
Linus Walleijcf223e62006-06-19 09:31:53 +00005292006-06-19 Linus Walleij <triad@df.lth.se>
530
531 * src/unicode.c: support all endianness, detect
532 byte-order-mark
533 * src/unicode.h: ditto.
534 * src/libmtp.c: ditto.
535 * examples/detect.c: use proper tempfile function.
536 * src/libmtp.h.in: add some more track properties.
537 * src/libmtp.c: ditto.
538 * examples/tracks.c: ditto.
539
Linus Walleij2e4b5f92006-06-16 14:00:49 +00005402006-06-16 Linus Walleij <triad@df.lth.se>
541
542 * src/libmtp.h.in: new interfaces for single metadata post
543 retrieveal.
544 * src/libmtp.c: ditto.
545 * examples/playlists.c: display track info using the new
546 individual track metadata retrieveal method.
547 * examples/getplaylist.c: ditto.
548
Linus Walleij05ccbe72006-06-13 07:46:58 +00005492006-06-13 Linus Walleij <triad@df.lth.se>
550
551 * src/libmtp.h.in: added default folders to device struct.
Linus Walleij545c7792006-06-13 15:22:30 +0000552 Add some new function prototypes.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000553 * src/libmtp.c: discover and use the default folders if
Linus Walleij545c7792006-06-13 15:22:30 +0000554 we can find them. Retrieve device secure time and cert
555 out of sheer curiosity.
556 * src/ptp.c: sync to libgphoto2 with my patches.
557 * src/ptp.h: ditto.
Linus Walleij05ccbe72006-06-13 07:46:58 +0000558
Linus Walleij438bd7f2006-06-08 11:35:44 +00005592006-06-07 Linus Walleij <triad@df.lth.se>
560
561 * src/libmtp.h.in: new playlist API and refactorings.
562 * src/libmtp.c: ditto, and refactorings.
563 * src/unicode.h: const correctness.
564 * src/unicode.c: ditto.
565 * examples/playlists.c: new example program.
566 * configure.ac: bump to 0.0.9
567 * src/Makefile.am: bump library interface.
568
Linus Walleij52e3ac52006-06-05 10:30:00 +00005692006-06-05 Linus Walleij <triad@df.lth.se>
570
571 * examples/sendtr.c: fixed annoying bug that made this
572 program totally useless.
573 * src/libmtp.c: cosmetics.
574 * configure.ac: bump to 0.0.8.
575
Linus Walleij345a3372006-06-03 20:55:25 +00005762006-06-03 Linus Walleij <triad@df.lth.se>
577
578 * src/libmtp.c: metadata bugs, album name and genre
579 confused. Fixe it and released libmtp 0.0.7.
580
Linus Walleijdc09dc02006-06-01 14:23:41 +00005812006-06-01 Linus Walleij <triad@df.lth.se>
582
583 * Released libmtp 0.0.6.
584
Linus Walleij549ec4d2006-05-31 19:59:52 +00005852006-05-31 Linus Walleij <triad@df.lth.se>
586
587 * src/libmtp.c: fixed mapping for JPEG vs JFIF
588 * src/libmtp.h.in: added proper type for JPEG
589 * examples/sendfile.c: send proper JPEG type
590
Linus Walleijd3fdd972006-05-30 15:51:37 +00005912006-05-30 Flavien Lebarbe <flavien+libmtp@lebarbe.net>
592
593 * src/libmtp.c: fixed a bug in update metadata due to
594 bad use of return code.
595 * src/libusb-glue.c: fixed a loop exiting problem with
596 good 'ol GOTO.
597
Linus Walleij9b1fcd92006-05-29 08:35:29 +00005982006-05-29 Linus Walleij <triad@df.lth.se>
599
600 * src/libusb-glue.c: one more device.
601 * doc/examples.h: produce correct documentation.
602 * configure.ac: bump to 0.0.6.
Linus Walleijf67bca92006-05-29 09:33:39 +0000603 * src/ptp.c: sync to libgphoto2.
604 * src/ptp.h: ditto.
605 * src/ptp-pack.c: ditto.
Linus Walleijf0f3d482006-05-29 14:10:21 +0000606 * src/libmtp.c: fixed all filetype API related functions
607 not to use any PTP intrinsic defines at all, made all
608 parameters to functions use the internal libmtp interface
609 enumerations and definitions. Removed LIBMTP_Release():
610 we can live with the memory lost during init. You're not
611 supposed to re-initialize the device. Consequently removed
612 the delete function that cleaned the filetype assoc list.
613 * examples/refactortest.c: reflect changes.
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000614
ravelox088180b2006-05-26 23:55:40 +00006152006-05-26 Dave Kelly <libmtp@ravelox.co.uk>
616
617 * src/libmtp.c: refactored object handling to be more generic
618 * src/libmtp.h.in: ditto
619 * examples/refactortest.c: Added simple example to use refactoring
620 * examples/getplaylist.c: Added example to extract playlist data
Linus Walleij9b1fcd92006-05-29 08:35:29 +0000621 * src/ptp.c: Re-added ptp_get/set_objectreferences to allow
622 for playlist handling
623 * src/ptp.h: ditto
ravelox088180b2006-05-26 23:55:40 +0000624
Linus Walleij1fd2d272006-05-08 09:22:01 +00006252006-05-08 Linus Walleij <triad@df.lth.se>
626
627 * src/libmtp.h.in: add simple detection function.
628 * src/libusb-glue.c: implement MTP "OS descriptor" for
629 looking for MTP devices.
630 * examples/detect.c: make it possible to do very
631 rudimentary detection with "detect -p".
632 * configure.ac: bump to 0.0.5.
633
Linus Walleij685137f2006-05-07 18:09:02 +00006342006-05-07 Linus Walleij <triad@df.lth.se>
635
636 * COPYING: since we no longer use any parts of libptp2
637 and only files from libgphoto2, we switch to the GNU
638 Lesser General Public License (GNU LGPL). libptp2 is
639 a derived work from libgphoto2, and so is libmtp, there
640 are no remnants of libptp2 in libmtp anymore.
641
Linus Walleij16c51f02006-05-04 13:20:22 +00006422006-05-04 Linus Walleij <triad@df.lth.se>
643
644 * examples/sendfile.c: fixes some more filetypes.
Linus Walleij453813c2006-05-04 19:46:43 +0000645 * src/libmtp.c: respectfully rearranged to use a filetype mapping
646 table.
647 * src/ptp-pack.c: real nasty unicode packing bug.
648 * Release libmtp 0.0.4.
Linus Walleij16c51f02006-05-04 13:20:22 +0000649
Linus Walleijd6a49972006-05-02 08:24:54 +00006502006-05-02 Linus Walleij <triad@df.lth.se>
651
652 * src/libmtp.c: general shaping up for release. All track
653 and file sending functions now respects a parent ID to be
654 sent along with files and tracks.
655 * src/libmtp.h.in: dito.
656 * src/libusb-glue.c: dito.
657 * examples/sendfile.c: interface dependency changes.
658 * examples/sendtr.c: dito.
659
Linus Walleijc60275a2006-04-30 10:58:11 +00006602006-04-30 Linus Walleij <triad@df.lth.se>
661
662 * src/ptp.c: sync upstream.
663 * src/ptp.h: dito.
664
Linus Walleij370c68d2006-04-27 14:19:01 +00006652006-04-27 Linus Walleij <triad@df.lth.se>
666
667 * examples/sendfile.c: first file sender program based
668 on API implementation and changes by Chris Allegretta.
669 * examples/Makefile.am: new program, new entry.
670 * src/libmtp.c: reflect this new functionality.
671 * src/libmtp.h.in: dito.
672
Linus Walleijb02a0662006-04-25 08:05:09 +00006732006-04-25 Linus Walleij <triad@df.lth.se>
674
675 * Rebased the sources around libgphoto2 instead.
676 This was a major revision...
677 * src/ptp.c: imported libgphoto2 version verbatim.
678 * src/ptp.h: imported libgphoto2 version, minor patch.
679 * src/ptp-pack.c: imported libgphoto2 version, minor patch.
Linus Walleij9a96f0b2006-04-25 08:46:59 +0000680 * src/ptp-pack.h: dropped, libgphoto2 does not use it.
Linus Walleijb02a0662006-04-25 08:05:09 +0000681 * src/mtp.c: dropped, since all functions are now in ptp.c
682 * src/mtp-pack.c: dropped, same reason.
683 * src/mtp.h: dropped, same reason.
684 * src/mtp-pack.h: dropped, same reason.
685
Linus Walleije5f3ad42006-04-21 07:44:36 +00006862006-04-21 Linus Walleij <triad@df.lth.se>
687
Linus Walleij902c0b92006-04-21 10:52:48 +0000688 * Released libmtp 0.0.3
689 * Bumped source to 0.0.4
690
6912006-04-21 Linus Walleij <triad@df.lth.se>
692
Linus Walleije5f3ad42006-04-21 07:44:36 +0000693 * src/ptp-pack.c: GCC 4.x compilation patch from
694 Diego Pettenò.
Linus Walleija06a2792006-04-21 07:52:26 +0000695 * src/libusb-glue.c: New Samsung device and some
696 from libgphoto2.
Linus Walleij9c6ca022006-04-21 10:24:15 +0000697 * src/ptp.h: some defines from libgphoto2 to get
698 a bit more compatible.
699 * src/libmtp.c: Added a folder API implementation by
700 Dave "ravelox" Kelly.
701 * src/libmtp.h.in: dito.
702 * examples/folders.c: dito.
703 * examples/newfolder.c: dito.
704 * examples/trexist.c: dito.
Linus Walleije5f3ad42006-04-21 07:44:36 +0000705
Linus Walleij6fd2f082006-03-28 07:19:22 +00007062006-03-28 Linus Walleij <triad@df.lth.se>
707
708 * m4/*: updated macros to work with GCC 4.1.0.
709 * examples/hotplug.c: new program to create device
710 ID lists.
711 * libmtp.rules: now an auto-generated file.
712 * libmtp.usermap: now an auto-generated file.
713
Linus Walleijf6bc1782006-03-24 15:12:47 +00007142006-03-24 Linus Walleij <triad@df.lth.se>
715
716 * Beginning a file API, fixed some example program
717 names and such.
718
Linus Walleij6946ac52006-03-21 06:51:22 +00007192006-03-18 Linus Walleij <triad@df.lth.se>
720
721 * Fixed up callback interface to a simpler version,
722 the old one was bloated stuff from libnjb anyway.
723 Bump to 0.0.2.
724
Linus Walleij9b28da32006-03-16 13:47:58 +00007252006-03-16 Linus Walleij <triad@df.lth.se>
726
727 * Fixed the .h file and implementation so you really only
728 need this one .h file to interface the library.
729
Linus Walleij80124062006-03-15 10:26:09 +00007302006-03-15 Linus Walleij <triad@df.lth.se>
731
732 * Added three device information retrieval functions.
733
Linus Walleij15e344f2006-03-06 15:15:00 +00007342006-03-06 Linus Walleij <triad@df.lth.se>
735
736 * Moving some things around to structure the source. More
737 will be needed...
738
Linus Walleij93218602006-02-27 08:53:38 +00007392006-02-27 Linus Walleij <triad@df.lth.se>
740
741 * Release libmtp 0.0.1 so people have something to play with,
742 what the heck. Probably saves someones day.
743
Linus Walleij95698cd2006-02-24 10:40:40 +00007442006-02-24 Linus Walleij <triad@df.lth.se>
745
746 * Deltr example program to delete tracks, plus corresponding
747 interface call.
748
Linus Walleij17e39f72006-02-23 15:54:28 +00007492006-02-23 Linus Walleij <triad@df.lth.se>
750
751 * Fixed up sendtr program and metadata tagging function that is
752 used after sending files.
753
Linus Walleij394bbbe2006-02-22 16:10:53 +00007542006-02-22 Linus Walleij <triad@df.lth.se>
Linus Walleijeb8c6fe2006-02-03 09:46:22 +0000755
Linus Walleij394bbbe2006-02-22 16:10:53 +0000756 * Untested gettr.c and sendtr.c programs to get and send tracks
757 created.
758
Linus Walleijeb8c6fe2006-02-03 09:46:22 +00007592006-01-30 Linus Walleij <triad@df.lth.se>
760
761 * Created the initial GNU source directory structure.
762 * Added the most basic files.