dell-laptop: touchpad LED should persist its status after S3
[pandora-kernel.git] / drivers / platform / x86 / dell-laptop.c
index 7621ac2..92e42d4 100644 (file)
@@ -642,6 +642,7 @@ static void touchpad_led_set(struct led_classdev *led_cdev,
 static struct led_classdev touchpad_led = {
        .name = "dell-laptop::touchpad",
        .brightness_set = touchpad_led_set,
+       .flags = LED_CORE_SUSPENDRESUME,
 };
 
 static int __devinit touchpad_led_init(struct device *dev)