summaryrefslogtreecommitdiff
path: root/tools/scramble.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/scramble.c')
-rw-r--r--tools/scramble.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/scramble.c b/tools/scramble.c
index c29634bb6c..e37bec8195 100644
--- a/tools/scramble.c
+++ b/tools/scramble.c
@@ -365,6 +365,8 @@ int main (int argc, char** argv)
365 modelnum = 82; 365 modelnum = 82;
366 else if (!strcmp(&argv[1][5], "zxf3")) /* Creative Zen X-Fi3 */ 366 else if (!strcmp(&argv[1][5], "zxf3")) /* Creative Zen X-Fi3 */
367 modelnum = 83; 367 modelnum = 83;
368 else if (!strcmp(&argv[1][5], "zmoz")) /* Creative ZEN Mozaic*/
369 modelnum = 87;
368 else if (!strcmp(&argv[1][5], "e370")) /* Sony NWZ-E370 series */ 370 else if (!strcmp(&argv[1][5], "e370")) /* Sony NWZ-E370 series */
369 modelnum = 88; 371 modelnum = 88;
370 else if (!strcmp(&argv[1][5], "e360")) /* Sony NWZ-E360 series */ 372 else if (!strcmp(&argv[1][5], "e360")) /* Sony NWZ-E360 series */