platform/x86: asus-wireless: Toggle airplane mode LED
This commit makes use of a newly implemented RFKill LED trigger to trigger the LED when all radios are blocked. Signed-off-by: João Paulo Rechi Vita <jprvita@endlessm.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
This commit is contained in:
parent
10a2032d7a
commit
6bb6ec285d
|
@ -167,6 +167,7 @@ static int asus_wireless_add(struct acpi_device *adev)
|
|||
data->led.brightness_get = led_state_get;
|
||||
data->led.flags = LED_CORE_SUSPENDRESUME;
|
||||
data->led.max_brightness = 1;
|
||||
data->led.default_trigger = "rfkill-none";
|
||||
err = devm_led_classdev_register(&adev->dev, &data->led);
|
||||
if (err)
|
||||
destroy_workqueue(data->wq);
|
||||
|
|
Loading…
Reference in New Issue