From 12c64a4b79e043d8e8d77a278b340310f867a588 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sat, 19 May 2012 16:09:46 +0200 Subject: Initial commit for the Creative ZEN X-Fi2 and X-Fi3 ports These are really similar devices so one commit for both is ok. Change-Id: I8bd1d3fef1eb6d00aaadfb7af56c771f62d0c9c3 --- apps/SOURCES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/SOURCES') diff --git a/apps/SOURCES b/apps/SOURCES index 1fe66f93a3..8749c36c87 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -236,6 +236,10 @@ keymaps/keymap-meizu-m6sp.c keymaps/keymap-creativezvm.c #elif CONFIG_KEYPAD == CREATIVEZV_PAD keymaps/keymap-creativezv.c +#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD +keymaps/keymap-zenxfi2.c +#elif CONFIG_KEYPAD == CREATIVE_ZENXFI3_PAD +keymaps/keymap-zenxfi3.c #elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD keymaps/keymap-sa9200.c #elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD -- cgit