diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-02-02 08:20:45 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-02-17 15:37:52 +0000 |
commit | eb83fed09fab09a13dfcd58c96a9be9c56b5a6b4 (patch) | |
tree | f8aeb1447b33b154c88c2c7a39d91305f565a1bd /src/mainboard/starlabs/lite/acpi | |
parent | 8487be9c1a7f776f1bd64315ad257940a510e173 (diff) |
treewide: Remove unuseful "_HID: Hardware ID" comment
Change-Id: I5eb1424e9e6c1fbf20cd0bf68fbb52e1ec97f905
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72661
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Crawford <tcrawford@system76.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/mainboard/starlabs/lite/acpi')
-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 cb003aeab4..5c9708df74 100644 --- a/src/mainboard/starlabs/lite/acpi/touchpad.asl +++ b/src/mainboard/starlabs/lite/acpi/touchpad.asl @@ -4,7 +4,7 @@ Scope (\_SB.PCI0.I2C7) { Device (H02C) { - Name (_HID, "STAR0001") // _HID: Hardware ID + Name (_HID, "STAR0001") Name (_CID, "PNP0C50" /* HID Protocol Device (I2C bus) */) // _CID: Compatible ID Name (_UID, 0x01) // _UID: Unique ID Name (_DDN, "Touchpad") // _DDN: DOS Device Name |