NameDateSize

..13-Jul-20124 KiB

device-flags.h13-Jul-201210.1 KiB

gphoto2-endian-intel.h13-Jul-20123.8 KiB

gphoto2-endian-ppc.h13-Jul-20124.5 KiB

gphoto2-endian.h13-Jul-2012156

libmtp.c13-Jul-2012286 KiB

libmtp.h13-Jul-201232.2 KiB

libmtp.h.in13-Jul-201231.9 KiB

libmtp.sym13-Jul-20121.9 KiB

libptp-stdint.h13-Jul-201276

libusb-glue.c13-Jul-201258.9 KiB

libusb-glue.h13-Jul-20125 KiB

Makefile.am13-Jul-20122.5 KiB

Makefile.in13-Jul-201220.9 KiB

music-players.h13-Jul-201246.7 KiB

playlist-spl.c13-Jul-201224.8 KiB

playlist-spl.h13-Jul-20121.3 KiB

ptp-pack.c13-Jul-201257.5 KiB

ptp.c13-Jul-2012163.3 KiB

ptp.h13-Jul-201294.6 KiB

README13-Jul-2012716

unicode.c13-Jul-20125.4 KiB

unicode.h13-Jul-20121.5 KiB

util.c13-Jul-20122.9 KiB

util.h13-Jul-20121 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