summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-10-15 17:39:13 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-10-15 17:39:13 +0000
commitecca84a3d4a53340c60a433f12c5867d7ad26f1f (patch)
tree28620d8895ac33f08f26c5bc225cffbdc9397177
parent3e891ea3b44c4cfe2f54faf84e0549a9b2189a95 (diff)
downloadlibgpod-ecca84a3d4a53340c60a433f12c5867d7ad26f1f.tar.gz
libgpod-ecca84a3d4a53340c60a433f12c5867d7ad26f1f.tar.xz
libgpod-ecca84a3d4a53340c60a433f12c5867d7ad26f1f.zip
Add serial number for 16GB Black Nano
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2141 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r--ChangeLog5
-rw-r--r--src/itdb_device.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d04690..5b060e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-13 Christophe Fergeau <teuf@gnome.org>
+
+ * src/itdb_device.c: add serial number for 16GB black ipod nano,
+ thanks to Doug Larrick for providing that SN :)
+
2008-10-07 Christophe Fergeau <teuf@gnome.org>
* src/db-artwork-debug.c: use %z modifier to print size_t values
diff --git a/src/itdb_device.c b/src/itdb_device.c
index ac7e95c..0a23dc8 100644
--- a/src/itdb_device.c
+++ b/src/itdb_device.c
@@ -624,6 +624,7 @@ static const ItdbSerialToModel serial_to_model_mapping[] = {
{ "3RO", "B754" }, /* 8GB Black Nano 4g */
{ "3QZ", "B751" }, /* 8GB Red Nano 4g */
{ "5BE", "B917" }, /* 16GB Red Nano 4g */
+ { "5BF", "B918" }, /* 16GB Black Nano 4g */
{ NULL , NULL }
};