aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/asus-laptop.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/platform/x86/asus-laptop.c')
-rw-r--r--drivers/platform/x86/asus-laptop.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus-laptop.c
index 613762d825f..1fb8e699baf 100644
--- a/drivers/platform/x86/asus-laptop.c
+++ b/drivers/platform/x86/asus-laptop.c
@@ -629,6 +629,13 @@ static int asus_led_init(struct asus_laptop *asus)
629 int r; 629 int r;
630 630
631 /* 631 /*
632 * The Pegatron Lucid has no physical leds, but all methods are
633 * available in the DSDT...
634 */
635 if (asus->is_pega_lucid)
636 return 0;
637
638 /*
632 * Functions that actually update the LED's are called from a 639 * Functions that actually update the LED's are called from a
633 * workqueue. By doing this as separate work rather than when the LED 640 * workqueue. By doing this as separate work rather than when the LED
634 * subsystem asks, we avoid messing with the Asus ACPI stuff during a 641 * subsystem asks, we avoid messing with the Asus ACPI stuff during a