summaryrefslogtreecommitdiff
path: root/utils/tcctool/tcctool.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/tcctool/tcctool.c')
-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 04587853b9..2372714a49 100644
--- a/utils/tcctool/tcctool.c
+++ b/utils/tcctool/tcctool.c
@@ -63,6 +63,7 @@ static struct device_t devices[] =
63 {"x20", "iRiver X20", 0xb051, 0x20000000, 0x02e92010 }, 63 {"x20", "iRiver X20", 0xb051, 0x20000000, 0x02e92010 },
64 {"ypp2", "Samsung YP-P2", 0xb011, 0x20000000, 0x22e92010 }, 64 {"ypp2", "Samsung YP-P2", 0xb011, 0x20000000, 0x22e92010 },
65 {"ypk3", "Samsung YP-K3", 0xb021, 0x20000000, 0x62e92018 }, 65 {"ypk3", "Samsung YP-K3", 0xb021, 0x20000000, 0x62e92018 },
66 {"ypt10", "Samsung YP-T10", 0xb011, 0x20000000, 0x62e97080 },
66}; 67};
67 68
68#define NUM_DEVICES ((sizeof(devices) / sizeof(struct device_t))) 69#define NUM_DEVICES ((sizeof(devices) / sizeof(struct device_t)))