From a2c4f27b2af7bdf93c730ce3a36d48bbfa21cbab Mon Sep 17 00:00:00 2001 From: teuf Date: Wed, 1 Oct 2008 20:27:55 +0000 Subject: * 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 --- ChangeLog | 4 ++++ src/itdb_device.c | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index cfee167..a4fcbaa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-10-01 Christophe Fergeau + + * src/itdb_device.c: add SN for 16GB Red Nano + 2008-10-01 Christophe Fergeau * src/itdb.h: add enum entries for the new ipod classic and the new 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 } }; -- cgit