diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-02-02 08:29:08 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-02-17 15:40:36 +0000 |
commit | 59f8a506861a11adeac0d1e64f5608feef976293 (patch) | |
tree | 11ee8a352928aacbac99c511c46dcb4c37990c5a /src/mainboard/starlabs | |
parent | 2a68cc08d97bca50b3a580108f8fee79c2da2056 (diff) |
treewide: Remove unuseful "_UID: Unique ID" comment
Change-Id: I150a4ed94bcaead6eb45f1c4b4952ae6957e0940
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72663
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/mainboard/starlabs')
-rw-r--r-- | src/mainboard/starlabs/lite/acpi/touchpad.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/starlabs/lite/acpi/touchpad.asl b/src/mainboard/starlabs/lite/acpi/touchpad.asl index 2f9c27c72f..44eb8d8d08 100644 --- a/src/mainboard/starlabs/lite/acpi/touchpad.asl +++ b/src/mainboard/starlabs/lite/acpi/touchpad.asl @@ -6,7 +6,7 @@ Scope (\_SB.PCI0.I2C7) { Name (_HID, "STAR0001") Name (_CID, "PNP0C50" /* HID Protocol Device (I2C bus) */) - Name (_UID, 0x01) // _UID: Unique ID + Name (_UID, 0x01) Name (_DDN, "Touchpad") // _DDN: DOS Device Name Name (_DEP, Package (0x02) // _DEP: Dependencies { |