summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-10-01 22:18:25 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-10-01 22:18:25 +0000
commitef4d425cf95ae99c296cbb3d3c234ec7d27fbece (patch)
tree400fc80ec51617f2f56bb6e7d6f3b7f5f53d7003 /src
parent5ee496f464f41ce573d0bbbb6ab5b40b7dde3b76 (diff)
downloadlibgpod-ef4d425cf95ae99c296cbb3d3c234ec7d27fbece.tar.gz
libgpod-ef4d425cf95ae99c296cbb3d3c234ec7d27fbece.tar.xz
libgpod-ef4d425cf95ae99c296cbb3d3c234ec7d27fbece.zip
A few more fixes in the ipod model tables
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2131 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src')
-rw-r--r--src/itdb_device.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/itdb_device.c b/src/itdb_device.c
index f9b477d..2b56715 100644
--- a/src/itdb_device.c
+++ b/src/itdb_device.c
@@ -127,7 +127,7 @@ static const Itdb_IpodInfo ipod_info_table [] = {
* Sixth Generation*/
{"B225", 1, ITDB_IPOD_MODEL_SHUFFLE_SILVER, ITDB_IPOD_GENERATION_SHUFFLE_3, 3},
{"B233", 1, ITDB_IPOD_MODEL_SHUFFLE_PURPLE, ITDB_IPOD_GENERATION_SHUFFLE_3, 3},
- {"B225", 1, ITDB_IPOD_MODEL_SHUFFLE_RED, ITDB_IPOD_GENERATION_SHUFFLE_3, 3},
+ {"B231", 1, ITDB_IPOD_MODEL_SHUFFLE_RED, ITDB_IPOD_GENERATION_SHUFFLE_3, 3},
{"B227", 1, ITDB_IPOD_MODEL_SHUFFLE_BLUE, ITDB_IPOD_GENERATION_SHUFFLE_3, 3},
{"B229", 1, ITDB_IPOD_MODEL_SHUFFLE_GREEN, ITDB_IPOD_GENERATION_SHUFFLE_3, 3},
{"B518", 2, ITDB_IPOD_MODEL_SHUFFLE_SILVER, ITDB_IPOD_GENERATION_SHUFFLE_3, 3},
@@ -591,6 +591,7 @@ static const ItdbSerialToModel serial_to_model_mapping[] = {
{ "VQM", "A446" },
{ "V9M", "A446" },
{ "V9N", "A446" },
+ { "WEE", "A446" },
{ "V9P", "A448" },
{ "V9Q", "A448" },
{ "V9R", "A450" },
@@ -598,8 +599,7 @@ static const ItdbSerialToModel serial_to_model_mapping[] = {
{ "V95", "A450" },
{ "V96", "A450" },
{ "WUC", "A450" },
- { "W9G", "A446" },
- { "WEE", "A446" },
+ { "W9G", "A664" }, /* 30GB iPod Video U2 5.5g */
{ "Y5N", "B029" },
{ "YMV", "B147" },
{ "YMU", "B155" },