diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-02-02 08:24:50 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-02-17 15:38:35 +0000 |
commit | 2a68cc08d97bca50b3a580108f8fee79c2da2056 (patch) | |
tree | a649b3e962d23e4f180f16a3cc74d131cc8845fc /src/mainboard/starlabs/lite/acpi/touchpad.asl | |
parent | eb83fed09fab09a13dfcd58c96a9be9c56b5a6b4 (diff) |
treewide: Remove unuseful "_CID: Compatible ID" comment
Change-Id: I7db69e2faf412b9c6732f6dfc362d5774094ef27
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72662
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/mainboard/starlabs/lite/acpi/touchpad.asl')
-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 5c9708df74..2f9c27c72f 100644 --- a/src/mainboard/starlabs/lite/acpi/touchpad.asl +++ b/src/mainboard/starlabs/lite/acpi/touchpad.asl @@ -5,7 +5,7 @@ Scope (\_SB.PCI0.I2C7) Device (H02C) { Name (_HID, "STAR0001") - Name (_CID, "PNP0C50" /* HID Protocol Device (I2C bus) */) // _CID: Compatible ID + Name (_CID, "PNP0C50" /* HID Protocol Device (I2C bus) */) Name (_UID, 0x01) // _UID: Unique ID Name (_DDN, "Touchpad") // _DDN: DOS Device Name Name (_DEP, Package (0x02) // _DEP: Dependencies |