Re: [Suspend-devel] [PATCH] Set cpufreq to max during suspend/resume

2007-07-21 Thread Holger Macht
On Sat 21. Jul - 18:28:24, Alon Bar-Lev wrote: > On 7/21/07, Holger Macht <[EMAIL PROTECTED]> wrote: > > This is already done in pm-utils. Upstream uses 'userspace' as governor, > > which I personally think is wrong. openSUSE uses the 'performance' >

Re: [Suspend-devel] [PATCH] Set cpufreq to max during suspend/resume

2007-07-21 Thread Holger Macht
On Sat 21. Jul - 01:24:51, Tim Dijkstra wrote: > On Fri, 20 Jul 2007 22:20:51 +0200 > "Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > > > > Yet another patch in the suspend2 feature-set series. > > > It sets cpufreq to maximum during the cycle. > > I haven't looked at the patch, but this doesn't

Re: [Suspend-devel] Whitelisting no-pm-quirks

2007-05-03 Thread Holger Macht
On Thu 03. May - 18:45:10, David Zeuthen wrote: > On Fri, 2007-05-04 at 00:12 +0200, Holger Macht wrote: > > Still, what we definitely want is _one single_ architecture independent > > whitelist. And there is where hal-info comes in which is easy to update > > for distrib

Re: [Suspend-devel] Whitelisting no-pm-quirks

2007-05-03 Thread Holger Macht
On Fri 04. May - 00:12:24, Holger Macht wrote: > On Thu 03. May - 21:55:14, Danny Kukawka wrote: > > On Donnerstag, 3. Mai 2007, David Zeuthen wrote: > > > On Thu, 2007-05-03 at 10:40 +0200, Danny Kukawka wrote: > > > > The point is not using s2ram or that s

Re: [Suspend-devel] Whitelisting no-pm-quirks

2007-05-03 Thread Holger Macht
On Thu 03. May - 21:55:14, Danny Kukawka wrote: > On Donnerstag, 3. Mai 2007, David Zeuthen wrote: > > On Thu, 2007-05-03 at 10:40 +0200, Danny Kukawka wrote: > > > The point is not using s2ram or that s2ram would break. The point is that > > > removing the quirk would break resume if you suspend v

Re: [Suspend-devel] [PATCH] Allow users to abort image saving

2006-11-03 Thread Holger Macht
On Fri 03. Nov - 14:57:10, Stefan Seyfried wrote: > On Thu, Nov 02, 2006 at 04:08:20PM +0100, Rafael J. Wysocki wrote: > > On Thursday, 2 November 2006 13:13, Stefan Seyfried wrote: > > > On Thu, Nov 02, 2006 at 11:29:47AM +0100, Rafael J. Wysocki wrote: > > > > On Thursday, 2 November 2006 11:24,

Re: [Suspend-devel] 5/5 splashy support

2006-09-14 Thread Holger Macht
On Wed 13. Sep - 23:02:37, Rafael J. Wysocki wrote: > On Tuesday, 12 September 2006 11:02, Tim Dijkstra wrote: > > Finally, support for splashy itself. > > All of the patches in the series look good to me and I assume they have been > tested. ;-) > > I think we can apply them and if they cause an

Re: [Suspend-devel] Integrating s2disk with powersaved

2006-07-25 Thread Holger Macht
On Tue 25. Jul - 07:42:48, Stefan Seyfried wrote: > On Mon, Jul 24, 2006 at 11:40:40PM +0200, Rafael J. Wysocki wrote: > > Hi, > > > > I wrote something about integrating s2disk with powersaved (appended). > > Please have a look. [I've already seen that SUSE 10.1 uses the same > > mechanism, so t

Re: [Suspend-devel] [PATCH] Make splash go verbose when RSA is used on resume

2006-07-09 Thread Holger Macht
On Sat 08. Jul - 22:57:22, Rafael J. Wysocki wrote: > Hi, > > Currently splash only allows the user to type in the passphrase if encryption > without RSA is used. The appended patch fixes this. > > Comments welcome. Obviously correct and I also tested it with success. Regards, Holger

Re: [Suspend-devel] Userspace splash?

2006-07-07 Thread Holger Macht
On Fri 07. Jul - 13:04:15, Rafael J. Wysocki wrote: > Hi, > > On Friday 07 July 2006 10:29, Tim Dijkstra wrote: [...] > > #define switch_vt_mode(fd, vt, ioc1, ioc2) ioctl(fd, KDSKBMODE, ioc1); > > \ > > ioctl(fd, VT_ACTIVATE, vt); > > \ > >