[OpenWrt-Devel] [PATCH] brcm63xx: HG553 buttons support

Rafał Miłecki zajec5 at gmail.com
Wed Jul 15 01:59:58 EDT 2015


On 15 July 2015 at 07:05, Cezary Jackiewicz <cezary.jackiewicz at gmail.com> wrote:
> @@ -6,6 +6,25 @@
>         model = "Huawei EchoLife HG553";
>         compatible = "huawei,hg553", "brcm,bcm6358";
>
> +       gpio-keys-polled {
> +               compatible = "gpio-keys-polled";
> +               #address-cells = <1>;
> +               #size-cells = <0>;
> +               poll-interval = <20>;
> +               debounce-interval = <60>;
> +
> +               rfkill {
> +                       label = "rfkill";
> +                       gpios = <&gpio0 9 1>;
> +                       linux,code = <247>;
> +               };
> +               reset {
> +                       label = "reset";
> +                       gpios = <&gpio1 5 1>;
> +                       linux,code = <0x198>;
> +               };
> +       };

I really think you bcm63xx guys should start using KEY_* at some point :)

-- 
Rafał
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list