Name | Date | Size | |
---|---|---|---|
.. | 24-Jul-2013 | 4 KiB | |
device-flags.h | 24-Jul-2013 | 10.1 KiB | |
gphoto2-endian-intel.h | 24-Jul-2013 | 3.8 KiB | |
gphoto2-endian-ppc.h | 24-Jul-2013 | 4.5 KiB | |
gphoto2-endian.h | 24-Jul-2013 | 156 | |
libmtp.c | 24-Jul-2013 | 286.5 KiB | |
libmtp.h | 24-Jul-2013 | 32.3 KiB | |
libmtp.h.in | 24-Jul-2013 | 31.9 KiB | |
libmtp.sym | 24-Jul-2013 | 1.9 KiB | |
libptp-stdint.h | 24-Jul-2013 | 76 | |
libusb-glue.c | 24-Jul-2013 | 58.9 KiB | |
libusb-glue.h | 24-Jul-2013 | 5 KiB | |
Makefile.am | 24-Jul-2013 | 2.5 KiB | |
Makefile.in | 24-Jul-2013 | 20.9 KiB | |
music-players.h | 24-Jul-2013 | 46.8 KiB | |
playlist-spl.c | 24-Jul-2013 | 24.8 KiB | |
playlist-spl.h | 24-Jul-2013 | 1.3 KiB | |
ptp-pack.c | 24-Jul-2013 | 57.5 KiB | |
ptp.c | 24-Jul-2013 | 163.3 KiB | |
ptp.h | 24-Jul-2013 | 94.6 KiB | |
README | 24-Jul-2013 | 716 | |
unicode.c | 24-Jul-2013 | 5.4 KiB | |
unicode.h | 24-Jul-2013 | 1.5 KiB | |
util.c | 24-Jul-2013 | 2.9 KiB | |
util.h | 24-Jul-2013 | 1 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