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

2006-07-09 Thread Pavel Machek
On Sun 2006-07-09 19:44:18, Rafael J. Wysocki wrote: > On Sunday 09 July 2006 19:26, Holger Macht wrote: > > 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. Th

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

2006-07-09 Thread Rafael J. Wysocki
On Sunday 09 July 2006 19:26, Holger Macht wrote: > 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. > > Obviou

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

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

2006-07-08 Thread Rafael J. Wysocki
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. Rafael -- resume.c |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: suspend/resume.c ==