From cec5ac7bf7d7edb7768db3f222bc30bb9ba623c1 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Tue, 22 Oct 2013 00:35:32 +0200 Subject: utils/hwstub: fix zen target id Change-Id: I9199f573a050223a811a8e82e403f113fb876cca --- utils/hwstub/tools/hwstub_load.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/hwstub') diff --git a/utils/hwstub/tools/hwstub_load.cpp b/utils/hwstub/tools/hwstub_load.cpp index d58eb83396..58c8ac726f 100644 --- a/utils/hwstub/tools/hwstub_load.cpp +++ b/utils/hwstub/tools/hwstub_load.cpp @@ -45,7 +45,7 @@ struct player_info_t players[] = { { "zenv", "Zen V", 85 }, { "zmoz", "Zen Mozaic", 87 }, - { "zen", "Zen", 88 }, + { "zen", "Zen", 90 }, { "zxfi", "Zen X-Fi", 86 }, { NULL, 0 }, }; -- cgit v1.2.3