diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2013-10-22 00:20:18 +0200 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2013-10-22 00:34:35 +0200 |
| commit | 4da8a441d103c40ecc9c1f84cb5bef49ca8c1e8f (patch) | |
| tree | 9e3689c198690a6beb0e6a63803d7b5b065b6f8d /tools/creative.h | |
| parent | 0ff8ce764e32127ee7695f64d7cb35e4b277c207 (diff) | |
| download | rockbox-4da8a441d103c40ecc9c1f84cb5bef49ca8c1e8f.zip rockbox-4da8a441d103c40ecc9c1f84cb5bef49ca8c1e8f.tar.gz rockbox-4da8a441d103c40ecc9c1f84cb5bef49ca8c1e8f.tar.bz2 rockbox-4da8a441d103c40ecc9c1f84cb5bef49ca8c1e8f.tar.xz | |
tools/scramble: add support for a couple more Creative devices
This is mostly for consistency, this tool will be unused by the newer targets.
Also update the usage() display to mention -no-ciff
Change-Id: I4500f5fdce771ad3c53701a0bbaace916e88759d
Diffstat (limited to 'tools/creative.h')
| -rw-r--r-- | tools/creative.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/creative.h b/tools/creative.h index ee2cf90..531336a 100644 --- a/tools/creative.h +++ b/tools/creative.h @@ -28,7 +28,9 @@ enum ZENVISIONM60 = 1, ZENVISION = 2, ZENV = 3, - ZEN = 4 + ZEN = 4, + ZENXFI = 5, + ZENMOZAIC = 6 }; struct device_info |