summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--src/itdb_device.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d69917..ada4247 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-22 Christophe Fergeau <teuf@gnome.org>
+
+ * src/itdb_device.c: add serial number for yellow and green
+ 16GB nano 4g.
+
2008-12-18 Christophe Fergeau <teuf@gnome.org>
* src/itdb_device.c: add serial number for purple 16GB nano 4g,
diff --git a/src/itdb_device.c b/src/itdb_device.c
index a807863..68182f8 100644
--- a/src/itdb_device.c
+++ b/src/itdb_device.c
@@ -653,6 +653,8 @@ static const ItdbSerialToModel serial_to_model_mapping[] = {
{ "5B8", "B905" }, /* 16GB Blue Nano 4g */
{ "5BA", "B909" }, /* 16GB Purple Nano 4g */
{ "5BB", "B911" }, /* 16GB Orange Nano 4g */
+ { "5BC", "B913" }, /* 16GB Green Nano 4g */
+ { "5BD", "B915" }, /* 16GB Yellow Nano 4g */
{ "5BE", "B917" }, /* 16GB Red Nano 4g */
{ "5BF", "B918" }, /* 16GB Black Nano 4g */
{ NULL , NULL }