Re: [Suspend-devel] Make splash.getchar show prompt

2006-09-16 Thread Rafael J. Wysocki
Hi, On Saturday, 16 September 2006 16:02, Tim Dijkstra wrote: > Because splashy by default doesn't show the printf statements, the user > wouldn't know that he/she would have to push a button on splash.getchar. > This adds a prompt to splash.getchar > > Index: resume.c > =

[Suspend-devel] Make splash.getchar show prompt

2006-09-16 Thread Tim Dijkstra
Hi, Because splashy by default doesn't show the printf statements, the user wouldn't know that he/she would have to push a button on splash.getchar. This adds a prompt to splash.getchar Index: resume.c === diff -u -r1.29 resume.c ---

Re: [Suspend-devel] Lock VT against switching, new patch

2006-09-16 Thread Tim Dijkstra
On Sat, 16 Sep 2006 10:00:19 +0200 "Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > Hi, > > On Saturday, 16 September 2006 09:37, Tim Dijkstra wrote: > > Hi, > > > > Here's a new version of the patch: > > Looks good to me. > > Greetings, > Rafael Committed, Tim signature.asc Description: P

[Suspend-devel] s2ram vs. Dell Latitude D620

2006-09-16 Thread Csillag Kristof
Hi there! I am trying to get s2ram working on a Dell Latitude D620. Until so far, no luck. I. The target platform. First let me tell you that it will be a little tricky to handle this machine with s2ram's whitelist, because Dell is putting completely different hardware parts in different models,

Re: [Suspend-devel] Lock VT against switching, new patch

2006-09-16 Thread Rafael J. Wysocki
Hi, On Saturday, 16 September 2006 09:37, Tim Dijkstra wrote: > Hi, > > Here's a new version of the patch: Looks good to me. Greetings, Rafael -- You never change things by fighting the existing reality. R. Buckminster Fuller -

[Suspend-devel] Small fixes, clean ups

2006-09-16 Thread Tim Dijkstra
Hi, Three small cleanups: - Remove s2both binary at 'make clean' - Remove unused #define - Add \n to message, looks better imho. Index: Makefile === diff -u -r1.36 Makefile --- Makefile14 Sep 2006 14:58:21 - 1.36 +++ Ma

[Suspend-devel] Lock VT against switching, new patch

2006-09-16 Thread Tim Dijkstra
Hi, Here's a new version of the patch: Index: suspend.c === RCS file: /cvsroot/suspend/suspend/suspend.c,v retrieving revision 1.52 diff -u -r1.52 suspend.c --- suspend.c 14 Sep 2006 14:18:58 - 1.52 +++ suspend.c 16 Sep