summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-09-26 13:18:37 +0000
committerjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-09-26 13:18:37 +0000
commit1f7e5281d02ab42332179954c1b19548244ee4a6 (patch)
treee009538d5e62c7955472a31168ce51ed5e73c78a /ChangeLog
parentbcb574385b6d4a32148eb01742e4533c786e2d36 (diff)
downloadlibgpod-1f7e5281d02ab42332179954c1b19548244ee4a6.tar.gz
libgpod-1f7e5281d02ab42332179954c1b19548244ee4a6.tar.xz
libgpod-1f7e5281d02ab42332179954c1b19548244ee4a6.zip
* src/itdb_device.c: remove "read only" notice on Nano Video
description. * ChangeLog: explained better about SysInfo* files. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1701 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ec7ef7..d4e296d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,17 @@
+2007-09-26 Jorg Schuler <jcsjcs at users.sourceforge.net>
+
+ * src/itdb_device.c: remove "read only" notice on Nano Video
+ description.
+
+ * ChangeLog: explained better about SysInfo* files.
+
2007-09-24 Jorg Schuler <jcsjcs at users.sourceforge.net>
** code courtesy of Christophe Fergeau **
* src/itdb_itunesdb.c (mk_mhbd): write extended header needed
- for new iPod Nanos (3G Video) and iPod Classics.
+ for new iPod Nanos (3G Video) and iPod Classics (must fill
+ in SysInfo or SysInfoFileExtended -- see below).
src/itdb_sysinfo.c
src/itdb_device.c
@@ -11,7 +19,9 @@
for the FireWireGUID. You must either copy the iPod
description XML file to Device/SysInfoExtended or add a line
'FirewireGuid: 000A27....' to Device/SysInfo. You can get
- your FirewireGuid by using the tests/test-fw-id test program.
+ your FirewireGuid by looking at /proc/bus/usb/devices and
+ search for a serial number close to the "Apple" entry. The
+ serial number will probably start with 000A27.
* src/sha1.c
src/sha1.h