diff options
Diffstat (limited to 'firmware')
| -rw-r--r-- | firmware/export/config.h | 2 | ||||
| -rw-r--r-- | firmware/export/config/samsungyh920.h | 2 | ||||
| -rw-r--r-- | firmware/export/config/samsungyh925.h | 2 | ||||
| -rw-r--r-- | firmware/target/arm/pp/debug-pp.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index 1f57734..dc5a9b5 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 27f1ca7..0f7060c 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 e6c2133..8c102d7 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 a77101e..52f6bf3 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) |