summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-10-22 13:57:00 +0000
committerteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-10-22 13:57:00 +0000
commit2103c18d5cfebd0bc2272a7abc6c326be4562f6f (patch)
tree99a84d55e97dab6d50a7727881e88af37dc92b60 /src
parentae2c92a16754e03d6ff9c1a35c863cb47b0027fc (diff)
downloadlibgpod-tmz-2103c18d5cfebd0bc2272a7abc6c326be4562f6f.tar.gz
libgpod-tmz-2103c18d5cfebd0bc2272a7abc6c326be4562f6f.tar.xz
libgpod-tmz-2103c18d5cfebd0bc2272a7abc6c326be4562f6f.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
Diffstat (limited to 'src')
-rw-r--r--src/itdb_device.c2
1 files changed, 1 insertions, 1 deletions
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" },