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:
@@ -8,6 +8,7 @@ enable_reset_button() {
|
||||
insmod input-polldev
|
||||
insmod gpio_buttons
|
||||
insmod button-hotplug
|
||||
insmod gpio_keys_polled
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user