summaryrefslogtreecommitdiff
blob: cb892dc7722772e1eb5950189321d2ad87ba3af5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
diff -urN orig/acpi-support-0.102/acpi-support work/acpi-support-0.102/acpi-support
--- orig/acpi-support-0.102/acpi-support	2007-08-30 23:35:02.000000000 -0400
+++ work/acpi-support-0.102/acpi-support	2007-11-09 10:48:42.000000000 -0500
@@ -69,4 +69,12 @@
 ENABLE_LAPTOP_MODE=false
 
 # Spindown time on battery
-SPINDOWN_TIME=12
\ No newline at end of file
+SPINDOWN_TIME=12
+
+# Disable wake-on-LAN for wired Ethernet devices. WOL is on by default on some
+# laptops. Disabling it can save power during sleep.
+# DISABLE_WOL=true
+
+# Use hibernate-script to handle hibernation and sleep. Hibernate-script uses
+# configuration files in /etc/hibernate and does not use the options above.
+# USE_HIBERNATE_SCRIPT=true
diff -urN orig/acpi-support-0.102/debian/init.d work/acpi-support-0.102/debian/init.d
--- orig/acpi-support-0.102/debian/init.d	2007-08-30 22:48:20.000000000 -0400
+++ work/acpi-support-0.102/debian/init.d	2007-11-09 12:11:54.000000000 -0500
@@ -1,35 +1,34 @@
-#!/bin/bash
+#!/sbin/runscript
 # INIT script to check whether we're on batteries, and so start with laptop 
 # mode etc enabled.
 
 # BUGS: unless we start *really* late, we have no way of throttling 
 # xscreensaver, since it won't be there to command.
-. /usr/share/acpi-support/power-funcs
-
-test -f /lib/lsb/init-functions || exit 1
-. /lib/lsb/init-functions
-
-test -d /var/lib/acpi-support || exit 0
-
-shopt -s nullglob
-
-case "$1" in
-  start)
-    log_begin_msg "Checking battery state..."
-    /etc/acpi/power.sh
-    # Source everything in /etc/acpi/start.d/
-    for SCRIPT in /etc/acpi/start.d/*.sh; do
-	. $SCRIPT
-    done
-    log_end_msg 0
-    ;;
-  stop)
-    log_begin_msg "Disabling power management..."
-    /etc/acpi/power.sh stop
-    log_end_msg 0
-    ;;
-  *)
-  ;;
-esac
-        
 
+depend() {
+	need acpid
+}
+
+start() {
+	ebegin "Starting acpi-support"
+	. /usr/share/acpi-support/power-funcs
+
+	test -d /var/lib/acpi-support || eend 0
+
+	shopt -s nullglob
+
+	ebegin "Checking battery state..."
+	/etc/acpi/power.sh
+
+	# Source everything in /etc/acpi/start.d/
+	for SCRIPT in /etc/acpi/start.d/*.sh; do
+		. $SCRIPT
+	done
+	eend 0
+}
+
+stop() {
+	ebegin "Disabling power management..."
+	/etc/acpi/power.sh stop
+	eend 0
+}
diff -urN orig/acpi-support-0.102/events/ibm-ultrabay-eject work/acpi-support-0.102/events/ibm-ultrabay-eject
--- orig/acpi-support-0.102/events/ibm-ultrabay-eject	1969-12-31 19:00:00.000000000 -0500
+++ work/acpi-support-0.102/events/ibm-ultrabay-eject	2007-11-09 10:47:47.000000000 -0500
@@ -0,0 +1,5 @@
+# /etc/acpi/events/ibm-ultrabay-eject
+# This is called when the user ejects the ultrabay lever
+
+event=ibm/bay MSTR 00000003 00000000
+action=/etc/acpi/thinkpad-ultrabay-eject.sh
diff -urN orig/acpi-support-0.102/events/ibm-ultrabay-insert work/acpi-support-0.102/events/ibm-ultrabay-insert
--- orig/acpi-support-0.102/events/ibm-ultrabay-insert	1969-12-31 19:00:00.000000000 -0500
+++ work/acpi-support-0.102/events/ibm-ultrabay-insert	2007-11-09 10:47:47.000000000 -0500
@@ -0,0 +1,5 @@
+# /etc/acpi/events/ibm-ultrabay-insert
+# This is called when the user inserts the ultrabay lever
+
+event=ibm/bay MSTR 00000001 00000000
+action=/etc/acpi/thinkpad-ultrabay-insert.sh
diff -urN orig/acpi-support-0.102/hibernatebtn.sh work/acpi-support-0.102/hibernatebtn.sh
--- orig/acpi-support-0.102/hibernatebtn.sh	2006-02-06 09:54:47.000000000 -0500
+++ work/acpi-support-0.102/hibernatebtn.sh	2007-11-09 10:47:47.000000000 -0500
@@ -1,3 +1,3 @@
 #!/bin/bash
-. /usr/share/acpi-support/key-constants
-acpi_fakekey $KEY_SUSPEND 
+
+. /etc/acpi/hibernate.sh
diff -urN orig/acpi-support-0.102/hibernate.sh work/acpi-support-0.102/hibernate.sh
--- orig/acpi-support-0.102/hibernate.sh	2006-09-15 16:43:46.000000000 -0400
+++ work/acpi-support-0.102/hibernate.sh	2007-11-09 10:47:47.000000000 -0500
@@ -8,6 +8,11 @@
   exit;
 fi
 
+if [[ $USE_HIBERNATE_SCRIPT == true ]] && [[ -x /usr/sbin/hibernate ]] ; then
+	/usr/sbin/hibernate
+	exit
+fi
+
 # Unset video posting - it's not needed for suspend to disk
 unset POST_VIDEO
 unset USE_DPMS
diff -urN orig/acpi-support-0.102/lib/policy-funcs work/acpi-support-0.102/lib/policy-funcs
--- orig/acpi-support-0.102/lib/policy-funcs	2006-05-19 16:21:58.000000000 -0400
+++ work/acpi-support-0.102/lib/policy-funcs	2007-11-09 10:47:47.000000000 -0500
@@ -1,6 +1,6 @@
 CheckPolicy() {
 	if pidof gnome-power-manager kpowersave > /dev/null ||
-	   (pidof dcopserver > /dev/null && test -x /usr/bin/dcop && /usr/bin/dcop kded kded loadedModules | grep -q klaptopdaemon) ; then
+	   (pidof dcopserver > /dev/null && test -x /usr/kde/3.5/bin/dcop && /usr/kde/3.5/bin/dcop kded kded loadedModules | grep -q klaptopdaemon) ; then
 		echo 0;
 	else
 		echo 1;
diff -urN orig/acpi-support-0.102/lib/power-funcs work/acpi-support-0.102/lib/power-funcs
--- orig/acpi-support-0.102/lib/power-funcs	2007-08-30 22:07:02.000000000 -0400
+++ work/acpi-support-0.102/lib/power-funcs	2007-11-09 10:47:47.000000000 -0500
@@ -6,9 +6,9 @@
 POWERSTATE="/var/lib/acpi-support/powerstate"
 
 getXuser() {
-        user=`finger| grep -m1 ":$displaynum " | awk '{print $1}'`
+        user=`who| grep -m1 ":$displaynum " | awk '{print $1}'`
 	if [ x"$user" = x"" ]; then
-		user=`finger| grep -m1 ":$displaynum" | awk '{print $1}'`
+		user=`who| grep -m1 ":$displaynum" | awk '{print $1}'`
 	fi
 	if [ x"$user" != x"" ]; then
         	userhome=`getent passwd $user | cut -d: -f6`
diff -urN orig/acpi-support-0.102/Makefile work/acpi-support-0.102/Makefile
--- orig/acpi-support-0.102/Makefile	2006-03-21 12:03:00.000000000 -0500
+++ work/acpi-support-0.102/Makefile	2007-11-09 10:47:47.000000000 -0500
@@ -2,7 +2,6 @@
 
 acpi_fakekey: acpi_fakekey.c
 	gcc -g -Wall -o acpi_fakekey acpi_fakekey.c
-	strip acpi_fakekey
 
 # Keep this manually generated so that it doesn't build-dep on
 # 'linux-headers' and stays predictable.
diff -urN orig/acpi-support-0.102/resume.d/13-855-resolution-set.sh work/acpi-support-0.102/resume.d/13-855-resolution-set.sh
--- orig/acpi-support-0.102/resume.d/13-855-resolution-set.sh	2005-09-26 20:29:27.000000000 -0400
+++ work/acpi-support-0.102/resume.d/13-855-resolution-set.sh	2007-11-09 10:47:47.000000000 -0500
@@ -1,7 +1,6 @@
 #!/bin/bash
 
 if [ -x /usr/sbin/855resolution ]; then
-    . /etc/default/855resolution
     if [ "$MODE" != "" ] && [ "$XRESO" != "" ] && [ "$YRESO" != "" ]; then
 	/etc/init.d/855resolution start;
     fi
diff -urN orig/acpi-support-0.102/resume.d/40-infra-red.sh work/acpi-support-0.102/resume.d/40-infra-red.sh
--- orig/acpi-support-0.102/resume.d/40-infra-red.sh	2006-04-21 10:12:54.000000000 -0400
+++ work/acpi-support-0.102/resume.d/40-infra-red.sh	2007-11-09 10:47:47.000000000 -0500
@@ -3,7 +3,6 @@
 # Restart IR if necessary
 if [ -f /var/run/irdadev ] && [ x$RESTART_IRDA = xtrue ]; then
     rm /var/run/irdadev;
-    /etc/init.d/irda-setup start;
-    /etc/init.d/irda-utils start;
+    /etc/init.d/irda start;
 fi;
 
diff -urN orig/acpi-support-0.102/resume.d/49-855-resolution-set.sh work/acpi-support-0.102/resume.d/49-855-resolution-set.sh
--- orig/acpi-support-0.102/resume.d/49-855-resolution-set.sh	2005-09-26 20:29:27.000000000 -0400
+++ work/acpi-support-0.102/resume.d/49-855-resolution-set.sh	2007-11-09 10:47:47.000000000 -0500
@@ -1,7 +1,6 @@
 #!/bin/bash
 
 if [ -x /usr/sbin/855resolution ]; then
-    . /etc/default/855resolution
     if [ "$MODE" != "" ] && [ "$XRESO" != "" ] && [ "$YRESO" != "" ]; then
 	/etc/init.d/855resolution start;
     fi
diff -urN orig/acpi-support-0.102/resume.d/62-ifup.sh work/acpi-support-0.102/resume.d/62-ifup.sh
--- orig/acpi-support-0.102/resume.d/62-ifup.sh	2006-04-21 10:13:34.000000000 -0400
+++ work/acpi-support-0.102/resume.d/62-ifup.sh	2007-11-09 10:47:47.000000000 -0500
@@ -3,6 +3,6 @@
 # Bring up the interfaces (this should probably be left up to some policy
 # manager, but at the moment we just bring back whatever we ifdowned)
 for x in $INTERFACES; do
-    ifup $x &
+    /etc/init.d/net.$x start &
 done
 
diff -urN orig/acpi-support-0.102/resume.d/67-sound.sh work/acpi-support-0.102/resume.d/67-sound.sh
--- orig/acpi-support-0.102/resume.d/67-sound.sh	2006-04-21 10:19:38.000000000 -0400
+++ work/acpi-support-0.102/resume.d/67-sound.sh	2007-11-09 10:47:47.000000000 -0500
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # Get sound back
-if [ -x /etc/init.d/alsa-utils ]; then
-  /etc/init.d/alsa-utils start
+if [ -x /etc/init.d/alsasound ]; then
+  /etc/init.d/alsasound start
 fi
 
diff -urN orig/acpi-support-0.102/sleepbtn.sh work/acpi-support-0.102/sleepbtn.sh
--- orig/acpi-support-0.102/sleepbtn.sh	2006-02-06 09:55:00.000000000 -0500
+++ work/acpi-support-0.102/sleepbtn.sh	2007-11-09 10:47:47.000000000 -0500
@@ -1,3 +1,3 @@
 #!/bin/bash
-. /usr/share/acpi-support/key-constants
-acpi_fakekey $KEY_SLEEP 
+
+. /etc/acpi/sleep.sh
diff -urN orig/acpi-support-0.102/sleep.sh work/acpi-support-0.102/sleep.sh
--- orig/acpi-support-0.102/sleep.sh	2006-05-19 15:37:32.000000000 -0400
+++ work/acpi-support-0.102/sleep.sh	2007-11-09 10:47:47.000000000 -0500
@@ -16,6 +16,11 @@
     exit;
 fi
 
+if [[ $USE_HIBERNATE_SCRIPT == true ]] && [[ -x /usr/sbin/hibernate ]] ; then
+	/usr/sbin/hibernate --config-file=/etc/hibernate/ram.conf
+	exit;
+fi
+
 if [ x$LOCK_SCREEN = xtrue ]; then
     if pidof xscreensaver > /dev/null; then 
 	for x in /tmp/.X11-unix/*; do
diff -urN orig/acpi-support-0.102/suspend.d/50-irda-stop.sh work/acpi-support-0.102/suspend.d/50-irda-stop.sh
--- orig/acpi-support-0.102/suspend.d/50-irda-stop.sh	2006-04-21 11:05:47.000000000 -0400
+++ work/acpi-support-0.102/suspend.d/50-irda-stop.sh	2007-11-09 10:47:47.000000000 -0500
@@ -2,7 +2,7 @@
 
 # Stop IRDA if it's running
 if [ -f /var/run/irattach.pid ]; then
-    /etc/init.d/irda-utils stop
+    /etc/init.d/irda stop
     killall -9 irattach
 fi
 
diff -urN orig/acpi-support-0.102/suspend.d/52-disable-wol.sh work/acpi-support-0.102/suspend.d/52-disable-wol.sh
--- orig/acpi-support-0.102/suspend.d/52-disable-wol.sh	1969-12-31 19:00:00.000000000 -0500
+++ work/acpi-support-0.102/suspend.d/52-disable-wol.sh	2007-11-09 10:47:47.000000000 -0500
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+# Find the currently running network interfaces
+
+if [[ $DISABLE_WOL == "true" ]] ; then
+	ETHTOOL=`type -p ethtool`
+	INTERFACES=`/sbin/ifconfig | awk '/^[^ ]+/ {print $1}'`
+
+	for i in $INTERFACES; do
+		# TODO: find out if it's a wired ethernet card (and/or supports WOL)
+		[[ $i =~ "eth" && -n $ETHTOOL && -x $ETHTOOL ]] && $ETHTOOL -s $i wol d > /dev/null 2>&1
+	done
+fi
diff -urN orig/acpi-support-0.102/suspend.d/55-down-interfaces.sh work/acpi-support-0.102/suspend.d/55-down-interfaces.sh
--- orig/acpi-support-0.102/suspend.d/55-down-interfaces.sh	2006-05-16 07:57:43.000000000 -0400
+++ work/acpi-support-0.102/suspend.d/55-down-interfaces.sh	2007-11-09 10:47:47.000000000 -0500
@@ -10,7 +10,7 @@
 
 # And shut them down
 for x in $INTERFACES; do
-    ifdown $x;
+    /etc/init.d/net.$x stop;
     ifconfig $x down;
 done
 
diff -urN orig/acpi-support-0.102/suspend.d/85-alsa-state.sh work/acpi-support-0.102/suspend.d/85-alsa-state.sh
--- orig/acpi-support-0.102/suspend.d/85-alsa-state.sh	2006-04-21 11:00:08.000000000 -0400
+++ work/acpi-support-0.102/suspend.d/85-alsa-state.sh	2007-11-09 10:47:47.000000000 -0500
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # Save the ALSA state
-if [ -x /etc/init.d/alsa-utils ]; then
-  /etc/init.d/alsa-utils stop
+if [ -x /etc/init.d/alsasound ]; then
+  /etc/init.d/alsasound stop
 fi
 
diff -urN orig/acpi-support-0.102/thinkpad-ultrabay-eject.sh work/acpi-support-0.102/thinkpad-ultrabay-eject.sh
--- orig/acpi-support-0.102/thinkpad-ultrabay-eject.sh	1969-12-31 19:00:00.000000000 -0500
+++ work/acpi-support-0.102/thinkpad-ultrabay-eject.sh	2007-11-09 10:47:47.000000000 -0500
@@ -0,0 +1,66 @@
+s#!/bin/sh
+# Handle Thinkpad Ultrabay hotswap
+
+# TODO: /sys/devices/platform/bay* may also work
+# TODO: must check that libata is used for the bay!
+if ! ( egrep -sq 'status:.+occupied' /proc/acpi/ibm/bay && egrep -sq 'commands:.+eject' /proc/acpi/ibm/bay ) ; then
+	exit 1;
+fi
+
+ULTRABAY_SYSDIR='/sys/class/scsi_device/1:0:0:0/device'
+shopt -s nullglob
+
+# Umount the filesystem(s) backed by the given major:minor device(s)
+unmount_rdev() { perl - "$@" <<'EOPERL'  # let's do it in Perl
+	for $major_minor (@ARGV) {
+		$major_minor =~ m/^(\d+):(\d+)$/ or die;
+		push(@tgt_rdevs, ($1<<8)|$2);
+	}
+        # Sort by reverse length of mount point, to unmount sub-directories first
+        open MOUNTS,"</proc/mounts" or die "$!";
+        @mounts=sort { length($b->[1]) <=> length($a->[1]) } map { [ split ] } <MOUNTS>;
+        close MOUNTS;
+        foreach $m (@mounts) {
+                ($dev,$dir)=@$m;
+		next unless -b $dev;  $rdev=(stat($dev))[6];
+		next unless grep($_==$rdev, @tgt_rdevs);
+		system("umount","-v","$dir")==0  or  $bad=1;
+	}
+	exit 1 if $bad;
+EOPERL
+}
+
+# Get the UltraBay's /dev/foo block device node
+ultrabay_dev_node() {
+	UDEV_PATH="`readlink -e "$ULTRABAY_SYSDIR/block:"*`" || return 1
+	UDEV_NAME="`udevinfo -q name -p $UDEV_PATH`" || return 1
+	echo /dev/$UDEV_NAME
+}
+
+if [ -d $ULTRABAY_SYSDIR ]; then
+	/bin/sync
+	# Unmount filesystems backed by this device
+	unmount_rdev `cat $ULTRABAY_SYSDIR/block\:*/dev     \
+	                  $ULTRABAY_SYSDIR/block\:*/*/dev`  \
+	|| {
+		echo 10 > /proc/acpi/ibm/beep;  # error tone
+		exit 1;
+	}
+        sync
+        # Nicely power off the device
+	DEVNODE=`ultrabay_dev_node` && /sbin/hdparm -Y $DEVNODE
+        # Let HAL+KDE notice the unmount and let the disk spin down
+	sleep 0.5
+	# Unregister this SCSI device:
+	sync
+	echo 1 > $ULTRABAY_SYSDIR/delete
+fi
+sync
+# Turn off power to the UltraBay:
+if [ -d /sys/devices/platform/bay.0 ]; then
+	echo 1 > /sys/devices/platform/bay.0/eject
+else
+	echo eject > /proc/acpi/ibm/bay
+fi
+# Tell the user we're OK
+echo 12 > /proc/acpi/ibm/beep
diff -urN orig/acpi-support-0.102/thinkpad-ultrabay-insert.sh work/acpi-support-0.102/thinkpad-ultrabay-insert.sh
--- orig/acpi-support-0.102/thinkpad-ultrabay-insert.sh	1969-12-31 19:00:00.000000000 -0500
+++ work/acpi-support-0.102/thinkpad-ultrabay-insert.sh	2007-11-09 10:47:47.000000000 -0500
@@ -0,0 +1,15 @@
+#!/bin/sh
+# Handle Thinkpad Ultrabay hotswap
+
+# TODO: /sys/devices/platform/bay* may also work
+# TODO: must check that libata is used for the bay!
+if ! ( egrep -sq 'status:.+unoccupied' /proc/acpi/ibm/bay ) ; then
+	exit 1;
+fi
+
+/bin/sync
+
+echo 0 0 0 > /sys/class/scsi_host/host1/scan
+
+# The beep is necessary as confirmation of success. Instead of the beep, need to configure a messaging system, e.g. using kdialog or gnome equivalent or xosd
+echo 12 > /proc/acpi/ibm/beep
diff -urN orig/acpi-support-0.102/vbesave work/acpi-support-0.102/vbesave
--- orig/acpi-support-0.102/vbesave	2006-05-03 16:31:51.000000000 -0400
+++ work/acpi-support-0.102/vbesave	2007-11-09 10:47:47.000000000 -0500
@@ -3,8 +3,6 @@
 test -x /usr/sbin/vbetool || exit 0
 set -e
 
-. /lib/lsb/init-functions
-
 test -f /etc/default/rcS && . /etc/default/rcS
 test -f /etc/default/acpi-support && . /etc/default/acpi-support
 test -f /usr/share/acpi-support/device-funcs && . /usr/share/acpi-support/device-funcs
@@ -20,20 +18,16 @@
 	fi
 
         DeviceConfig
-	log_begin_msg "Saving VESA state..."
 	if [ "$SAVE_VBE_STATE" = "true" ]; then
 	    if [ "$VERBOSE" = no ]; then 
 		if ! vbetool vbestate save > $VBESTATE 2>/dev/null; then
-		    log_end_msg $?
 		    exit 1
 		fi
 	    else
 		if ! vbetool vbestate save > $VBESTATE ; then
-		    log_end_msg $?
 		    exit 1
 		fi
 	    fi
-	    log_end_msg 0
         fi
         ;;
  *)