summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/s3c2440/gigabeat-fx/button-meg-fx.c')
-rw-r--r--firmware/target/arm/s3c2440/gigabeat-fx/button-meg-fx.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/firmware/target/arm/s3c2440/gigabeat-fx/button-meg-fx.c b/firmware/target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
index 25a69d7630..5655d92ef8 100644
--- a/firmware/target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
+++ b/firmware/target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
@@ -32,15 +32,15 @@ static bool hold_button = false;
32 32
33static int const remote_buttons[] = 33static int const remote_buttons[] =
34{ 34{
35 BUTTON_NONE, /* Headphones connected - remote disconnected */ 35 BUTTON_NONE, /* Headphones connected - remote disconnected */
36 BUTTON_SELECT, 36 BUTTON_RC_PLAY,
37 BUTTON_MENU, /* could be changed to BUTTON_A */ 37 BUTTON_RC_DSP,
38 BUTTON_LEFT, 38 BUTTON_RC_REW,
39 BUTTON_RIGHT, 39 BUTTON_RC_FF,
40 BUTTON_UP, /* could be changed to BUTTON_VOL_UP */ 40 BUTTON_RC_VOL_UP,
41 BUTTON_DOWN, /* could be changed to BUTTON_VOL_DOWN */ 41 BUTTON_RC_VOL_DOWN,
42 BUTTON_NONE, /* Remote control attached - no buttons pressed */ 42 BUTTON_NONE, /* Remote control attached - no buttons pressed */
43 BUTTON_NONE, /* Nothing in the headphone socket */ 43 BUTTON_NONE, /* Nothing in the headphone socket */
44}; 44};
45 45
46void button_init_device(void) 46void button_init_device(void)