diff options
author | Dave Chapman <dave@dchapman.com> | 2008-02-07 20:53:20 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2008-02-07 20:53:20 +0000 |
commit | 1b39f2e1175330a684fcd73735a50ab2db3e5a41 (patch) | |
tree | bd9ad8cf50cdd24ff3e54af05f7e1a25fe286a11 /utils/tcctool/tcctool.c | |
parent | 0709d12e5f4dd5d64a3d43be98d0bfcbf166f5b8 (diff) |
Add support for Samsung YP P2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16240 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/tcctool/tcctool.c')
-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 bda077a459..b0a473b2e3 100644 --- a/utils/tcctool/tcctool.c +++ b/utils/tcctool/tcctool.c @@ -56,7 +56,8 @@ static struct device_t devices[] = {"cowond2", "Cowon D2", 0xb011, 0x20000000, 0xa2e92010 }, {"iaudio6", "iAudio 6", 0xb021, 0x20000000, 0x62e97010 }, {"iaudio7", "iAudio 7", 0xb021, 0x20000000, 0x62e97010 }, - {"logikdax", "Logik DAX 1GB DAB/MP3 player", 0xb021, 0x20000000, 0x52e97410 } + {"logikdax", "Logik DAX 1GB DAB/MP3 player", 0xb021, 0x20000000, 0x52e97410 }, + {"samsungp2","Samsung YP P2", 0xb011, 0x20000000, 0x22e92010 }, }; #define NUM_DEVICES ((sizeof(devices) / sizeof(struct device_t))) |