summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2012-03-28 18:03:04 -0400
committerMichael Giacomelli <giac2000@hotmail.com>2012-03-28 18:09:22 -0400
commit0e4a29811bda742062e126db5b8572459f511739 (patch)
tree3aaa0ec99c754d951589111df7a30af6ce756226
parenta8b3d506dbeaa657ec5de93af9647ebee90d46d1 (diff)
downloadrockbox-0e4a29811bda742062e126db5b8572459f511739.tar.gz
rockbox-0e4a29811bda742062e126db5b8572459f511739.zip
Mark the Sansa c200v2 series of players as stable
These were originally held back as unstable due to bugs in rockbox's audio buffering that only occuried on very low memory targets. The c200v2 is the lowest memory target we have. Various improvements to our buffering system seem to have fully corrected these problems. Change-Id: I4404fe9b85c037904aea4b720e5a1fcb266f3d18
-rw-r--r--tools/builds.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builds.pm b/tools/builds.pm
index c74096a65c..3b97e21d05 100644
--- a/tools/builds.pm
+++ b/tools/builds.pm
@@ -223,7 +223,7 @@ $releasenotes="/wiki/ReleaseNotes310";
223 }, 223 },
224 'sansac200v2' => { 224 'sansac200v2' => {
225 name => 'SanDisk Sansa c200 v2', 225 name => 'SanDisk Sansa c200 v2',
226 status => 2, 226 status => 3,
227 icon => 'sansac200', 227 icon => 'sansac200',
228 }, 228 },
229 'sansaclip' => { 229 'sansaclip' => {