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 <[email protected]>

Nack

We use kmod-gpio-button-hotplug to avoid using the input subsystem and
directly use the gpio-keys. gpio-button-hotplug is a driver for
gpio-keys and works without input. This way we save some memory.

Hauke

> ---
>  target/linux/brcm47xx/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile
> index 78151f7..b8d2cd9 100644
> --- a/target/linux/brcm47xx/Makefile
> +++ b/target/linux/brcm47xx/Makefile
> @@ -16,7 +16,7 @@ LINUX_VERSION:=3.10.36
>  
>  include $(INCLUDE_DIR)/target.mk
>  DEFAULT_PACKAGES += swconfig wpad-mini nvram \
> -     kmod-leds-gpio kmod-gpio-button-hotplug \
> +     kmod-leds-gpio kmod-button-hotplug \
>       kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev
>  
>  define Target/Description
> 
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to