summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-10-01 20:27:55 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-10-01 20:27:55 +0000
commitb115445598ef23bf39dd6a08978349f8261c1abf (patch)
tree74fe1b4439a3a129f0bf31da0b3c6225399c8020
parent49a9008099337489c57d0b0859011a00b997b887 (diff)
downloadlibgpod-tmz-b115445598ef23bf39dd6a08978349f8261c1abf.tar.gz
libgpod-tmz-b115445598ef23bf39dd6a08978349f8261c1abf.tar.xz
libgpod-tmz-b115445598ef23bf39dd6a08978349f8261c1abf.zip
* src/itdb_device.c: add SN for 16GB Red Nano
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2128 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r--ChangeLog4
-rw-r--r--src/itdb_device.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cfee167..a4fcbaa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-10-01 Christophe Fergeau <teuf@gnome.org>
+ * src/itdb_device.c: add SN for 16GB Red Nano
+
+2008-10-01 Christophe Fergeau <teuf@gnome.org>
+
* src/itdb.h: add enum entries for the new ipod classic and the new
nanos
* src/itdb_device.c: add entries for the new nanos and the new ipod
diff --git a/src/itdb_device.c b/src/itdb_device.c
index 02e24b2..8e6f2b3 100644
--- a/src/itdb_device.c
+++ b/src/itdb_device.c
@@ -620,6 +620,7 @@ static const ItdbSerialToModel serial_to_model_mapping[] = {
{ "3QX", "B745" }, /* 8GB Green Nano 4g */
{ "3QU", "B739" }, /* 8GB Purple Nano 4g */
{ "3RO", "B754" }, /* 8GB Black Nano 4g */
+ { "5BE", "B917" }, /* 16GB Red Nano 4g */
{ NULL , NULL }
};