From a00460807777d4296f345032510e88c624240ff1 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 12 Dec 2008 13:56:50 +0000 Subject: Add SN for 16GB orange nano4g git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2166 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 5 +++++ src/itdb_device.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8c8d453..a32aab3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-12-12 Christophe Fergeau + + * src/itdb_device.c: add serial number for 16GB Orange Nano 4g, + thanks to Tijs van Roon for providing the data + 2008-12-10 Todd Zullinger * po/he.po: Update Hebrew translation (Assaf Gillat) diff --git a/src/itdb_device.c b/src/itdb_device.c index b035c30..3f0f5aa 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 */ { "5B8", "B905" }, /* 16GB Blue Nano 4g */ + { "5BB", "B911" }, /* 16GB Orange Nano 4g */ { "5BE", "B917" }, /* 16GB Red Nano 4g */ { "5BF", "B918" }, /* 16GB Black Nano 4g */ { NULL , NULL } -- cgit