From 75c8fb016afb635fa4d0746cd3bfb14eb1fa8ea2 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Sat, 4 Oct 2008 23:52:02 +0000 Subject: * src/itdb_device.c: add serial number for the 8GB Silver Nano 4g and model number for the 4GB Blue Nano 4g git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2133 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 5 +++++ src/itdb_device.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 15573ae..f36c01b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-10-05 Christophe Fergeau + + * src/itdb_device.c: add serial number for the 8GB Silver Nano 4g + and model number for the 4GB Blue Nano 4g + 2008-10-01 Christophe Fergeau * src/itdb_device.c: a few more fixes in device model diff --git a/src/itdb_device.c b/src/itdb_device.c index 2b56715..9b20f15 100644 --- a/src/itdb_device.c +++ b/src/itdb_device.c @@ -200,7 +200,7 @@ static const Itdb_IpodInfo ipod_info_table [] = { /* iPod nano video G2 (Fourth Nano Generation) */ {"B480", 4, ITDB_IPOD_MODEL_NANO_SILVER, ITDB_IPOD_GENERATION_NANO_4, 14}, - {"B???", 4, ITDB_IPOD_MODEL_NANO_BLUE, ITDB_IPOD_GENERATION_NANO_4, 14}, + {"B651", 4, ITDB_IPOD_MODEL_NANO_BLUE, ITDB_IPOD_GENERATION_NANO_4, 14}, {"B654", 4, ITDB_IPOD_MODEL_NANO_PINK, ITDB_IPOD_GENERATION_NANO_4, 14}, {"B657", 4, ITDB_IPOD_MODEL_NANO_PURPLE, ITDB_IPOD_GENERATION_NANO_4, 14}, {"B660", 4, ITDB_IPOD_MODEL_NANO_ORANGE, ITDB_IPOD_GENERATION_NANO_4, 14}, @@ -615,6 +615,7 @@ static const ItdbSerialToModel serial_to_model_mapping[] = { { "37K", "B657" }, /* 4GB Purple Nano 4g */ { "37L", "B660" }, /* 4GB Orange Nano 4g */ { "3QS", "B732" }, /* 8GB Blue Nano 4g */ + { "2ME", "B598" }, /* 8GB Silver Nano 4g */ { "3QT", "B735" }, /* 8GB Pink Nano 4g */ { "3QW", "B742" }, /* 8GB Orange Nano 4g */ { "3QY", "B748" }, /* 8GB Yellow Nano 4g */ -- cgit