.. | .. |
---|
5 | 5 | This attribute indicates the full path of ACPI namespace |
---|
6 | 6 | object associated with the device object. For example, |
---|
7 | 7 | \_SB_.PCI0. |
---|
| 8 | + |
---|
8 | 9 | This file is not present for device objects representing |
---|
9 | 10 | fixed ACPI hardware features (like power and sleep |
---|
10 | 11 | buttons). |
---|
.. | .. |
---|
67 | 68 | The return value is a decimal integer representing the device's |
---|
68 | 69 | status bitmap: |
---|
69 | 70 | |
---|
70 | | - Bit [0] – Set if the device is present. |
---|
71 | | - Bit [1] – Set if the device is enabled and decoding its |
---|
72 | | - resources. |
---|
73 | | - Bit [2] – Set if the device should be shown in the UI. |
---|
74 | | - Bit [3] – Set if the device is functioning properly (cleared if |
---|
75 | | - device failed its diagnostics). |
---|
76 | | - Bit [4] – Set if the battery is present. |
---|
77 | | - Bits [31:5] – Reserved (must be cleared) |
---|
| 71 | + =========== ================================================== |
---|
| 72 | + Bit [0] Set if the device is present. |
---|
| 73 | + Bit [1] Set if the device is enabled and decoding its |
---|
| 74 | + resources. |
---|
| 75 | + Bit [2] Set if the device should be shown in the UI. |
---|
| 76 | + Bit [3] Set if the device is functioning properly (cleared |
---|
| 77 | + if device failed its diagnostics). |
---|
| 78 | + Bit [4] Set if the battery is present. |
---|
| 79 | + Bits [31:5] Reserved (must be cleared) |
---|
| 80 | + =========== ================================================== |
---|
78 | 81 | |
---|
79 | 82 | If bit [0] is clear, then bit 1 must also be clear (a device |
---|
80 | 83 | that is not present cannot be enabled). |
---|