~ubuntu-branches/debian/sid/pm-utils/sid

« back to all changes in this revision

Viewing changes to debian/patches/04-ignore-led-failure.patch

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-07-02 06:38:25 UTC
  • Revision ID: package-import@ubuntu.com-20130702063825-bry701tzgm48si34
Tags: 1.4.1-11
* Add 04-ignore-led-failure.patch: Some Lenovo Thinkpad models don't have a
  suspend LED, don't break suspend over this. Thanks Adam Lee!
* Bump Standards-Version to 3.9.4 (No changes necessary).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: LED operation should not block S3/S4
 
2
Author: Adam Lee <adam8157@gmail.com>
 
3
 
 
4
Some Lenovo Thinkpad models don't have a suspend LED, this should not
 
5
block S3/S4.
 
6
 
 
7
Index: pm-utils/pm/sleep.d/95led
 
8
===================================================================
 
9
--- pm-utils.orig/pm/sleep.d/95led      2010-08-22 17:18:18.000000000 +0200
 
10
+++ pm-utils/pm/sleep.d/95led   2013-07-02 06:32:22.714101257 +0200
 
11
@@ -14,3 +14,5 @@
 
12
        *) exit $NA
 
13
                ;;
 
14
 esac
 
15
+
 
16
+exit 0