2004-06-14 17:21:50

by Roger Luethi

[permalink] [raw]
Subject: [PATCH 2.6] Fix PME bits in pci.txt

Signed-off-by: Roger Luethi <[email protected]>

--- linux-2.6.7-rc3-bk6/Documentation/power/pci.txt.orig 2004-06-14 18:54:24.793573267 +0200
+++ linux-2.6.7-rc3-bk6/Documentation/power/pci.txt 2004-06-14 18:54:40.962133902 +0200
@@ -286,11 +286,11 @@
+------------------+
| Bit | State |
+------------------+
-| 15 | D0 |
-| 14 | D1 |
+| 11 | D0 |
+| 12 | D1 |
| 13 | D2 |
-| 12 | D3hot |
-| 11 | D3cold |
+| 14 | D3hot |
+| 15 | D3cold |
+------------------+

A device can use this to enable wake events:


2004-06-14 17:58:36

by Greg KH

[permalink] [raw]
Subject: Re: [PATCH 2.6] Fix PME bits in pci.txt

On Mon, Jun 14, 2004 at 07:21:37PM +0200, Roger Luethi wrote:
> Signed-off-by: Roger Luethi <[email protected]>
>
> --- linux-2.6.7-rc3-bk6/Documentation/power/pci.txt.orig 2004-06-14 18:54:24.793573267 +0200
> +++ linux-2.6.7-rc3-bk6/Documentation/power/pci.txt 2004-06-14 18:54:40.962133902 +0200
> @@ -286,11 +286,11 @@
> +------------------+
> | Bit | State |
> +------------------+
> -| 15 | D0 |
> -| 14 | D1 |
> +| 11 | D0 |
> +| 12 | D1 |
> | 13 | D2 |
> -| 12 | D3hot |
> -| 11 | D3cold |
> +| 14 | D3hot |
> +| 15 | D3cold |
> +------------------+

Good catch, applied, thanks.

greg k-h