Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
Makefile.am | D | 07-May-2024 | 2.5 KiB | 62 | 35 | |
Makefile.in | D | 07-May-2024 | 20.9 KiB | 617 | 514 | |
README | D | 07-May-2024 | 716 | 26 | 18 | |
device-flags.h | D | 07-May-2024 | 10.1 KiB | 248 | 25 | |
gphoto2-endian-intel.h | D | 07-May-2024 | 3.8 KiB | 138 | 93 | |
gphoto2-endian-ppc.h | D | 07-May-2024 | 4.5 KiB | 120 | 77 | |
gphoto2-endian.h | D | 07-May-2024 | 156 | 8 | 5 | |
libmtp.c | D | 07-May-2024 | 286.5 KiB | 8,398 | 5,413 | |
libmtp.h | D | 07-May-2024 | 32.3 KiB | 942 | 628 | |
libmtp.h.in | D | 07-May-2024 | 31.9 KiB | 931 | 880 | |
libmtp.sym | D | 07-May-2024 | 1.9 KiB | 79 | 78 | |
libptp-stdint.h | D | 07-May-2024 | 76 | 3 | 1 | |
libusb-glue.c | D | 07-May-2024 | 58.9 KiB | 1,921 | 1,337 | |
libusb-glue.h | D | 07-May-2024 | 5 KiB | 130 | 83 | |
music-players.h | D | 07-May-2024 | 46.8 KiB | 972 | 427 | |
playlist-spl.c | D | 07-May-2024 | 24.8 KiB | 855 | 467 | |
playlist-spl.h | D | 07-May-2024 | 1.3 KiB | 36 | 10 | |
ptp-pack.c | D | 07-May-2024 | 57.5 KiB | 1,878 | 1,562 | |
ptp.c | D | 07-May-2024 | 163.3 KiB | 4,975 | 3,747 | |
ptp.h | D | 07-May-2024 | 94.6 KiB | 2,573 | 1,785 | |
unicode.c | D | 07-May-2024 | 5.4 KiB | 174 | 83 | |
unicode.h | D | 07-May-2024 | 1.5 KiB | 41 | 7 | |
util.c | D | 07-May-2024 | 2.9 KiB | 108 | 51 | |
util.h | D | 07-May-2024 | 1 KiB | 30 | 5 |
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