提交 5f25b005 编写于 作者: M Micha? K?pie? 提交者: Andy Shevchenko

platform/x86: fujitsu-laptop: set default trigger for radio LED to rfkill-any

The "radio components indicator" LED present in Lifebook E734/E744/E754
should be lit when any radio transmitter is enabled, so set its default
trigger to rfkill-any.
Signed-off-by: NMichał Kępień <kernel@kempniu.pl>
Acked-by: NJonathan Woithe <jwoithe@just42.net>
Signed-off-by: NAndy Shevchenko <andriy.shevchenko@linux.intel.com>
上级 566cf877
...@@ -202,6 +202,7 @@ static int radio_led_set(struct led_classdev *cdev, ...@@ -202,6 +202,7 @@ static int radio_led_set(struct led_classdev *cdev,
static struct led_classdev radio_led = { static struct led_classdev radio_led = {
.name = "fujitsu::radio_led", .name = "fujitsu::radio_led",
.default_trigger = "rfkill-any",
.brightness_get = radio_led_get, .brightness_get = radio_led_get,
.brightness_set_blocking = radio_led_set .brightness_set_blocking = radio_led_set
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册