[PATCH] leds: Add options to have GPIO LEDs start on or keep their state
Wolfram Sang
w.sang at pengutronix.de
Wed May 13 19:13:30 EST 2009
Hello Trent,
> diff --git a/include/linux/leds.h b/include/linux/leds.h
> index 376fe07..66e7d75 100644
> --- a/include/linux/leds.h
> +++ b/include/linux/leds.h
> @@ -141,9 +141,14 @@ struct gpio_led {
> const char *name;
> const char *default_trigger;
> unsigned gpio;
> - u8 active_low : 1;
> - u8 retain_state_suspended : 1;
> + unsigned active_low : 1;
> + unsigned retain_state_suspended : 1;
> + unsigned default_state : 2;
> + /* default_state should be one of LEDS_GPIO_DEFSTATE_(ON|OFF|KEEP) */
Any specific reason for the change from u8 to unsigned? Could be
mentioned in the patch description maybe. And what Sean mentioned :)
Other than that:
Acked-by: Wolfram Sang <w.sang at pengutronix.de>
--
Pengutronix e.K. | Wolfram Sang |
Industrial Linux Solutions | http://www.pengutronix.de/ |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20090513/521c469c/attachment.pgp>
More information about the Linuxppc-dev
mailing list