NameDateSize

..02-Jul-20154 KiB

device-flags.h02-Jul-201510.1 KiB

gphoto2-endian-intel.h02-Jul-20153.8 KiB

gphoto2-endian-ppc.h02-Jul-20154.5 KiB

gphoto2-endian.h02-Jul-2015156

libmtp.c02-Jul-2015286.5 KiB

libmtp.h02-Jul-201532.3 KiB

libmtp.h.in02-Jul-201531.9 KiB

libmtp.sym02-Jul-20151.9 KiB

libptp-stdint.h02-Jul-201576

libusb-glue.c02-Jul-201558.9 KiB

libusb-glue.h02-Jul-20155 KiB

Makefile.am02-Jul-20152.5 KiB

Makefile.in02-Jul-201520.9 KiB

music-players.h02-Jul-201546.8 KiB

playlist-spl.c02-Jul-201524.8 KiB

playlist-spl.h02-Jul-20151.3 KiB

ptp-pack.c02-Jul-201557.5 KiB

ptp.c02-Jul-2015163.3 KiB

ptp.h02-Jul-201594.6 KiB

README02-Jul-2015716

unicode.c02-Jul-20155.4 KiB

unicode.h02-Jul-20151.5 KiB

util.c02-Jul-20152.9 KiB

util.h02-Jul-20151 KiB

README

1RELATION TO LIBPTP2
2-------------------
3
4Parts of libptp2 are copied (and modified) from version 1.1.0:
5
6ptp-pack.c
7ptp-pack.h
8ptp.c
9ptp.h
10
11These are just copies of the same files from libptp2.
12In order to avoid clashes with the libptp2 endianness scripts
13we have named libptp-endian.h and libptp-stdint.h the
14same way as in libptp2, though they are created by libmtp
15autoconfigure scripts.
16
17We will try to track libptp2 and fold changes back into
18libmtp.
19
20TODO: check if the following still holds! (Linus)
21
22I have changed the config script slightly for the le64atoh function 
23in libptp-endian.h. This is required for OS X on PowerPC (not sure why). 
24I've just cast the bytes to uint64_t to avoid shifting wrongly.
25
26