summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-10-22 13:57:00 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-10-22 13:57:00 +0000
commit2f1a4d41443fca7e1458dac2181a6719d7eab37a (patch)
tree99a84d55e97dab6d50a7727881e88af37dc92b60
parent5e28c56e860cf219ab70991e33abacc1fce973a7 (diff)
downloadlibgpod-tmz-2f1a4d41443fca7e1458dac2181a6719d7eab37a.tar.gz
libgpod-tmz-2f1a4d41443fca7e1458dac2181a6719d7eab37a.tar.xz
libgpod-tmz-2f1a4d41443fca7e1458dac2181a6719d7eab37a.zip
* src/itdb_device.c: SN YX6 corresponds to a Shuffle model B225
according to a report on #gtkpod git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2144 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r--ChangeLog5
-rw-r--r--src/itdb_device.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 39bf41f..bc32c04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
2008-10-21 Christophe Fergeau <teuf@gnome.org>
+
+ * src/itdb_device.c: SN YX6 corresponds to a Shuffle model B225
+ according to a report on #gtkpod
+
+2008-10-21 Christophe Fergeau <teuf@gnome.org>
* src/itdb_device.c: use information from SysInfoExtended to tell
if an ipod supports photos or not instead of only using the
diff --git a/src/itdb_device.c b/src/itdb_device.c
index 12c3fbc..42999df 100644
--- a/src/itdb_device.c
+++ b/src/itdb_device.c
@@ -523,7 +523,6 @@ static const ItdbSerialToModel serial_to_model_mapping[] = {
{ "C60", "9725" },
{ "VTE", "A546" },
{ "VTF", "A546" },
- { "YX6", "A546" },
{ "XQ5", "A947" },
{ "XQS", "A947" },
{ "XQV", "A949" },
@@ -533,6 +532,7 @@ static const ItdbSerialToModel serial_to_model_mapping[] = {
{ "YX8", "A951" },
{ "XR1", "A953" },
{ "YXA", "B233" },
+ { "YX6", "B225" },
{ "YX9", "B225" },
{ "UNA", "A350" },
{ "UNB", "A350" },