summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-10-27 11:55:38 +0000
committerDave Chapman <dave@dchapman.com>2007-10-27 11:55:38 +0000
commit738a897fa0fc8a86b4f970c1bfb26f698647a452 (patch)
tree477ecd31e63719acd93ab87c1bb6ce2acbc4fdd1 /utils
parent28c5ba86d5c9a1011ab2eb9f8fe793cab2f19487 (diff)
downloadrockbox-738a897fa0fc8a86b4f970c1bfb26f698647a452.tar.gz
rockbox-738a897fa0fc8a86b4f970c1bfb26f698647a452.zip
Correct the value for SDCFG for the c100 - based on a USB log of the C100 firmware updater.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15332 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils')
-rw-r--r--utils/tcctool/tcctool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/tcctool/tcctool.c b/utils/tcctool/tcctool.c
index d191a0d26f..4c4ea8fedd 100644
--- a/utils/tcctool/tcctool.c
+++ b/utils/tcctool/tcctool.c
@@ -48,7 +48,7 @@ struct device_t
static struct device_t devices[] =
{
- {"c100", "Sansa C100 series", 0xb021, 0x20000000, 0x62e97010 },
+ {"c100", "Sansa C100 series", 0xb021, 0x20000000, 0x42e97010 },
{"cowond2", "Cowon D2", 0xb011, 0x20000000, 0xa2e92010 },
{"iaudio6", "iAudio 6", 0xb021, 0x20000000, 0x62e97010 },
{"iaudio7", "iAudio 7", 0xb021, 0x20000000, 0x62e97010 },