Re: SMBus access

2006-07-02 Thread Johan Vromans
Randy.Dunlap [EMAIL PROTECTED] writes: a. patch should also be sent to linux-acpi@vger.kernel.org (cc-ed) b. patch does not apply cleanly to latest kernel c. missing Signed-off-by: line (see Documentation/SubmittingPatches) d. incorrect patch filename directory level (see

Re: Battery-related regression between 2.6.17-git3 and 2.6.17-git6

2006-07-02 Thread Rafael J. Wysocki
Hi, On Sunday 02 July 2006 00:21, Rafael J. Wysocki wrote: With the recent -git on my box (Asus L5D, x86_64 SUSE 10) the powersave demon is apparently unable to get the battery status, although the data in /proc/acpi/battery/BAT0 seem to be correct. As a result, battery status notification

Re: [Acpi4asus-user] [patch 1/6] asus_acpi: W3000 support

2006-07-02 Thread Johannes Engel
OK, then, may I ask for my V6V patch again, too? It already ships with SuSE Linux 10.1 and as far as I know there is no known bug until now, isn't it, Timo? Greetings, Johannes - To unsubscribe from this list: send the line unsubscribe linux-acpi in the body of a message to [EMAIL PROTECTED] More

Re: [Acpi4asus-user] [patch 1/6] asus_acpi: W3000 support

2006-07-02 Thread Timo Hoenig
Hi Andrew, On Sat, 2006-07-01 at 16:35 -0700, Andrew Morton wrote: On Sun, 02 Jul 2006 01:05:55 +0200 Timo Hoenig [EMAIL PROTECTED] wrote: Hi Ricardo, On Sat, 2006-07-01 at 23:46 +0100, R Cerqueira wrote: Since we're talking about applying patches, it would be nice if the W5F

Re: [patch 2/6] ACPI: Atlas ACPI driver

2006-07-02 Thread Jaya Kumar
Hi Len, On 7/1/06, Brown, Len [EMAIL PROTECTED] wrote: + if (function == ACPI_WRITE) { + status = acpi_bus_generate_event(dev, 0x80, address); + atlas_input_report((u8) address); What is the reasoning to simultaneously report the same event via both ACPI and

[PATCH] Add support for ASUS laptops A6VA, M6A, M6V, W3030V, V6V and W5F

2006-07-02 Thread Timo Hoenig
Hi Karol, This is a cumulative patch for the ASUS ACPI driver in order to add support the following ASUS laptops: * ASUS A6VA * ASUS M6A, M6V-B022P and M6V-8012P * ASUS W3030V * ASUS V6V * ASUS W5F The patch applies cleanly on top of Len's git tree and builds fine

Re: SMBus access

2006-07-02 Thread Randy.Dunlap
On Sun, 02 Jul 2006 10:41:56 +0200 Johan Vromans wrote: Randy.Dunlap [EMAIL PROTECTED] writes: a. patch should also be sent to linux-acpi@vger.kernel.org (cc-ed) b. patch does not apply cleanly to latest kernel c. missing Signed-off-by: line (see Documentation/SubmittingPatches) d.

RFC [PATCH] acpi: allow SMBus access

2006-07-02 Thread Johan Vromans
From: Johan Vromans [EMAIL PROTECTED] To get battery readings on some laptops it is necessary to interface with the SMBus that hangs of the EC. However, the current implementation of the EC driver does not permit other modules read/write access. A trivial solution is to change acpi_ec_read/write

Re: RFC [PATCH] acpi: allow SMBus access

2006-07-02 Thread Yu Luming
On Monday 03 July 2006 05:12, Johan Vromans wrote: From: Johan Vromans [EMAIL PROTECTED] To get battery readings on some laptops it is necessary to interface with the SMBus that hangs of the EC. However, the current implementation of the EC driver does not permit other modules read/write