blob: e577c2c70cc23ec80feaeb5bd58639605e7ae14f (
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
|
2006-05-17 Richard Hughes <richard@hughsie.com>
* .cvsignore:
Add this file to keep CVS happy.
* pm/power.d/laptop-tools:
* Makefile.am:
Add this folder and file to make the low power actions easy to add.
* pm-powersave:
Do not just do hardcoded actions, instead run the scripts in
/etc/pm/power.d/ with true and false arguments.
2006-05-02 Peter Jones <pjones@redhat.com>
* pm-pmu.c: Add a hack for bad system headers.
2006-05-02 Peter Jones <pjones@redhat.com>
* pm-action: add copyright and license notice.
* Makefile: Add pm-pmu.c and pm-pmu.1 .
* Makefile: Change CFLAGS; -g and friends should come from
RPM_OPT_FLAGS when desired.
* pm-pmu.c: suspend helper for b0rked macs.
* pm-pmu.1: man page
* pm/functions (pm_main): try pm-pmu before echoing stuff
2006-05-01 Peter Jones <pjones@redhat.com>
* Makefile: add "make test-archive"
* pm/functions: handle an empty config.d correctly
2006-05-01 Peter Jones <pjones@redhat.com>
* Makefile: don't remove on_ac_power in "make clean"
2006-04-28 Peter Jones <pjones@redhat.com>
* Makefile: don't build on_ac_power
* on_ac_power: add shell version of this
* on_ac_power.c: no longer needed.
2006-04-28 Peter Jones <pjones@redhat.com>
* pm/hooks/05led: Resurrect this
* pm/hooks/95led: ditto
* pm/hooks/95ibm_led: remove this; it changes the behavior incorrectly.
2006-04-28 Richard Hughes <richard@hughsie.com>
* pm/functions-ati:
* pm/functions-intel:
* pm/functions-nvidia:
Remove these files as we've now agreed that this belongs in HAL, and
a HAL patch is close to being accepted.
2006-04-28 Richard Hughes <richard@hughsie.com>
* pm/hooks/05led: Remove this file as we want the led to turn on at
the *end* of the hooks stuff. We shouldn't have this and 95led.
* pm/hooks/95led: rename to 95ibm_led as this is ibm specific.
Make sure the led blinks at suspend, and turns off when we resume.
2006-04-27 Peter Jones <pjones@redhat.com>
* Makefile:
Remove references to *.app and *.pam
* *.{app,pam}:
Kill'em.
2006-04-27 Peter Jones <pjones@redhat.com>
* pm/functions:
Don't stop/start services unless the initscript is executable
Use /etc/init.d/$name instead of "service", as per LSB.
2006-04-27 Peter Jones <pjones@redhat.com>
* pm/functions:
Add support for /etc/pm/config.d/
* Makefile:
Create /etc/pm/config.d/
* README:
Add docs about hooks and config files
* pm-action:
Set LC_COLLATE=C .
2006-04-27 Richard Hughes <richard@hughsie.com>
* pm/functions:
Remove the video handling logic, as it is moving to HAL.
* pm/functions-ati:
* pm/functions-intel:
* pm/functions-nvidia:
Add a comment saying that the files are unused. When HAL video stuff
is completed, they can be removed.
* pm/hooks/20video:
Switch to using the HAL methods as discussed.
2006-04-26 Richard Hughes <richard@hughsie.com>
* Add README
* Add AUTHORS
2006-04-26 Peter Jones <pjones@redhat.com>
* Add COPYING
* Add ChangeLog
* Add license notice in pm-action
|