summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-10-01 20:27:55 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-10-01 20:27:55 +0000
commitb115445598ef23bf39dd6a08978349f8261c1abf (patch)
tree74fe1b4439a3a129f0bf31da0b3c6225399c8020 /src
parent49a9008099337489c57d0b0859011a00b997b887 (diff)
* src/itdb_device.c: add SN for 16GB Red Nano
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2128 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src')
-rw-r--r--src/itdb_device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/itdb_device.c b/src/itdb_device.c
index 02e24b2..8e6f2b3 100644
--- a/src/itdb_device.c
+++ b/src/itdb_device.c
@@ -620,6 +620,7 @@ static const ItdbSerialToModel serial_to_model_mapping[] = {
{ "3QX", "B745" }, /* 8GB Green Nano 4g */
{ "3QU", "B739" }, /* 8GB Purple Nano 4g */
{ "3RO", "B754" }, /* 8GB Black Nano 4g */
+ { "5BE", "B917" }, /* 16GB Red Nano 4g */
{ NULL , NULL }
};