aboutsummaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83627dhg/acpi/superio.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/winbond/w83627dhg/acpi/superio.asl')
-rw-r--r--src/superio/winbond/w83627dhg/acpi/superio.asl8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/superio/winbond/w83627dhg/acpi/superio.asl b/src/superio/winbond/w83627dhg/acpi/superio.asl
index f86f16946e..ea4aebafd2 100644
--- a/src/superio/winbond/w83627dhg/acpi/superio.asl
+++ b/src/superio/winbond/w83627dhg/acpi/superio.asl
@@ -50,7 +50,7 @@ Device(SUPERIO_DEV) {
Field (CREG, ByteAcc, NoLock, Preserve)
{
PNP_ADDR_REG, 8,
- PNP_DATA_REG, 8
+ PNP_DATA_REG, 8
}
IndexField (PNP_ADDR_REG, PNP_DATA_REG, ByteAcc, NoLock, Preserve)
{
@@ -118,14 +118,14 @@ Device(SUPERIO_DEV) {
Else { Return (0) }
}
- /* PM: Switch to D0 by setting IPD low */
+ /* PM: Switch to D0 by setting IPD low */
Method (_PS0) {
ENTER_CONFIG_MODE (PNP_NO_LDN_CHANGE)
Store (Zero, IPD)
EXIT_CONFIG_MODE ()
}
- /* PM: Switch to D3 by setting IPD high */
+ /* PM: Switch to D3 by setting IPD high */
Method (_PS3) {
ENTER_CONFIG_MODE (PNP_NO_LDN_CHANGE)
Store (One, IPD)
@@ -133,7 +133,7 @@ Device(SUPERIO_DEV) {
}
/* Suspend LED: Write given three-bit value into appropriate register.
- From the datasheet:
+ From the datasheet:
000 - drive pin constantly high
001 - drive 0.5Hz pulses
010 - drive pin constantly low