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>
This commit is contained in:
Elyes Haouas 2023-02-02 08:24:50 +01:00 committed by Felix Singer
parent eb83fed09f
commit 2a68cc08d9
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ Scope(\_SB.PCI0.I2C7) {
Device (TPL1) {
Name (HID2, 1)
Name (_HID, "WCOM508E")
Name (_CID, "PNP0C50") // _CID: Compatible ID
Name (_CID, "PNP0C50")
Name (_S0W, 0x04) // _S0W: S0 Device Wake State
Name (SBFB, ResourceTemplate () {
I2cSerialBus (

View File

@ -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

View File

@ -4,7 +4,7 @@
#include <soc/iomap.h>
Name (_HID, EisaId ("PNP0A08") /* PCI Express Bus */)
Name (_CID, EisaId ("PNP0A03") /* PCI Bus */) // _CID: Compatible ID
Name (_CID, EisaId ("PNP0A03") /* PCI Bus */)
Name (_SEG, 0) // _SEG: PCI Segment
Name (_UID, 0) // _UID: Unique ID

View File

@ -4,7 +4,7 @@
#include <soc/iomap.h>
Name (_HID, EisaId ("PNP0A08") /* PCI Express Bus */)
Name (_CID, EisaId ("PNP0A03") /* PCI Bus */) // _CID: Compatible ID
Name (_CID, EisaId ("PNP0A03") /* PCI Bus */)
Name (_SEG, 0) // _SEG: PCI Segment
Name (_UID, 0) // _UID: Unique ID