summaryrefslogtreecommitdiffstats
path: root/src/itdb_device.c
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-12-22 14:19:22 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-12-22 14:19:22 +0000
commitf92f95e4c7d6d8da4df770aa3d80c4a5d2dd0518 (patch)
tree49621c5b9a804bc881c0b53eace16e6ac8015328 /src/itdb_device.c
parent6933e92c3e21d297aa9911c449be6fae3d6880a7 (diff)
downloadlibgpod-f92f95e4c7d6d8da4df770aa3d80c4a5d2dd0518.tar.gz
libgpod-f92f95e4c7d6d8da4df770aa3d80c4a5d2dd0518.tar.xz
libgpod-f92f95e4c7d6d8da4df770aa3d80c4a5d2dd0518.zip
Add serial numbers for yellow and green 16GB nano4g
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2178 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/itdb_device.c')
-rw-r--r--src/itdb_device.c2
1 files changed, 2 insertions, 0 deletions
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 }