Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8d38e42c authored by Corentin Chary's avatar Corentin Chary Committed by Matthew Garrett
Browse files

asus-laptop: hide leds on Pegatron Lucid

parent b23910c2
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -628,6 +628,13 @@ static int asus_led_init(struct asus_laptop *asus)
{
	int r;

	/*
	 * The Pegatron Lucid has no physical leds, but all methods are
	 * available in the DSDT...
	 */
	if (asus->is_pega_lucid)
		return 0;

	/*
	 * Functions that actually update the LED's are called from a
	 * workqueue. By doing this as separate work rather than when the LED