Home | History | Annotate | only in /external/libmtp/src
Up to higher level directory
NameDateSize
device-flags.h08-Oct-201510.1K
gphoto2-endian-intel.h08-Oct-20153.8K
gphoto2-endian-ppc.h08-Oct-20154.5K
gphoto2-endian.h08-Oct-2015156
libmtp.c08-Oct-2015286.5K
libmtp.h08-Oct-201532.3K
libmtp.h.in08-Oct-201531.9K
libmtp.sym08-Oct-20151.9K
libptp-stdint.h08-Oct-201576
libusb-glue.c08-Oct-201558.9K
libusb-glue.h08-Oct-20155K
Makefile.am08-Oct-20152.5K
Makefile.in08-Oct-201520.9K
music-players.h08-Oct-201546.8K
playlist-spl.c08-Oct-201524.8K
playlist-spl.h08-Oct-20151.3K
ptp-pack.c08-Oct-201557.5K
ptp.c08-Oct-2015163.3K
ptp.h08-Oct-201594.6K
README08-Oct-2015716
unicode.c08-Oct-20155.4K
unicode.h08-Oct-20151.5K
util.c08-Oct-20152.9K
util.h08-Oct-20151K

README

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