Loading arch/arm/mach-pxa/z2.c +5 −5 Original line number Original line Diff line number Diff line Loading @@ -436,12 +436,12 @@ static struct gpio_keys_button z2_pxa_buttons[] = { .type = EV_KEY, .type = EV_KEY, }, }, { { .code = KEY_CLOSE, .code = SW_LID, .gpio = GPIO98_ZIPITZ2_LID_BUTTON, .gpio = GPIO98_ZIPITZ2_LID_BUTTON, .active_low = 0, .active_low = 1, .desc = "Lid Button", .desc = "Lid Switch", .wakeup = 0 .wakeup = 0, .type = EV_KEY, .type = EV_SW, }, }, }; }; Loading Loading
arch/arm/mach-pxa/z2.c +5 −5 Original line number Original line Diff line number Diff line Loading @@ -436,12 +436,12 @@ static struct gpio_keys_button z2_pxa_buttons[] = { .type = EV_KEY, .type = EV_KEY, }, }, { { .code = KEY_CLOSE, .code = SW_LID, .gpio = GPIO98_ZIPITZ2_LID_BUTTON, .gpio = GPIO98_ZIPITZ2_LID_BUTTON, .active_low = 0, .active_low = 1, .desc = "Lid Button", .desc = "Lid Switch", .wakeup = 0 .wakeup = 0, .type = EV_KEY, .type = EV_SW, }, }, }; }; Loading