diff options
Diffstat (limited to 'src/mainboard/samsung/lumpy/acpi/usb.asl')
-rw-r--r-- | src/mainboard/samsung/lumpy/acpi/usb.asl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/samsung/lumpy/acpi/usb.asl b/src/mainboard/samsung/lumpy/acpi/usb.asl index 4b640655aa..986ab5b0f9 100644 --- a/src/mainboard/samsung/lumpy/acpi/usb.asl +++ b/src/mainboard/samsung/lumpy/acpi/usb.asl @@ -33,7 +33,7 @@ Scope (\_SB.PCI0.EHC1.HUB7.PRT1) // Visible Method (_PLD, 0, NotSerialized) // _PLD: Physical Location of Device { - Return (GPLD (One)) + Return (GPLD (1)) } } @@ -54,7 +54,7 @@ Scope (\_SB.PCI0.EHC1.HUB7.PRT1) // Visible Method (_PLD, 0, NotSerialized) // _PLD: Physical Location of Device { - Return (GPLD (One)) + Return (GPLD (1)) } } |