Revision: 2219
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2219&view=rev
Author:   teuf
Date:     2009-01-17 12:07:49 +0000 (Sat, 17 Jan 2009)

Log Message:
-----------
160GB Silver iPod Classic model number is B145, not B155

Modified Paths:
--------------
    libgpod/trunk/ChangeLog
    libgpod/trunk/src/itdb_device.c

Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog     2009-01-17 10:54:46 UTC (rev 2218)
+++ libgpod/trunk/ChangeLog     2009-01-17 12:07:49 UTC (rev 2219)
@@ -1,3 +1,9 @@
+2009-01-17  Christophe Fergeau  <teuf at gnome.org>
+
+       * src/itdb_device.c: Silver iPod Classic 160GB is B145, not B155
+       (noticed thanks to a Banshee bug report, verified on ebay sales of
+       such iPods)
+
 2009-01-14  Jorg Schuler <jcsjcs at users.sourceforge.net>
 
        * po/ro.po: updated Romanian translation. Thanks to Alex

Modified: libgpod/trunk/src/itdb_device.c
===================================================================
--- libgpod/trunk/src/itdb_device.c     2009-01-17 10:54:46 UTC (rev 2218)
+++ libgpod/trunk/src/itdb_device.c     2009-01-17 12:07:49 UTC (rev 2219)
@@ -186,7 +186,7 @@
     /* First generation with "cover flow" */
     {"B029",  80, ITDB_IPOD_MODEL_CLASSIC_SILVER, 
ITDB_IPOD_GENERATION_CLASSIC_1, 50},
     {"B147",  80, ITDB_IPOD_MODEL_CLASSIC_BLACK,  
ITDB_IPOD_GENERATION_CLASSIC_1, 50},
-    {"B155", 160, ITDB_IPOD_MODEL_CLASSIC_SILVER, 
ITDB_IPOD_GENERATION_CLASSIC_1, 50},
+    {"B145", 160, ITDB_IPOD_MODEL_CLASSIC_SILVER, 
ITDB_IPOD_GENERATION_CLASSIC_1, 50},
     {"B150", 160, ITDB_IPOD_MODEL_CLASSIC_BLACK,  
ITDB_IPOD_GENERATION_CLASSIC_1, 50},
 
     /* iPod Classic G2 */
@@ -632,10 +632,10 @@
     { "V96", "A450" },
     { "WUC", "A450" },
     { "W9G", "A664" }, /* 30GB iPod Video U2 5.5g */
-    { "Y5N", "B029" },
-    { "YMV", "B147" },
-    { "YMU", "B155" },
-    { "YMX", "B150" },
+    { "Y5N", "B029" }, /* Silver Classic 80GB */
+    { "YMV", "B147" }, /* Black Classic 80GB */
+    { "YMU", "B145" }, /* Silver Classic 160GB */
+    { "YMX", "B150" }, /* Black Classic 160GB */
     { "VR0", "A501" },
     { "WH8", "A712" },
     { "2C5", "B562" }, /* Silver Classic 120GB */


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to