From owner-acpi-jp@jp.FreeBSD.org Fri Nov 22 00:22:12 2002
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) id gALFMCs95002;
	Fri, 22 Nov 2002 00:22:12 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from endless.iteration.net (6bulmm4gbmjlc284@endless.iteration.net [198.92.249.92])
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet id gALFLr294941;
	Fri, 22 Nov 2002 00:21:53 +0900 (JST)
	(envelope-from keichii@endless.iteration.net)
Received: by endless.iteration.net (Postfix, from userid 1001)
	id 997A56CB88B; Thu, 21 Nov 2002 15:21:51 +0000 (GMT)
From: "Michael C. Wu" <keichii@iteration.net>
To: Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org>
Cc: acpi-jp@jp.FreeBSD.org, hiro@bisd.hitachi.co.jp, clin@imasy.org,
   a-gota@bokutou.jp, keichii@iteration.net
Message-ID: <20021121152151.GA93577@endless.iteration.net>
References: <20020828042234X.hiro@bisd.hitachi.co.jp> <20021122.000038.40568842.iwasaki@jp.FreeBSD.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20021122.000038.40568842.iwasaki@jp.FreeBSD.org>
X-PGP-Fingerprint: 5025 F691 F943 8128 48A8  5025 77CE 29C5 8FA1 2E20
X-PGP-Key-ID: 0x8FA12E20
User-Agent: Mutt/1.5.1i
Reply-To: "Michael C. Wu" <keichii@endless.iteration.net>
Precedence: list
Date: Thu, 21 Nov 2002 15:21:51 +0000
X-Sequence: acpi-jp 1953
Subject: [acpi-jp 1953] Re: ThinkPad s30 battery problem until 1st suspend/resume.
Errors-To: owner-acpi-jp@jp.FreeBSD.org
Sender: owner-acpi-jp@jp.FreeBSD.org
X-Originator: keichii@iteration.net
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+021111

Iwasaki-san,

  Is this patch a patch to your patch? 
  (should I use this patch on the .asl after applying the previous patch?)

  Thank you very much for helping us with the problem,

  Michael

On Fri, Nov 22, 2002 at 12:00:38AM +0900, Mitsuru IWASAKI scribbled:
| Hi,
| 
| > My notebook-PC(ThinkPad s30 with enbeded wireless LAN adoptor) has
| > problems of the incorrect battery info. before 1st suspend.
| > 
| > I tried your test code in [acpi-jp 1703], so I'll report the results:
| > 
| > 
| > 1) AC-offline before 1st suspend
| > 
| >   BIF: 0, -1, 1, -1, -1, 150, 126, 4, 4
| >   BST: 0, -1, 3600, 10000
| > 
| > 2) AC-offline after suspend/resume (by acpiconf -s 3)
| > 
| >   BIF: 0, 6000, 1, 6067, 11100, 150, 126, 4, 4
| >   BST: 1, 531, 5911, 10000
| > 
| > 3) some seconds after 2)
| > 
| >   BIF: 0, 6000, 1, 6067, 11100, 150, 126, 4, 4
| >   BST: 1, 708, 5906, 10000
| > 
| > 4) more seconds after 3)
| > 
| >   BIF: 0, 6000, 1, 6067, 11100, 150, 126, 4, 4
| >   BST: 1, 708, 5903, 10000
| 
| I got s30 again recently, and made a patch against DSDT about this
| problem.  I'm testing this for over weeks, it seems to be OK so far.
| Please try this.
| 
| Thanks
| 
| --- s30.asl-     Mon Nov  4 01:30:00 2002
| +++ s30.asl      Mon Nov  4 02:51:10 2002
| @@ -1548,6 +1548,7 @@
|          Name(AFST, 0x0)
|          Name(FST_, 0x1)
|          Method(_PSR) {
| +            \_SB_.PCI0.ISA_.EC0.SELE()
|              And(\_SB_.PCI0.ISA_.EC0_.BATF, 0x1, Local0)
|              If(Local0) {
|                  Return(One)
| 
-------------------------
