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.
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
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
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
>
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
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[
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) -