summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/tcctool/tcctool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/tcctool/tcctool.c b/utils/tcctool/tcctool.c
index 1beaa049ff..9c5222603d 100644
--- a/utils/tcctool/tcctool.c
+++ b/utils/tcctool/tcctool.c
@@ -55,6 +55,7 @@ struct device_t
55static struct device_t devices[] = 55static struct device_t devices[] =
56{ 56{
57 {"c100", "Sansa C100 series", 0xb021, 0x20000000, 0x42e97010 }, 57 {"c100", "Sansa C100 series", 0xb021, 0x20000000, 0x42e97010 },
58 {"m200", "Sansa M200 series", 0xb021, 0x20000000, 0x42e97010 },
58 {"cowond2", "Cowon D2", 0xb011, 0x20000000, 0xa2e92010 }, 59 {"cowond2", "Cowon D2", 0xb011, 0x20000000, 0xa2e92010 },
59 {"iaudio6", "iAudio 6", 0xb021, 0x20000000, 0x62e97010 }, 60 {"iaudio6", "iAudio 6", 0xb021, 0x20000000, 0x62e97010 },
60 {"iaudio7", "iAudio 7", 0xb021, 0x20000000, 0x62e97010 }, 61 {"iaudio7", "iAudio 7", 0xb021, 0x20000000, 0x62e97010 },