Skip to content

Commit

Permalink
GMAC - add hardware IDs for use by Windows
Browse files Browse the repository at this point in the history
Set GMAC HID to RKCP6543 (arbitrarily-chosen, open to alternatives).

Move the PRP0001 id to `_CID`.
  • Loading branch information
idigdoug authored and MollySophia committed Dec 22, 2023
1 parent a6c7ca1 commit dc1d255
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion edk2-rockchip/Silicon/Rockchip/RK3588/AcpiTables/Gmac0.asl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@

// Gigabit Media Access Controller (GMAC0)
Device (MAC0) {
Name (_HID, "PRP0001")
Name (_HID, "RKCP6543")
Name (_CID, Package() {
"PRP0001"
})
Name (_UID, 60)
Name (_CCA, 0)
Name (_STA, 0xF)
Expand Down
5 changes: 4 additions & 1 deletion edk2-rockchip/Silicon/Rockchip/RK3588/AcpiTables/Gmac1.asl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@

// Gigabit Media Access Controller (GMAC1)
Device (MAC1) {
Name (_HID, "PRP0001")
Name (_HID, "RKCP6543")
Name (_CID, Package() {
"PRP0001"
})
Name (_UID, 61)
Name (_CCA, 0)
Name (_STA, 0xF)
Expand Down

0 comments on commit dc1d255

Please sign in to comment.