diff options
author | Andrew Ryabinin <ryabinin.a.a@gmail.com> | 2012-04-06 20:17:27 +0400 |
---|---|---|
committer | Andrew Ryabinin <ryabinin.a.a@gmail.com> | 2012-04-19 17:31:13 +0400 |
commit | 6ee3fc81d9299693da29c204b6ebe243caeae46d (patch) | |
tree | b450288696536193b975d669e20400d4d682b754 /apps/plugins/xobox.c | |
parent | 397863ab3d45bdd8292512a22cd3b436cf281c76 (diff) |
hm801: Add support for plugins.
Change-Id: I81654db87d38324d8680a56bcdb7e9922ee5b619
Diffstat (limited to 'apps/plugins/xobox.c')
-rw-r--r-- | apps/plugins/xobox.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c index 583c7ed251..2696b09c17 100644 --- a/apps/plugins/xobox.c +++ b/apps/plugins/xobox.c @@ -286,7 +286,8 @@ CONFIG_KEYPAD == MROBE500_PAD #define DOWN BUTTON_DOWN #define PAUSE BUTTON_SELECT -#elif (CONFIG_KEYPAD == HM60X_PAD) +#elif (CONFIG_KEYPAD == HM60X_PAD) || \ + (CONFIG_KEYPAD == HM801_PAD) #define QUIT BUTTON_POWER #define LEFT BUTTON_LEFT |