[GIT PATCH] ACPI paches for 2.6.24-rc0

2007-10-10 Thread Len Brown
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git release Multiple random branches which have been queued for a while... A new platform specific driver for Fujitsu laptops. cpuidle is new, and is not perfect, but it seems time for it to get it

Re: [GIT PATCH] ACPI paches for 2.6.24-rc0

2007-10-10 Thread Andrew Morton
On Tue, 9 Oct 2007 23:10:47 -0400 Len Brown [EMAIL PROTECTED] wrote: please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git release ... drivers/acpi/battery.c | 1038 + Does this introduce the problem which Zan Lynx reported in

Re: halt does not shut the system down

2007-10-10 Thread John Sigler
(The original message seems to have been ignored by the mailing list robot, probably because the attachments made it too large. Re-send with links instead of attaching the documents to the message.) John Sigler wrote: When I run 'halt' the kernel prints: Halting. Shutdown: hdc ACPI: PCI

Re: halt does not shut the system down

2007-10-10 Thread John Sigler
Hello Remy, Remy Bohmer wrote: John Sigler wrote: When I run 'halt' the kernel prints: Halting. Shutdown: hdc ACPI: PCI interrupt for device :01:05.0 disabled ACPI: PCI interrupt for device :01:04.0 disabled ACPI: PCI interrupt for device :01:03.0 disabled ACPI: PCI interrupt for

Re: [ibm-acpi-devel] How to distinguish between general ACPI video driver module and brightness/display providing vendor specific ACPI modules

2007-10-10 Thread Thomas Renninger
On Tue, 2007-10-09 at 22:53 +0200, Thomas Renninger wrote: On Tue, 2007-10-09 at 11:29 -0300, Henrique de Moraes Holschuh wrote: On Tue, 09 Oct 2007, Thomas Renninger wrote: On Tue, 2007-10-09 at 10:47 -0300, Henrique de Moraes Holschuh wrote: On Tue, 09 Oct 2007, Thomas Renninger wrote:

Re: [RFC][PATCH v2] ACPI: WMI: Initial attempt at WMI ACPI interface driver

2007-10-10 Thread Carlos Corbacho
Len, On Friday 05 October 2007 00:37:34 Carlos Corbacho wrote: The following is my own basic implementation of a Windows Management Instrumentation (WMI) ACPI interface mapper (PNP0C14). I would still like to see your work on WMI (my work on this is just to give an idea about how I see a WMI

HP dv2125nr suspend to ram problems

2007-10-10 Thread Ryan May
Hi, Can anyone here help me figure out my problems with suspend to ram on my laptop? My system is an HP dv2125nr laptop, which is an AMD64 system with an integrated nVidia graphics chipset and a Broadcom 4311 based wireless chip. The system is running Gentoo linux. The problem is that suspend

Need an Bios Update

2007-10-10 Thread Metin Bahadir
Hello I need a Bios update for Acer Extensa 4101 WLMi. In the support I do not have nothing suitable thing found know me also out thereby. My Old Bios Dates BIOS type: Phoenix BIOS DATE: March 14th 2005 BIOS ID: Phoenix NoteBIOS the 4,0 releases 6,1 BIOS OEM: 3C25 chip set: Intel 2590 rev

Problem with GPRS modem

2007-10-10 Thread Grzeniek
Hi, I've got a SonyEricsson GC89 GPRS/EDGE pcmcia card (serial), but I can't get to work it (on my laptop Acer TravelMate 4152LMi). The problem is that the connection is very, very slow (download rate about 0,5KB/s) and I've got more then 20% rx errors on ppp0 interface. The system (I tried FC5,

Re: [ibm-acpi-devel] How to distinguish between general ACPI video driver module and brightness/display providing vendor specific ACPI modules

2007-10-10 Thread Henrique de Moraes Holschuh
On Wed, 10 Oct 2007, Thomas Renninger wrote: IMO this should work. Like that there is no need in Thinkpad to fiddle with hardcoded \\_SB.../_BCL paths to find out whether brightness is supported. Just check for a global variable video_funcs_supported - take hands off display switching and

Re: [ibm-acpi-devel] How to distinguish between general ACPI video driver module and brightness/display providing vendor specific ACPI modules

2007-10-10 Thread Henrique de Moraes Holschuh
On Wed, 10 Oct 2007, Henrique de Moraes Holschuh wrote: 3) I think I found a bug in thinkpad_acpi: if (!*ibm-acpi-handle) return 0; in setup_acpi_notify(..) probably should be: if (!ibm-acpi-handle) return 0; I will check that. No bug there.

Re: [patch 3/6] PNP: use dev_info(), dev_err(), etc in core

2007-10-10 Thread Andrew Morton
On Fri, 28 Sep 2007 10:39:14 -0600 Bjorn Helgaas [EMAIL PROTECTED] wrote: --- w.orig/include/linux/pnp.h2007-09-13 16:25:48.0 -0600 +++ w/include/linux/pnp.h 2007-09-13 16:26:04.0 -0600 @@ -8,6 +8,10 @@ #ifdef __KERNEL__ +#ifdef CONFIG_PNP_DEBUG +#define