소스 검색

Fix OEM ID in ASL tests

Turns out we had a OEM ID that was too long (must be a maximum of 6 chars)
but the old version of the compiler never picked it up. Also changed where
PCI0 is expected to be in the namespace to test nested scopes.
Isaac Woods 4 년 전
부모
커밋
b7ac5d147d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tests/scopes.asl

+ 2 - 2
tests/scopes.asl

@@ -1,7 +1,7 @@
-DefinitionBlock("scopes.aml", "DSDT", 1, "RSOSDEV", "SCOPES", 1) {
+DefinitionBlock("scopes.aml", "DSDT", 1, "RSACPI", "SCOPES", 1) {
 	Scope(_SB) {
 		Name(X, 320)
-		Device(\PCI0) {
+		Device(PCI0) {
 			Name(Y, 15)
 			Scope(\) {
 				Name(Z, 413)