Re: [ibm-acpi-devel] refcounting problems with ibm_acpi but acpi=off

2007-08-07 Thread Henrique de Moraes Holschuh
On Tue, 07 Aug 2007, Pavel Machek wrote: > Perhaps this is needed? > Pavel > > diff --git a/drivers/acpi/ibm_acpi.c b/drivers/acpi/ibm_acpi.c > index a664f2b..654a124 100644 > --- a/drivers/acpi/ibm_acpi.c > +++ b/drivers/acpi/ibm_acpi.

Re: [ibm-acpi-devel] suspend/hibernation regression between 2.6.19 and 2.6.20 w/ Thinkpad T41

2007-08-07 Thread Toralf Förster
Am Dienstag, 7. August 2007 02:21 schrieb Henrique de Moraes Holschuh: > On Mon, 06 Aug 2007, Toralf Förster wrote: > > Because I > > (1) use the latest BIOS and > > (2) I'm able to wake up a suspended system via under Windows XP (yes, > > dual > > boot system I need it at work) regardless wh

Re: [ibm-acpi-devel] [Thinkpad] 600X and s2ram

2007-08-07 Thread chris
On Mon, 6 Aug 2007, Steven wrote: > On Mon, 06 Aug 2007 11:13:54 -0500, chris-9JumraYisOzk1uMJSBkQmQ wrote: > >> Using Fedora and CentOS on the 600X, suspend and resume works except for > > Are you suspending from a shell prompt or using a GUI menu? I'm > skeptical that you're successfully using

Re: [ibm-acpi-devel] suspend/hibernation regression between 2.6.19 and 2.6.20 w/ Thinkpad T41

2007-08-07 Thread Rafael J. Wysocki
On Tuesday, 7 August 2007 15:21, Toralf Förster wrote: > Am Dienstag, 7. August 2007 02:21 schrieb Henrique de Moraes Holschuh: > > On Mon, 06 Aug 2007, Toralf Förster wrote: > > > Because I > > > (1) use the latest BIOS and > > > (2) I'm able to wake up a suspended system via under Windows XP >

Re: [ibm-acpi-devel] ACPI: thinkpad-acpi: change thinkpad-acpi input default and kconfig help

2007-08-07 Thread Len Brown
Applied. thanks, -Len On Sunday 05 August 2007 14:20, Henrique de Moraes Holschuh wrote: > The current kconfig help text was misleading users. Also, the default for > an input-layer-optimized support caused way too many problems without > up-to-date userspace in place. > > So, rework the help t

Re: [ibm-acpi-devel] refcounting problems with ibm_acpi but acpi=off

2007-08-07 Thread Pavel Machek
Hi! > > --- a/drivers/acpi/ibm_acpi.c > > +++ b/drivers/acpi/ibm_acpi.c > > @@ -2695,6 +2695,9 @@ static void acpi_ibm_exit(void) > > { > > int i; > > > > + if (acpi_disabled) > > + return; > > + > > for (i = ARRAY_SIZE(ibms) - 1; i >= 0; i--) > > ibm_exit(&ibms[

Re: [ibm-acpi-devel] refcounting problems with ibm_acpi but acpi=off

2007-08-07 Thread Henrique de Moraes Holschuh
On Tue, 07 Aug 2007, Pavel Machek wrote: > > > --- a/drivers/acpi/ibm_acpi.c > > > +++ b/drivers/acpi/ibm_acpi.c > > > @@ -2695,6 +2695,9 @@ static void acpi_ibm_exit(void) > > > { > > > int i; > > > > > > + if (acpi_disabled) > > > + return; > > > + > > > for (i = ARRAY_SIZE(ibms) -