We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e869e2d + 41c9f5f commit f88c316Copy full SHA for f88c316
1 file changed
arch/arm/mach-exynos/mach-hkdk4412.c
@@ -254,6 +254,15 @@ static struct gpio_keys_button hkdk4412_gpio_keys_tables[] = {
254
.wakeup = 1,
255
.debounce_interval = 1,
256
},
257
+ {
258
+ .code = KEY_PROG1,
259
+ .gpio = EXYNOS4_GPX2(2),
260
+ .desc = "KEY_USER",
261
+ .type = EV_KEY,
262
+ .active_low = 1,
263
+ .wakeup = 1,
264
+ .debounce_interval = 1,
265
+ },
266
};
267
268
static struct gpio_keys_platform_data hkdk4412_gpio_keys_data = {
0 commit comments