summaryrefslogtreecommitdiff
blob: 7b8e4f2da1d1109bab7e539493ca9b50cb1b83fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: LED operation should not block S3/S4
Author: Adam Lee <adam8157@gmail.com>

Some Lenovo Thinkpad models don't have a suspend LED, this should not
block S3/S4.

--- pm/sleep.d/95led
+++ pm/sleep.d/95led
@@ -14,3 +14,5 @@
 	*) exit $NA
 		;;
 esac
+
+exit 0