rk30: sdk: fix volume down key gpio definition

This commit is contained in:
黄涛
2012-03-19 14:21:57 +08:00
parent f4a671a543
commit db6296c424

View File

@@ -21,12 +21,14 @@ static struct rk29_keys_button key_button[] = {
.gpio = RK30_PIN6_PA1,
.active_low = PRESS_LEV_LOW,
},
#endif
{
.desc = "vol-",
.code = KEY_VOLUMEDOWN,
.gpio = RK30_PIN6_PA2,
.gpio = RK30_PIN4_PC5,
.active_low = PRESS_LEV_LOW,
},
#if 0
{
.desc = "home",
.code = KEY_HOME,