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