svn commit: trunk/busybox/util-linux

aldot at busybox.net aldot at busybox.net
Mon Jun 2 11:01:41 UTC 2008


Author: aldot
Date: 2008-06-02 04:01:40 -0700 (Mon, 02 Jun 2008)
New Revision: 22178

Log:
- pm_states[PM_SUSPEND_MAX] suggests to support "standby" and not "suspend"
  Thanks to Paulius Zaleckas for mentioning this.


Modified:
   trunk/busybox/util-linux/rtcwake.c


Changeset:
Modified: trunk/busybox/util-linux/rtcwake.c
===================================================================
--- trunk/busybox/util-linux/rtcwake.c	2008-06-02 05:49:58 UTC (rev 22177)
+++ trunk/busybox/util-linux/rtcwake.c	2008-06-02 11:01:40 UTC (rev 22178)
@@ -26,7 +26,7 @@
 
 #define SYS_RTC_PATH   "/sys/class/rtc/%s/device/power/wakeup"
 #define SYS_POWER_PATH "/sys/power/state"
-#define DEFAULT_MODE   "suspend"
+#define DEFAULT_MODE   "standby"
 
 static time_t rtc_time;
 




More information about the busybox-cvs mailing list