summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-10-20 22:25:01 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-10-20 22:25:01 +0000
commitf9485a7197eade38c5910977d7c4cac69cb143c1 (patch)
tree104d285451cb740758f774503f10a4da05317cbd
parentecca84a3d4a53340c60a433f12c5867d7ad26f1f (diff)
downloadlibgpod-tmz-f9485a7197eade38c5910977d7c4cac69cb143c1.tar.gz
libgpod-tmz-f9485a7197eade38c5910977d7c4cac69cb143c1.tar.xz
libgpod-tmz-f9485a7197eade38c5910977d7c4cac69cb143c1.zip
Add SN for 16GB blue nano
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2142 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 5b060e4..44a080a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-21 Christophe Fergeau <teuf@gnome.org>
+
+ * src/itdb_device.c: add serial number for 16GB blue ipod nano,
+ thanks to Thomas Pani for providing that SN.
+
2008-10-13 Christophe Fergeau <teuf@gnome.org>
* src/itdb_device.c: add serial number for 16GB black ipod nano,
diff --git a/src/itdb_device.c b/src/itdb_device.c
index 0a23dc8..30c8bac 100644
--- a/src/itdb_device.c
+++ b/src/itdb_device.c
@@ -623,6 +623,7 @@ static const ItdbSerialToModel serial_to_model_mapping[] = {
{ "3QU", "B739" }, /* 8GB Purple Nano 4g */
{ "3RO", "B754" }, /* 8GB Black Nano 4g */
{ "3QZ", "B751" }, /* 8GB Red Nano 4g */
+ { "5B8", "B905" }, /* 16GB Blue Nano 4g */
{ "5BE", "B917" }, /* 16GB Red Nano 4g */
{ "5BF", "B918" }, /* 16GB Black Nano 4g */
{ NULL , NULL }