[OpenWrt-Devel] [PATCH 3/3][ESR1750][V2] ar71xx: add support for EnGenius ESR1750

Forest Crossman cyrozap at gmail.com
Fri Jul 11 00:46:22 EDT 2014


> diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh
> index ef172b4..144459b 100755
> --- a/target/linux/ar71xx/base-files/etc/diag.sh
> +++ b/target/linux/ar71xx/base-files/etc/diag.sh
> @@ -69,6 +69,9 @@ get_status_led() {
>         el-m150)
>                 status_led="EasyLink:green:system"
>                 ;;
> +       esr1750)
> +               status_led="esr1750:amber:power"
> +               ;;
>         hiwifi-hc6361)
>                 status_led="hiwifi:blue:system"
>                 ;;

> +static struct gpio_led esr1750_leds_gpio[] __initdata = {
> +       {
> +               .name           = "esr1750:amber:power",
> +               .gpio           = ESR1750_GPIO_LED_POWER_AMBER,
> +               .active_low     = 1,
> +       },
> +       {
> +               .name           = "esr1750:blue:wps",
> +               .gpio           = ESR1750_GPIO_LED_WPS_BLUE,
> +               .active_low     = 1,
> +       },
> +       {
> +               .name           = "esr1750:amber:wps",
> +               .gpio           = ESR1750_GPIO_LED_WPS_AMBER,
> +               .active_low     = 1,
> +       },
> +       {
> +               .name           = "esr1750:blue:wlan-2g",
> +               .gpio           = ESR1750_GPIO_LED_WLAN_2G,
> +               .active_low     = 1,
> +       },
> +       {
> +               .name           = "esr1750:blue:wlan-5g",
> +               .gpio           = ESR1750_GPIO_LED_WLAN_5G,
> +               .active_low     = 1,
> +       }
> +};
> +

This isn't really specific to the ESR1750, but does anyone know if
it's better to use "device:color:name" or "manufacturer:color:name"
for the LEDs? For the ESR900, I made it "manufacturer:color:name" (ex.
"engenius:amber:power") because they're the same for each of the
saucer-shaped ESR routers and I saw some other routers with
similarly-named LEDs. I tried searching the wiki to see if there was a
standard convention to use, but I haven't had any luck finding one.

--
Forest Crossman
_______________________________________________
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