Home | History | Annotate | only in /external/libmtp/src
Up to higher level directory
NameDateSize
chdk_live_view.h21-Aug-20183.3K
chdk_ptp.h21-Aug-201812.9K
device-flags.h21-Aug-201813.3K
gphoto2-sync.sh21-Aug-2018602
libmtp.c21-Aug-2018311.8K
libmtp.h.in21-Aug-201836.1K
libmtp.sym21-Aug-20182.9K
libopenusb1-glue.c21-Aug-201880.4K
libusb-glue.c21-Aug-201864.4K
libusb-glue.h21-Aug-20186.4K
libusb1-glue.c21-Aug-201869.1K
Makefile.am21-Aug-20182.8K
mtpz.c21-Aug-201879.6K
mtpz.h21-Aug-20181.3K
music-players.h21-Aug-2018156K
playlist-spl.c21-Aug-201824.9K
playlist-spl.h21-Aug-20181.3K
ptp-pack.c21-Aug-201888.4K
ptp.c21-Aug-2018232K
ptp.h21-Aug-2018129.4K
README21-Aug-2018716
unicode.c21-Aug-20185.4K
unicode.h21-Aug-20181.5K
util.c21-Aug-20184K
util.h21-Aug-20181.7K

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