diff options
Diffstat (limited to 'utils/tcctool')
| -rw-r--r-- | utils/tcctool/tcctool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/tcctool/tcctool.c b/utils/tcctool/tcctool.c index 0458785..2372714 100644 --- a/utils/tcctool/tcctool.c +++ b/utils/tcctool/tcctool.c @@ -63,6 +63,7 @@ static struct device_t devices[] = {"x20", "iRiver X20", 0xb051, 0x20000000, 0x02e92010 }, {"ypp2", "Samsung YP-P2", 0xb011, 0x20000000, 0x22e92010 }, {"ypk3", "Samsung YP-K3", 0xb021, 0x20000000, 0x62e92018 }, + {"ypt10", "Samsung YP-T10", 0xb011, 0x20000000, 0x62e97080 }, }; #define NUM_DEVICES ((sizeof(devices) / sizeof(struct device_t))) |