mirror of
https://github.com/acpica/acpica/
synced 2025-02-24 09:24:08 +03:00
Tests: update badcode example file for new iASL error messages.
new _CID/_HID error messages.
This commit is contained in:
parent
8cc0a33fe7
commit
a1d2af4804
@ -132,7 +132,16 @@ DefinitionBlock ("badcode.aml", "DSDT", 1, "Intel", "Example", 0x00000001)
|
||||
}
|
||||
Device (H4)
|
||||
{
|
||||
Name (_HID, "acpi0001") // non-hex chars must be uppercase
|
||||
Name (_HID, "acpi0001") // non-hex chars must be uppercase
|
||||
}
|
||||
Device (H5)
|
||||
{
|
||||
Name (_HID, "PNP-123") // HID must be alphanumeric
|
||||
}
|
||||
Device (H6)
|
||||
{
|
||||
Name (_HID, "") // Illegal Null HID
|
||||
Name (_CID, "") // Illegal Null CID
|
||||
}
|
||||
|
||||
// Predefined Name typechecking
|
||||
|
Loading…
x
Reference in New Issue
Block a user