Skip to content

Commit

Permalink
Merge pull request #28 from vamanea/odroid-3.8.y
Browse files Browse the repository at this point in the history
Enable USER key in Linux
  • Loading branch information
mdrjr committed Oct 3, 2013
2 parents e869e2d + 41c9f5f commit f88c316
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm/mach-exynos/mach-hkdk4412.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,15 @@ static struct gpio_keys_button hkdk4412_gpio_keys_tables[] = {
.wakeup = 1,
.debounce_interval = 1,
},
{
.code = KEY_PROG1,
.gpio = EXYNOS4_GPX2(2),
.desc = "KEY_USER",
.type = EV_KEY,
.active_low = 1,
.wakeup = 1,
.debounce_interval = 1,
},
};

static struct gpio_keys_platform_data hkdk4412_gpio_keys_data = {
Expand Down

0 comments on commit f88c316

Please sign in to comment.