summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-10-04 23:52:02 +0000
committerteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-10-04 23:52:02 +0000
commit3be68dfa4dd725e3364bc3aa98f2590205a6e80f (patch)
treee32dd4e4ce9fa38893ec31427200a8007e9533fe
parent012e17c855fc28e79599558e0ff10f72cbfd2103 (diff)
downloadlibgpod-3be68dfa4dd725e3364bc3aa98f2590205a6e80f.tar.gz
libgpod-3be68dfa4dd725e3364bc3aa98f2590205a6e80f.tar.xz
libgpod-3be68dfa4dd725e3364bc3aa98f2590205a6e80f.zip
* 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
-rw-r--r--ChangeLog5
-rw-r--r--src/itdb_device.c3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 15573ae..f36c01b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-05 Christophe Fergeau <teuf@gnome.org>
+
+ * 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 <teuf@gnome.org>
* 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 */