diff options
-rw-r--r-- | utils/tcctool/tcctool.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/tcctool/tcctool.c b/utils/tcctool/tcctool.c index b0a473b2e3..4b3889134c 100644 --- a/utils/tcctool/tcctool.c +++ b/utils/tcctool/tcctool.c @@ -57,7 +57,8 @@ static struct device_t devices[] = {"iaudio6", "iAudio 6", 0xb021, 0x20000000, 0x62e97010 }, {"iaudio7", "iAudio 7", 0xb021, 0x20000000, 0x62e97010 }, {"logikdax", "Logik DAX 1GB DAB/MP3 player", 0xb021, 0x20000000, 0x52e97410 }, - {"samsungp2","Samsung YP P2", 0xb011, 0x20000000, 0x22e92010 }, + {"ypp2", "Samsung YP-P2", 0xb011, 0x20000000, 0x22e92010 }, + {"ypk3", "Samsung YP-K3, 0xb021, 0x20000000, 0x62e92018 }, }; #define NUM_DEVICES ((sizeof(devices) / sizeof(struct device_t))) |