public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* Fw: 2.6.13-rc5 - ACPI regression
@ 2005-08-04 18:30 Andrew Morton
       [not found] ` <20050804113048.1ce41cae.akpm-3NddpPZAyC0@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Morton @ 2005-08-04 18:30 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


Quite a list of problems over on linux-kernel.  I suspect we've
fixed some of them post-2.6.13-rc5.  Could someone take a look, please?

Begin forwarded message:

Date: Tue, 2 Aug 2005 19:53:36 +0200
From: Lukas Hejtmanek <xhejtman-IGZnsrowxP9fmBTHTHKXmQ@public.gmane.org>
To: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: 2.6.13-rc5 - ACPI regression


Hello,

newly with 2.6.13-rc5 (previous -rc1 was quite ok)

$ time cat /proc/acpi/battery/BAT0/info  
present:                 yes
design capacity:         6000 mAh
last full capacity:      6000 mAh
battery technology:      rechargeable
design voltage:          14800 mV
design capacity warning: 600 mAh
design capacity low:     300 mAh
capacity granularity 1:  60 mAh
capacity granularity 2:  60 mAh
model number:            M6A
serial number:            
battery type:            LIon
OEM info:                ASUSTEK

real    0m32.521s
user    0m0.001s
sys     0m0.015s

-- 
Luká__ Hejtmánek
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fw: 2.6.13-rc5 - ACPI regression
       [not found] ` <20050804113048.1ce41cae.akpm-3NddpPZAyC0@public.gmane.org>
@ 2005-08-04 20:28   ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2005-08-04 20:28 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f; +Cc: Andrew Morton

On Thursday, 4 of August 2005 20:30, Andrew Morton wrote:
> 
> Quite a list of problems over on linux-kernel.  I suspect we've
> fixed some of them post-2.6.13-rc5.  Could someone take a look, please?

AFAIRC, the ec_polling patch helped in this case and the EC burst mode is now
disabled by default, so this should be fixed.

Greets,
Rafael

 
> Begin forwarded message:
> 
> Date: Tue, 2 Aug 2005 19:53:36 +0200
> From: Lukas Hejtmanek <xhejtman-IGZnsrowxP9fmBTHTHKXmQ@public.gmane.org>
> To: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> Subject: 2.6.13-rc5 - ACPI regression
> 
> 
> Hello,
> 
> newly with 2.6.13-rc5 (previous -rc1 was quite ok)
> 
> $ time cat /proc/acpi/battery/BAT0/info  
> present:                 yes
> design capacity:         6000 mAh
> last full capacity:      6000 mAh
> battery technology:      rechargeable
> design voltage:          14800 mV
> design capacity warning: 600 mAh
> design capacity low:     300 mAh
> capacity granularity 1:  60 mAh
> capacity granularity 2:  60 mAh
> model number:            M6A
> serial number:            
> battery type:            LIon
> OEM info:                ASUSTEK
> 
> real    0m32.521s
> user    0m0.001s
> sys     0m0.015s
> 
> -- 
> Luká__ Hejtmánek
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/acpi-devel
> 
> 

-- 
- Would you tell me, please, which way I ought to go from here?
- That depends a good deal on where you want to get to.
		-- Lewis Carroll "Alice's Adventures in Wonderland"


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-08-04 20:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-04 18:30 Fw: 2.6.13-rc5 - ACPI regression Andrew Morton
     [not found] ` <20050804113048.1ce41cae.akpm-3NddpPZAyC0@public.gmane.org>
2005-08-04 20:28   ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox