Good morning,
the Lacie back button (on/auto/off) is available ? Works ?
Thanks in advance !
Best regards,
static struct gpio_keys_button net5big_buttons[] = {
{
.type = EV_SW,
.code = NET5BIG_SWITCH_POWER_OFF,
.gpio = NET5BIG_GPIO_POWER_SWITCH_OFF,
.desc = "Power rocker switch (auto|off)",
.active_low = 0,
},
{
.type = EV_SW,
.code = NET5BIG_SWITCH_POWER_ON,
.gpio = NET5BIG_GPIO_POWER_SWITCH_ON,
.desc = "Power rocker switch (on|auto)",
.active_low = 0,
},
{
.type = EV_KEY,
.code = KEY_POWER,
.gpio = NET5BIG_GPIO_PUSH_BUTTON,
.desc = "Front Push Button",
.active_low = 0,
},
};
MPP8_GPIO, /* input Rear power switch (on(01b)|auto(oob) off(10b) */
MPP9_GPIO, /* Input Rear power switch (auto|off) */
Return to Lacie 5Big Network vs1
Users browsing this forum: No registered users and 2 guests