Contribute
Register

How to make keyboard backlight work?

Status
Not open for further replies.
Yes you understand correctly, thanks!

CMDR defined as:
Code:
CMDR,   8,

But in what kind of OperationRegion?

It could be that OS X's ACPI implementation cannot deal with RefOf in this case. You may have to re-write the code without RefOf/DerefOf.
 
But in what kind of OperationRegion?

It could be that OS X's ACPI implementation cannot deal with RefOf in this case. You may have to re-write the code without RefOf/DerefOf.

The H_EC OperationRegion. I tried to re-write the code in those methods without RefOf/DerefOf but have no luck...
 
The H_EC OperationRegion. I tried to re-write the code in those methods without RefOf/DerefOf but have no luck...

You need to keep the same semantics but re-write the code without passing a ref. You will need to have a good understanding of ACPI/AML language.
 
Status
Not open for further replies.
Back
Top