summaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2006-03-16 13:47:58 +0000
committerLinus Walleij <triad@df.lth.se>2006-03-16 13:47:58 +0000
commit9b28da341a771881c20d620c334f050d06aec512 (patch)
tree8abf93e2ce629740d7ff27ea2b3ac71f05d8778f /src/README
parent80124062324bf19ecc752022add2be88fb73b261 (diff)
downloadlibmtp-9b28da341a771881c20d620c334f050d06aec512.tar.gz
New fixes.
Diffstat (limited to 'src/README')
-rw-r--r--src/README27
1 files changed, 22 insertions, 5 deletions
diff --git a/src/README b/src/README
index 5a1bf8e..a4b8e35 100644
--- a/src/README
+++ b/src/README
@@ -1,10 +1,27 @@
Lots of docs to follow...
-libptp2 is copied (and modified) from version 1.1.0.
+RELATION TO LIBPTP2
+-------------------
-For now, to get the endianness right for your system, try configure in libptp2.
+Parts of libptp2 are copied (and modified) from version 1.1.0:
-I have changed the config script slightly for the le64atoh function in libptp-endian.h.
-This is required for OS X on PowerPC (not sure why). I've just cast the bytes to uint64_t
-to avoid shifting wrongly.
+ptp-pack.c
+ptp-pack.h
+ptp.c
+ptp.h
+
+These are just copies of the same files from libptp2.
+In order to avoid clashes with the libptp2 endianness scripts
+we have named libptp-endian.h and libptp-stdint.h the
+same way as in libptp2, though they are created by libmtp
+autoconfigure scripts.
+
+We will try to track libptp2 and fold changes back into
+libmtp.
+
+TODO: check if the following still holds! (Linus)
+
+I have changed the config script slightly for the le64atoh function
+in libptp-endian.h. This is required for OS X on PowerPC (not sure why).
+I've just cast the bytes to uint64_t to avoid shifting wrongly.