From e6cd53ad53e7168e2bd46d49de83250d7f4097a4 Mon Sep 17 00:00:00 2001 From: Sebastian Leonhardt Date: Sat, 23 Jan 2016 15:54:08 +0100 Subject: Replace SAMSUNG_YH920_PAD with YH92X seems more logical to me, and is more consistent, since "SAMSUNG_YH92X_PAD" is already used in the tex files. Change-Id: Ie9a9d850ea86155a7dcf86c88a22a420a10a3837 --- firmware/export/config.h | 2 +- firmware/export/config/samsungyh920.h | 2 +- firmware/export/config/samsungyh925.h | 2 +- firmware/target/arm/pp/debug-pp.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'firmware') diff --git a/firmware/export/config.h b/firmware/export/config.h index 1f57734231..dc5a9b5421 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -163,7 +163,7 @@ #define SAMSUNG_YPZ5_PAD 59 #define IHIFI_PAD 60 #define SAMSUNG_YPR1_PAD 61 -#define SAMSUNG_YH920_PAD 62 +#define SAMSUNG_YH92X_PAD 62 #define DX50_PAD 63 /* CONFIG_REMOTE_KEYPAD */ diff --git a/firmware/export/config/samsungyh920.h b/firmware/export/config/samsungyh920.h index 27f1ca76a3..0f7060c02f 100644 --- a/firmware/export/config/samsungyh920.h +++ b/firmware/export/config/samsungyh920.h @@ -90,7 +90,7 @@ /* define this if you would like tagcache to build on this target */ #define HAVE_TAGCACHE -#define CONFIG_KEYPAD SAMSUNG_YH920_PAD +#define CONFIG_KEYPAD SAMSUNG_YH92X_PAD /* Define this to enable morse code input */ #define HAVE_MORSE_INPUT diff --git a/firmware/export/config/samsungyh925.h b/firmware/export/config/samsungyh925.h index e6c2133034..8c102d7fd1 100644 --- a/firmware/export/config/samsungyh925.h +++ b/firmware/export/config/samsungyh925.h @@ -87,7 +87,7 @@ /* define this if you would like tagcache to build on this target */ #define HAVE_TAGCACHE -#define CONFIG_KEYPAD SAMSUNG_YH920_PAD +#define CONFIG_KEYPAD SAMSUNG_YH92X_PAD /* Define this to enable morse code input */ #define HAVE_MORSE_INPUT diff --git a/firmware/target/arm/pp/debug-pp.c b/firmware/target/arm/pp/debug-pp.c index a77101eef4..52f6bf36b3 100644 --- a/firmware/target/arm/pp/debug-pp.c +++ b/firmware/target/arm/pp/debug-pp.c @@ -52,7 +52,7 @@ # define DEBUG_CANCEL BUTTON_POWER #elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ - (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) + (CONFIG_KEYPAD == SAMSUNG_YH92X_PAD) # define DEBUG_CANCEL BUTTON_PLAY #elif (CONFIG_KEYPAD == PBELL_VIBE500_PAD) -- cgit v1.2.3