Re: [OpenWrt-Devel] [PATCH] brcm47xx: select correct hotplug module by default

2014-04-28 Thread Rafał Miłecki
2014-04-27 22:10 GMT+02:00 Hauke Mehrtens : > On 04/17/2014 10:43 PM, Rafał Miłecki wrote: >> Arch code for bcm47xx uses gpio_keys which results in buttons generating >> input events. This means we need kmod-button-hotplug which works as >> input_handler. >> >> Signed-off-by: Rafał Miłecki > > Nac

Re: [OpenWrt-Devel] [PATCH] brcm47xx: select correct hotplug module by default

2014-04-27 Thread Felix Fietkau
On 2014-04-17 22:43, Rafał Miłecki wrote: > Arch code for bcm47xx uses gpio_keys which results in buttons generating > input events. This means we need kmod-button-hotplug which works as > input_handler. > > Signed-off-by: Rafał Miłecki kmod-button-hotplug and kmod-gpio-button-hotplug attach to t

Re: [OpenWrt-Devel] [PATCH] brcm47xx: select correct hotplug module by default

2014-04-27 Thread Hauke Mehrtens
On 04/17/2014 10:43 PM, Rafał Miłecki wrote: > Arch code for bcm47xx uses gpio_keys which results in buttons generating > input events. This means we need kmod-button-hotplug which works as > input_handler. > > Signed-off-by: Rafał Miłecki Nack We use kmod-gpio-button-hotplug to avoid using the

[OpenWrt-Devel] [PATCH] brcm47xx: select correct hotplug module by default

2014-04-17 Thread Rafał Miłecki
Arch code for bcm47xx uses gpio_keys which results in buttons generating input events. This means we need kmod-button-hotplug which works as input_handler. Signed-off-by: Rafał Miłecki --- target/linux/brcm47xx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/l