From 2103c18d5cfebd0bc2272a7abc6c326be4562f6f Mon Sep 17 00:00:00 2001 From: teuf Date: Wed, 22 Oct 2008 13:57:00 +0000 Subject: * 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 --- ChangeLog | 5 +++++ src/itdb_device.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 39bf41f..bc32c04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-10-21 Christophe Fergeau + + * src/itdb_device.c: SN YX6 corresponds to a Shuffle model B225 + according to a report on #gtkpod + 2008-10-21 Christophe Fergeau * src/itdb_device.c: use information from SysInfoExtended to tell 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" }, -- cgit