bcm63xx: fix entering failsafe through button
gpio_keys_polled needs to be loaded in preinit for buttons to work for entering failsafe. SVN-Revision: 33653
This commit is contained in:
parent
e5bb1a1bc7
commit
f16ea6be3f
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ enable_reset_button() {
|
||||||
insmod input-polldev
|
insmod input-polldev
|
||||||
insmod gpio_buttons
|
insmod gpio_buttons
|
||||||
insmod button-hotplug
|
insmod button-hotplug
|
||||||
|
insmod gpio_keys_polled
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue