From 4da8a441d103c40ecc9c1f84cb5bef49ca8c1e8f Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Tue, 22 Oct 2013 00:20:18 +0200 Subject: 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 --- tools/creative.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tools/creative.c') diff --git a/tools/creative.c b/tools/creative.c index 5c4a236..a854844 100644 --- a/tools/creative.c +++ b/tools/creative.c @@ -140,7 +140,11 @@ static const struct device_info devices[] = /* Creative ZEN V */ {"C\0r\0e\0a\0t\0i\0v\0e\0 \0Z\0E\0N\0 \0V", 42, null_key_v4}, /* Creative ZEN */ - {"C\0r\0e\0a\0t\0i\0v\0e\0 \0Z\0E\0N", 48, null_key_v3} + {"C\0r\0e\0a\0t\0i\0v\0e\0 \0Z\0E\0N", 48, null_key_v3}, + /* Creative ZEN X-Fi */ + {"C\0r\0e\0a\0t\0i\0v\0e\0 \0Z\0E\0N\0 \0X\0-\0F\0i\0", 34, null_key_v4}, + /* Creative ZEN Mozaic */ + {"C\0r\0e\0a\0t\0i\0v\0e\0 \0Z\0E\0N\0 \0M\0o\0z\0a\0i\0c\0", 38, null_key_v4} }; /* -- cgit v1.1