rust-osdev / acpi

Rust library for parsing ACPI tables and interpreting AML
Apache License 2.0
201 stars 64 forks source link

AML: Support Logical And OpCode 0x90 #138

Open rw-vanc opened 1 year ago

rw-vanc commented 1 year ago

On HP-dq3xxx, Logical And opcode is used, causing a parser error.

rw-vanc commented 1 year ago

I implemented Logical And by duplicating Logical Or. Let me know if you want me to submit.

IsaacWoods commented 1 year ago

Great thanks! Yep please submit a PR