summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-10-01 20:27:55 +0000
committerteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-10-01 20:27:55 +0000
commita2c4f27b2af7bdf93c730ce3a36d48bbfa21cbab (patch)
tree74fe1b4439a3a129f0bf31da0b3c6225399c8020
parent5a426ee7b1bd4404664970b965abd1e6f2e76361 (diff)
downloadlibgpod-a2c4f27b2af7bdf93c730ce3a36d48bbfa21cbab.tar.gz
libgpod-a2c4f27b2af7bdf93c730ce3a36d48bbfa21cbab.tar.xz
libgpod-a2c4f27b2af7bdf93c730ce3a36d48bbfa21cbab.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 }
};