diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src/itdb_device.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2008-10-01 Christophe Fergeau <teuf@gnome.org> + * src/itdb_device.c: add SN for 16GB Red Nano + +2008-10-01 Christophe Fergeau <teuf@gnome.org> + * src/itdb.h: add enum entries for the new ipod classic and the new nanos * src/itdb_device.c: add entries for the new nanos and the new ipod 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 } }; |